Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ixgbe/
HDif_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()
HDixgbe_type.h514 #define IXGBE_VLNCTRL 0x05088 macro