Home
last modified time | relevance | path

Searched refs:fbnic_tlv_msg_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c407 msg = fbnic_tlv_msg_alloc(msg_type); in fbnic_fw_xmit_simple_msg()
477 msg = fbnic_tlv_msg_alloc(FBNIC_TLV_MSG_ID_OWNERSHIP_REQ); in fbnic_fw_xmit_ownership_msg()
713 msg = fbnic_tlv_msg_alloc(FBNIC_TLV_MSG_ID_HEARTBEAT_REQ); in fbnic_fw_xmit_heartbeat_message()
814 msg = fbnic_tlv_msg_alloc(FBNIC_TLV_MSG_ID_COREDUMP_GET_INFO_REQ); in fbnic_fw_xmit_coredump_info_msg()
895 msg = fbnic_tlv_msg_alloc(FBNIC_TLV_MSG_ID_COREDUMP_READ_REQ); in fbnic_fw_xmit_coredump_read_msg()
1018 msg = fbnic_tlv_msg_alloc(FBNIC_TLV_MSG_ID_FW_START_UPGRADE_REQ); in fbnic_fw_xmit_fw_start_upgrade()
1078 msg = fbnic_tlv_msg_alloc(FBNIC_TLV_MSG_ID_FW_WRITE_CHUNK_RESP); in fbnic_fw_xmit_fw_write_chunk()
1212 msg = fbnic_tlv_msg_alloc(FBNIC_TLV_MSG_ID_QSFP_READ_REQ); in fbnic_fw_xmit_qsfp_read_msg()
1338 msg = fbnic_tlv_msg_alloc(FBNIC_TLV_MSG_ID_TSENE_READ_REQ); in fbnic_fw_xmit_tsene_read_msg()
1525 msg = fbnic_tlv_msg_alloc(FBNIC_TLV_MSG_ID_LOG_SEND_LOGS_REQ); in fbnic_fw_xmit_send_logs()
[all …]
H A Dfbnic_tlv.h121 struct fbnic_tlv_msg *fbnic_tlv_msg_alloc(u16 msg_id);
H A Dfbnic_tlv.c22 struct fbnic_tlv_msg *fbnic_tlv_msg_alloc(u16 msg_id) in fbnic_tlv_msg_alloc() function