Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dif_ix.c2044 ctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL); in ixgbe_setup_vlan_hw_support()
2050 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, ctrl); in ixgbe_setup_vlan_hw_support()
2081 ctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL); in ixgbe_setup_vlan_hw_support()
2089 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, ctrl); in ixgbe_setup_vlan_hw_support()
H A Dixgbe_type.h514 #define IXGBE_VLNCTRL 0x05088 macro