Searched refs:i40e_vc_send_resp_to_vf (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_virtchnl_pf.c | 2016 static int i40e_vc_send_resp_to_vf(struct i40e_vf *vf, in i40e_vc_send_resp_to_vf() function 2321 return i40e_vc_send_resp_to_vf(vf, in i40e_vc_config_promiscuous_mode_msg() 2530 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_CONFIG_IRQ_MAP, in i40e_vc_config_irq_map_msg() 2656 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_ENABLE_QUEUES, in i40e_vc_enable_queues_msg() 2703 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_DISABLE_QUEUES, in i40e_vc_disable_queues_msg() 3347 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_RDMA, in i40e_vc_rdma_msg() 3380 return i40e_vc_send_resp_to_vf(vf, in i40e_vc_rdma_qvmap_msg() 3412 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_CONFIG_RSS_KEY, in i40e_vc_config_rss_key() 3449 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_CONFIG_RSS_LUT, in i40e_vc_config_rss_lut() 4196 i40e_vc_send_resp_to_vf(vf, v_opcode, -EINVAL); in i40e_vc_process_vf_msg() [all …]
|