Home
last modified time | relevance | path

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

/dpdk/doc/guides/nics/
H A Di40e.rst730 For example, register I40E_GL_SWT_L2TAGCTRL is used to control L2 tag, i40e
731 PMD uses I40E_GL_SWT_L2TAGCTRL to set vlan TPID. If setting TPID in port A
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h200 #define I40E_GL_SWT_L2TAGCTRL(_i) (0x001C0A70 + ((_i) * 4)) macro
H A Di40e_ethdev.c3868 ret = i40e_aq_debug_read_register(hw, I40E_GL_SWT_L2TAGCTRL(reg_id), in i40e_vlan_tpid_set_by_registers()
3888 I40E_GL_SWT_L2TAGCTRL(reg_id), in i40e_vlan_tpid_set_by_registers()
3898 I40E_GL_SWT_L2TAGCTRL(reg_id), (uint32_t)reg_w); in i40e_vlan_tpid_set_by_registers()
H A Di40e_flow.c2028 i40e_aq_debug_read_register(hw, I40E_GL_SWT_L2TAGCTRL(reg_id), in i40e_get_outer_vlan()