Searched refs:vchnl_msg (Results 1 – 3 of 3) sorted by relevance
53 struct i40iw_virtchnl_op_buf *vchnl_msg = vchnl_req->vchnl_msg; in vchnl_vf_send_get_ver_req() local58 memset(vchnl_msg, 0, sizeof(*vchnl_msg)); in vchnl_vf_send_get_ver_req()59 vchnl_msg->iw_chnl_op_ctx = (uintptr_t)vchnl_req; in vchnl_vf_send_get_ver_req()60 vchnl_msg->iw_chnl_buf_len = sizeof(*vchnl_msg); in vchnl_vf_send_get_ver_req()61 vchnl_msg->iw_op_code = I40IW_VCHNL_OP_GET_VER; in vchnl_vf_send_get_ver_req()62 vchnl_msg->iw_op_ver = I40IW_VCHNL_OP_GET_VER_V0; in vchnl_vf_send_get_ver_req()63 ret_code = dev->vchnl_if.vchnl_send(dev, 0, (u8 *)vchnl_msg, vchnl_msg->iw_chnl_buf_len); in vchnl_vf_send_get_ver_req()79 struct i40iw_virtchnl_op_buf *vchnl_msg = vchnl_req->vchnl_msg; in vchnl_vf_send_get_hmc_fcn_req() local84 memset(vchnl_msg, 0, sizeof(*vchnl_msg)); in vchnl_vf_send_get_hmc_fcn_req()85 vchnl_msg->iw_chnl_op_ctx = (uintptr_t)vchnl_req; in vchnl_vf_send_get_hmc_fcn_req()[all …]
97 struct i40iw_virtchnl_op_buf *vchnl_msg; member
425 struct i40iw_virtchnl_op_buf vchnl_msg; member