Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c1797 IXGBE_TDH(tx_ring->index), 0); in ixgbe_tx_clean()
2716 IXGBE_WRITE_REG(hw, IXGBE_TDH(tx_ring->index), 0); in ixgbe_setup_tx_ring()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h536 #define IXGBE_TDH(_i) (0x06010 + ((_i) * 0x40)) macro