Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_fw.h47 struct fbnic_fw_completion { struct
69 struct fbnic_fw_completion *cmpl_data); argument
70 void fbnic_fw_init_cmpl(struct fbnic_fw_completion *cmpl_data,
73 void fbnic_fw_put_cmpl(struct fbnic_fw_completion *cmpl_data);
H A Dfbnic_fw.c263 struct fbnic_fw_completion *cmpl_data) in fbnic_mbx_map_req_w_cmpl()
295 struct fbnic_fw_completion *cmpl_data; in fbnic_fw_release_cmpl_data()
297 cmpl_data = container_of(kref, struct fbnic_fw_completion, in fbnic_fw_release_cmpl_data()
302 static struct fbnic_fw_completion *
305 struct fbnic_fw_completion *cmpl_data = NULL; in fbnic_fw_get_cmpl_by_type()
722 struct fbnic_fw_completion *cmpl_data) in fbnic_fw_xmit_tsene_read_msg()
755 struct fbnic_fw_completion *cmpl_data; in fbnic_fw_parse_tsene_read_resp()
916 static void __fbnic_fw_evict_cmpl(struct fbnic_fw_completion *cmpl_data) in __fbnic_fw_evict_cmpl()
980 void fbnic_fw_init_cmpl(struct fbnic_fw_completion *fw_cmpl, in fbnic_fw_init_cmpl()
997 void fbnic_fw_put_cmpl(struct fbnic_fw_completion *fw_cmpl) in fbnic_fw_put_cmpl()
H A Dfbnic.h45 struct fbnic_fw_completion *cmpl_data;
H A Dfbnic_mac.c686 struct fbnic_fw_completion *fw_cmpl; in fbnic_mac_get_sensor_asic()