Searched refs:vchnl_msg_resp (Results 1 – 1 of 1) sorted by relevance
207 struct i40iw_virtchnl_resp_buf *vchnl_msg_resp = (struct i40iw_virtchnl_resp_buf *)resp_buffer; in vchnl_pf_send_get_ver_resp() local210 vchnl_msg_resp->iw_chnl_op_ctx = vchnl_msg->iw_chnl_op_ctx; in vchnl_pf_send_get_ver_resp()211 vchnl_msg_resp->iw_chnl_buf_len = sizeof(resp_buffer); in vchnl_pf_send_get_ver_resp()212 vchnl_msg_resp->iw_op_ret_code = I40IW_SUCCESS; in vchnl_pf_send_get_ver_resp()213 *((u32 *)vchnl_msg_resp->iw_chnl_buf) = I40IW_VCHNL_CHNL_VER_V0; in vchnl_pf_send_get_ver_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() local236 vchnl_msg_resp->iw_chnl_op_ctx = vchnl_msg->iw_chnl_op_ctx; in vchnl_pf_send_get_hmc_fcn_resp()237 vchnl_msg_resp->iw_chnl_buf_len = sizeof(resp_buffer); in vchnl_pf_send_get_hmc_fcn_resp()238 vchnl_msg_resp->iw_op_ret_code = I40IW_SUCCESS; in vchnl_pf_send_get_hmc_fcn_resp()239 *((u16 *)vchnl_msg_resp->iw_chnl_buf) = hmc_fcn; in vchnl_pf_send_get_hmc_fcn_resp()[all …]