Home
last modified time | relevance | path

Searched refs:i40iw_virtchnl_resp_buf (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/i40iw/
Di40iw_virtchnl.c206 u8 resp_buffer[sizeof(struct i40iw_virtchnl_resp_buf) + sizeof(u32) - 1]; in vchnl_pf_send_get_ver_resp()
207 struct i40iw_virtchnl_resp_buf *vchnl_msg_resp = (struct i40iw_virtchnl_resp_buf *)resp_buffer; in vchnl_pf_send_get_ver_resp()
232 u8 resp_buffer[sizeof(struct i40iw_virtchnl_resp_buf) + sizeof(u16) - 1]; in vchnl_pf_send_get_hmc_fcn_resp()
233 struct i40iw_virtchnl_resp_buf *vchnl_msg_resp = (struct i40iw_virtchnl_resp_buf *)resp_buffer; in vchnl_pf_send_get_hmc_fcn_resp()
260 u8 resp_buffer[sizeof(struct i40iw_virtchnl_resp_buf) + sizeof(struct i40iw_dev_hw_stats) - 1]; in vchnl_pf_send_get_pe_stats_resp()
261 struct i40iw_virtchnl_resp_buf *vchnl_msg_resp = (struct i40iw_virtchnl_resp_buf *)resp_buffer; in vchnl_pf_send_get_pe_stats_resp()
285 u8 resp_buffer[sizeof(struct i40iw_virtchnl_resp_buf)]; in vchnl_pf_send_error_resp()
286 struct i40iw_virtchnl_resp_buf *vchnl_msg_resp = (struct i40iw_virtchnl_resp_buf *)resp_buffer; in vchnl_pf_send_error_resp()
566 struct i40iw_virtchnl_resp_buf *vchnl_msg_resp = (struct i40iw_virtchnl_resp_buf *)msg; in i40iw_vchnl_recv_vf()
Di40iw_virtchnl.h52 struct i40iw_virtchnl_resp_buf { struct