Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_type.h144 I40E_VSI_VMDQ2 = 2, enumerator
H A Di40e_debugfs.c558 vsi->type != I40E_VSI_VMDQ2) { in i40e_dbg_dump_desc()
827 vsi = i40e_vsi_setup(pf, I40E_VSI_VMDQ2, vsi_seid, 0); in i40e_dbg_command_write()
H A Di40e_main.c1971 case I40E_VSI_VMDQ2: in i40e_vsi_setup_queue_map()
2273 vsi->type == I40E_VSI_VMDQ2) { in i40e_aqc_add_filters()
3358 if (ring->ch->type == I40E_VSI_VMDQ2) in i40e_configure_tx_ring()
3367 if (vsi->type == I40E_VSI_VMDQ2) { in i40e_configure_tx_ring()
6066 if (ch->type != I40E_VSI_VMDQ2) { in i40e_add_channel()
6077 if (ch->type == I40E_VSI_VMDQ2) in i40e_add_channel()
6270 vsi_type = I40E_VSI_VMDQ2; in i40e_setup_channel()
9275 case I40E_VSI_VMDQ2: in i40e_vsi_link_event()
10736 case I40E_VSI_VMDQ2: in i40e_set_num_rings_in_vsi()
13375 case I40E_VSI_VMDQ2: in i40e_add_vsi()
[all …]
H A Di40e_ethtool.c2566 return !!i40e_find_vsi_by_type(pf, I40E_VSI_VMDQ2); in i40e_active_vmdqs()