Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_type.h144 I40E_VSI_VMDQ2 = 2, enumerator
Di40e_main.c1845 case I40E_VSI_VMDQ2: in i40e_vsi_setup_queue_map()
2150 vsi->type == I40E_VSI_VMDQ2) { in i40e_aqc_add_filters()
3231 if (ring->ch->type == I40E_VSI_VMDQ2) in i40e_configure_tx_ring()
3240 if (vsi->type == I40E_VSI_VMDQ2) { in i40e_configure_tx_ring()
5881 if (ch->type != I40E_VSI_VMDQ2) { in i40e_add_channel()
5892 if (ch->type == I40E_VSI_VMDQ2) in i40e_add_channel()
6085 vsi_type = I40E_VSI_VMDQ2; in i40e_setup_channel()
9057 case I40E_VSI_VMDQ2: in i40e_vsi_link_event()
10518 case I40E_VSI_VMDQ2: in i40e_set_num_rings_in_vsi()
13141 case I40E_VSI_VMDQ2: in i40e_add_vsi()
[all …]
Di40e_debugfs.c818 vsi = i40e_vsi_setup(pf, I40E_VSI_VMDQ2, vsi_seid, 0); in i40e_dbg_command_write()
Di40e_ethtool.c2528 return !!i40e_find_vsi_by_type(pf, I40E_VSI_VMDQ2); in i40e_active_vmdqs()