Searched refs:i40e_vc_send_resp_to_vf (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.c | 1133 static int i40e_vc_send_resp_to_vf(struct i40e_vf *vf, in i40e_vc_send_resp_to_vf() function 1292 return i40e_vc_send_resp_to_vf(vf, in i40e_vc_config_promiscuous_mode_msg() 1350 return i40e_vc_send_resp_to_vf(vf, I40E_VIRTCHNL_OP_CONFIG_VSI_QUEUES, in i40e_vc_config_queues_msg() 1413 return i40e_vc_send_resp_to_vf(vf, I40E_VIRTCHNL_OP_CONFIG_IRQ_MAP, in i40e_vc_config_irq_map_msg() 1452 return i40e_vc_send_resp_to_vf(vf, I40E_VIRTCHNL_OP_ENABLE_QUEUES, in i40e_vc_enable_queues_msg() 1492 return i40e_vc_send_resp_to_vf(vf, I40E_VIRTCHNL_OP_DISABLE_QUEUES, in i40e_vc_disable_queues_msg() 1640 return i40e_vc_send_resp_to_vf(vf, I40E_VIRTCHNL_OP_ADD_ETHER_ADDRESS, in i40e_vc_add_mac_addr_msg() 1693 return i40e_vc_send_resp_to_vf(vf, I40E_VIRTCHNL_OP_DEL_ETHER_ADDRESS, in i40e_vc_del_mac_addr_msg() 1749 return i40e_vc_send_resp_to_vf(vf, I40E_VIRTCHNL_OP_ADD_VLAN, aq_ret); in i40e_vc_add_vlan_msg() 1801 return i40e_vc_send_resp_to_vf(vf, I40E_VIRTCHNL_OP_DEL_VLAN, aq_ret); in i40e_vc_remove_vlan_msg() [all …]
|