Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_type.h146 I40E_VSI_VMDQ2 = 2, enumerator
Di40e_main.c1823 case I40E_VSI_VMDQ2: in i40e_vsi_setup_queue_map()
2128 vsi->type == I40E_VSI_VMDQ2) { in i40e_aqc_add_filters()
3209 if (ring->ch->type == I40E_VSI_VMDQ2) in i40e_configure_tx_ring()
3218 if (vsi->type == I40E_VSI_VMDQ2) { in i40e_configure_tx_ring()
5843 if (ch->type != I40E_VSI_VMDQ2) { in i40e_add_channel()
5854 if (ch->type == I40E_VSI_VMDQ2) in i40e_add_channel()
6048 vsi_type = I40E_VSI_VMDQ2; in i40e_setup_channel()
8994 case I40E_VSI_VMDQ2: in i40e_vsi_link_event()
10555 case I40E_VSI_VMDQ2: in i40e_set_num_rings_in_vsi()
13199 case I40E_VSI_VMDQ2: in i40e_add_vsi()
[all …]
Di40e_debugfs.c752 vsi = i40e_vsi_setup(pf, I40E_VSI_VMDQ2, vsi_seid, 0); in i40e_dbg_command_write()
Di40e_ethtool.c2524 return !!i40e_find_vsi_by_type(pf, I40E_VSI_VMDQ2); in i40e_active_vmdqs()