Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_virtchnl.c314 vchnl_pf_send_error_resp(dev, vf_dev->vf_id, &vf_dev->vf_msg_buffer.vchnl_msg, in pf_cqp_get_hmc_fcn_callback()
327 &vf_dev->vf_msg_buffer.vchnl_msg, in pf_cqp_get_hmc_fcn_callback()
340 struct i40iw_virtchnl_op_buf *vchnl_msg = &vf_dev->vf_msg_buffer.vchnl_msg; in pf_add_hmc_obj_callback()
380 struct i40iw_virtchnl_op_buf *vchnl_msg = &vf_dev->vf_msg_buffer.vchnl_msg; in pf_del_hmc_obj_callback()
497 memcpy(&vf_dev->vf_msg_buffer.vchnl_msg, vchnl_msg, len); in i40iw_vchnl_recv_pf()
525 memcpy(&vf_dev->vf_msg_buffer.vchnl_msg, vchnl_msg, len); in i40iw_vchnl_recv_pf()
533 memcpy(&vf_dev->vf_msg_buffer.vchnl_msg, vchnl_msg, len); in i40iw_vchnl_recv_pf()
Di40iw_type.h441 struct i40iw_vchnl_vf_msg_buffer vf_msg_buffer; member