Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_ix.c2047 ctrl &= ~IXGBE_VLNCTRL_VFE; in ixgbe_setup_vlan_hw_support()
2085 ctrl |= IXGBE_VLNCTRL_VFE; in ixgbe_setup_vlan_hw_support()
H A Dixgbe_type.h2173 #define IXGBE_VLNCTRL_VFE 0x40000000 /* bit 30 */ macro