Home
last modified time | relevance | path

Searched refs:vchnl_if (Results 1 – 4 of 4) sorted by relevance

/drivers/infiniband/hw/i40iw/
Di40iw_virtchnl.c63 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()
89 ret_code = dev->vchnl_if.vchnl_send(dev, 0, (u8 *)vchnl_msg, vchnl_msg->iw_chnl_buf_len); in vchnl_vf_send_get_hmc_fcn_req()
115 ret_code = dev->vchnl_if.vchnl_send(dev, 0, (u8 *)vchnl_msg, vchnl_msg->iw_chnl_buf_len); in vchnl_vf_send_get_pe_stats_req()
150 ret_code = dev->vchnl_if.vchnl_send(dev, 0, (u8 *)vchnl_msg, vchnl_msg->iw_chnl_buf_len); in vchnl_vf_send_add_hmc_objs_req()
188 ret_code = dev->vchnl_if.vchnl_send(dev, 0, (u8 *)vchnl_msg, vchnl_msg->iw_chnl_buf_len); in vchnl_vf_send_del_hmc_objs_req()
214 ret_code = dev->vchnl_if.vchnl_send(dev, vf_id, resp_buffer, sizeof(resp_buffer)); in vchnl_pf_send_get_ver_resp()
240 ret_code = dev->vchnl_if.vchnl_send(dev, vf_id, resp_buffer, sizeof(resp_buffer)); in vchnl_pf_send_get_hmc_fcn_resp()
268 ret_code = dev->vchnl_if.vchnl_send(dev, vf_id, resp_buffer, sizeof(resp_buffer)); in vchnl_pf_send_get_pe_stats_resp()
292 ret_code = dev->vchnl_if.vchnl_send(dev, vf_id, resp_buffer, sizeof(resp_buffer)); in vchnl_pf_send_error_resp()
Di40iw_main.c1943 if (dev->vchnl_if.vchnl_recv) { in i40iw_virtchnl_receive()
1944 ret_code = dev->vchnl_if.vchnl_recv(dev, vf_id, msg, len); in i40iw_virtchnl_receive()
Di40iw_type.h506 struct i40iw_vchnl_if vchnl_if; member
Di40iw_ctrl.c5260 dev->vchnl_if.vchnl_recv = i40iw_vchnl_recv_pf; in i40iw_device_init()
5275 dev->vchnl_if.vchnl_send = info->vchnl_send; in i40iw_device_init()
5276 if (dev->vchnl_if.vchnl_send) in i40iw_device_init()
5281 dev->vchnl_if.vchnl_recv = i40iw_vchnl_recv_vf; in i40iw_device_init()