Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_ix.c2049 ctrl &= ~IXGBE_VLNCTRL_VME; in ixgbe_setup_vlan_hw_support()
2088 ctrl |= IXGBE_VLNCTRL_VME; in ixgbe_setup_vlan_hw_support()
H A Dixgbe_type.h2174 #define IXGBE_VLNCTRL_VME 0x80000000 /* bit 31 */ macro