Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.c344 msg = fbnic_tlv_msg_alloc(msg_type); in fbnic_fw_xmit_simple_msg()
413 msg = fbnic_tlv_msg_alloc(FBNIC_TLV_MSG_ID_OWNERSHIP_REQ); in fbnic_fw_xmit_ownership_msg()
630 msg = fbnic_tlv_msg_alloc(FBNIC_TLV_MSG_ID_HEARTBEAT_REQ); in fbnic_fw_xmit_heartbeat_message()
730 msg = fbnic_tlv_msg_alloc(FBNIC_TLV_MSG_ID_TSENE_READ_REQ); in fbnic_fw_xmit_tsene_read_msg()
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