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.c1947 ctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL); in ixgbe_setup_vlan_hw_support()
1953 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, ctrl); in ixgbe_setup_vlan_hw_support()
1982 ctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL); in ixgbe_setup_vlan_hw_support()
1990 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, ctrl); in ixgbe_setup_vlan_hw_support()
H A Dixgbe_type.h465 #define IXGBE_VLNCTRL 0x05088 macro