Home
last modified time | relevance | path

Searched refs:vchnl_msg (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/i40iw/
Di40iw_virtchnl.c53 struct i40iw_virtchnl_op_buf *vchnl_msg = vchnl_req->vchnl_msg; in vchnl_vf_send_get_ver_req() local
58 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() local
84 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 …]
Di40iw_virtchnl.h97 struct i40iw_virtchnl_op_buf *vchnl_msg; member
Di40iw_type.h431 struct i40iw_virtchnl_op_buf vchnl_msg; member