Home
last modified time | relevance | path

Searched refs:I40E_VSI_SRIOV (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c537 if (type == I40E_VSI_SRIOV) { in i40e_alloc_vsi_res()
725 ret = i40e_alloc_vsi_res(vf, I40E_VSI_SRIOV); in i40e_alloc_vf_res()
1221 vfres->vsi_res[i].vsi_type = I40E_VSI_SRIOV; in i40e_vc_get_vf_resources_msg()
Di40e_type.h145 I40E_VSI_SRIOV = 6, enumerator
Di40e_main.c1636 case I40E_VSI_SRIOV: in i40e_vsi_setup_queue_map()
1689 if (vsi->type == I40E_VSI_SRIOV) { in i40e_vsi_setup_queue_map()
2308 is_vf = (vsi->type == I40E_VSI_SRIOV); in i40e_vsi_add_vlan()
2406 is_vf = (vsi->type == I40E_VSI_SRIOV); in i40e_vsi_kill_vlan()
5159 if (vsi->type == I40E_VSI_SRIOV) in i40e_vsi_reinit_locked()
5970 case I40E_VSI_SRIOV: in i40e_vsi_link_event()
7119 case I40E_VSI_SRIOV: in i40e_set_num_rings_in_vsi()
8890 case I40E_VSI_SRIOV: in i40e_add_vsi()
9035 if (vsi->type != I40E_VSI_SRIOV) { in i40e_vsi_release()
9317 else if (type == I40E_VSI_SRIOV) in i40e_vsi_setup()
Di40e_ethtool.c2087 if (vsi && vsi->type == I40E_VSI_SRIOV) { in i40e_get_ethtool_fdir_entry()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_type.h145 I40E_VSI_SRIOV = 6, enumerator
Di40e_common.c975 if (vsi_res->vsi_type == I40E_VSI_SRIOV) { in i40e_vf_parse_hw_config()
Di40evf_main.c2119 if (adapter->vf_res->vsi_res[i].vsi_type == I40E_VSI_SRIOV) in i40evf_process_config()