Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c532 if (type == I40E_VSI_SRIOV) { in i40e_alloc_vsi_res()
712 ret = i40e_alloc_vsi_res(vf, I40E_VSI_SRIOV); in i40e_alloc_vf_res()
1174 vfres->vsi_res[i].vsi_type = I40E_VSI_SRIOV; in i40e_vc_get_vf_resources_msg()
Di40e_type.h160 I40E_VSI_SRIOV, enumerator
Di40e_main.c1551 case I40E_VSI_SRIOV: in i40e_vsi_setup_queue_map()
1604 if (vsi->type == I40E_VSI_SRIOV) { in i40e_vsi_setup_queue_map()
2052 is_vf = (vsi->type == I40E_VSI_SRIOV); in i40e_vsi_add_vlan()
2138 is_vf = (vsi->type == I40E_VSI_SRIOV); in i40e_vsi_kill_vlan()
4772 if (vsi->type == I40E_VSI_SRIOV) in i40e_vsi_reinit_locked()
5568 case I40E_VSI_SRIOV: in i40e_vsi_link_event()
6751 case I40E_VSI_SRIOV: in i40e_set_num_rings_in_vsi()
8386 case I40E_VSI_SRIOV: in i40e_add_vsi()
8519 if (vsi->type != I40E_VSI_SRIOV) { in i40e_vsi_release()
8794 else if (type == I40E_VSI_SRIOV) in i40e_vsi_setup()
Di40e_ethtool.c1920 if (vsi && vsi->type == I40E_VSI_SRIOV) { in i40e_get_ethtool_fdir_entry()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_type.h160 I40E_VSI_SRIOV, enumerator
Di40e_common.c614 if (vsi_res->vsi_type == I40E_VSI_SRIOV) { in i40e_vf_parse_hw_config()
Di40evf_main.c2106 if (adapter->vf_res->vsi_res[i].vsi_type == I40E_VSI_SRIOV) in i40evf_init_task()