Home
last modified time | relevance | path

Searched refs:V_OVLAN_ETYPE (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/cxgbe/
H A Dcxgbe_main.c855 V_OVLAN_ETYPE(M_OVLAN_ETYPE), in configure_vlan_types()
857 V_OVLAN_ETYPE(0x88a8)); in configure_vlan_types()
861 V_OVLAN_ETYPE(M_OVLAN_ETYPE), in configure_vlan_types()
863 V_OVLAN_ETYPE(0x9100)); in configure_vlan_types()
/dpdk/drivers/net/cxgbe/base/
H A Dt4_regs.h844 #define V_OVLAN_ETYPE(x) ((x) << S_OVLAN_ETYPE) macro