Searched refs:fbnic_tlv_msg (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/ethernet/meta/fbnic/ |
| A D | fbnic_tlv.h | 53 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 …]
|
| A D | fbnic_tlv.c | 22 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 …]
|
| A D | fbnic_fw.c | 206 struct fbnic_tlv_msg *msg; in fbnic_mbx_alloc_rx_msgs() 402 struct fbnic_tlv_msg *msg; in fbnic_fw_xmit_simple_msg() 471 struct fbnic_tlv_msg *msg; in fbnic_fw_xmit_ownership_msg() 630 struct fbnic_tlv_msg *attr; in fbnic_fw_parse_cap_resp() 691 struct fbnic_tlv_msg *msg; in fbnic_fw_xmit_heartbeat_message() 782 struct fbnic_tlv_msg *msg; in fbnic_fw_xmit_fw_start_upgrade() 848 struct fbnic_tlv_msg *msg; in fbnic_fw_xmit_fw_write_chunk() 973 struct fbnic_tlv_msg *msg; in fbnic_fw_xmit_tsene_read_msg() 1053 struct fbnic_tlv_msg *attr; in fbnic_fw_process_log_array() 1158 struct fbnic_tlv_msg *msg; in fbnic_fw_xmit_send_logs() [all …]
|
| A D | fbnic_fw.h | 11 struct fbnic_tlv_msg; 16 struct fbnic_tlv_msg *msg;
|
Completed in 11 milliseconds