Searched refs:fbnic_tlv_msg_alloc (Results 1 – 3 of 3) sorted by relevance
344 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()
121 struct fbnic_tlv_msg *fbnic_tlv_msg_alloc(u16 msg_id);
22 struct fbnic_tlv_msg *fbnic_tlv_msg_alloc(u16 msg_id) in fbnic_tlv_msg_alloc() function