Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/ixgbe/
HDif_ix.c2047 ctrl &= ~IXGBE_VLNCTRL_VFE; in ixgbe_setup_vlan_hw_support()
2085 ctrl |= IXGBE_VLNCTRL_VFE; in ixgbe_setup_vlan_hw_support()
HDixgbe_type.h2173 #define IXGBE_VLNCTRL_VFE 0x40000000 /* bit 30 */ macro