Home
last modified time | relevance | path

Searched refs:fbnic_tlv_msg (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_tlv.h53 struct fbnic_tlv_msg { struct
101 struct fbnic_tlv_msg **results);
107 fbnic_tlv_attr_get_value_ptr(struct fbnic_tlv_msg *attr) in fbnic_tlv_attr_get_value_ptr()
118 s64 fbnic_tlv_attr_get_signed(struct fbnic_tlv_msg *attr, s64 def);
121 struct fbnic_tlv_msg *fbnic_tlv_msg_alloc(u16 msg_id);
134 struct fbnic_tlv_msg *fbnic_tlv_attr_nest_start(struct fbnic_tlv_msg *msg,
136 void fbnic_tlv_attr_nest_stop(struct fbnic_tlv_msg *msg);
139 struct fbnic_tlv_msg **results,
142 int fbnic_tlv_attr_parse(struct fbnic_tlv_msg *attr, int len,
143 struct fbnic_tlv_msg **results,
[all …]
H A Dfbnic_tlv.c22 struct fbnic_tlv_msg *fbnic_tlv_msg_alloc(u16 msg_id) in fbnic_tlv_msg_alloc()
25 struct fbnic_tlv_msg *msg; in fbnic_tlv_msg_alloc()
27 msg = (struct fbnic_tlv_msg *)__get_free_page(GFP_KERNEL); in fbnic_tlv_msg_alloc()
57 struct fbnic_tlv_msg *attr; in fbnic_tlv_attr_put_flag()
99 struct fbnic_tlv_msg *attr; in fbnic_tlv_attr_put_value()
292 struct fbnic_tlv_msg *fbnic_tlv_attr_nest_start(struct fbnic_tlv_msg *msg, in fbnic_tlv_attr_nest_start()
325 void fbnic_tlv_attr_nest_stop(struct fbnic_tlv_msg *msg) in fbnic_tlv_attr_nest_stop()
341 fbnic_tlv_attr_validate(struct fbnic_tlv_msg *attr, in fbnic_tlv_attr_validate()
414 struct fbnic_tlv_msg **results, in fbnic_tlv_attr_parse_array()
467 struct fbnic_tlv_msg **results, in fbnic_tlv_attr_parse()
[all …]
H A Dfbnic_fw.c206 struct fbnic_tlv_msg *msg; in fbnic_mbx_alloc_rx_msgs()
225 struct fbnic_tlv_msg *msg) in fbnic_mbx_map_tlv_msg()
262 struct fbnic_tlv_msg *msg, in fbnic_mbx_map_req_w_cmpl()
338 struct fbnic_tlv_msg *msg; in fbnic_fw_xmit_simple_msg()
407 struct fbnic_tlv_msg *msg; in fbnic_fw_xmit_ownership_msg()
566 struct fbnic_tlv_msg *attr; in fbnic_fw_parse_cap_resp()
597 struct fbnic_tlv_msg **results) in fbnic_fw_parse_ownership_resp()
612 struct fbnic_tlv_msg **results) in fbnic_fw_parse_heartbeat_resp()
624 struct fbnic_tlv_msg *msg; in fbnic_fw_xmit_heartbeat_message()
724 struct fbnic_tlv_msg *msg; in fbnic_fw_xmit_tsene_read_msg()
[all …]
H A Dfbnic_fw.h11 struct fbnic_tlv_msg;
16 struct fbnic_tlv_msg *msg;