Home
last modified time | relevance | path

Searched refs:IXGBE_TDWBAH (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c485 reg_val = IXGBE_READ_REG(hw, IXGBE_TDWBAH(i)); in ixgbe_dump_regs()
H A Dixgbe_main.c2740 IXGBE_WRITE_REG(hw, IXGBE_TDWBAH(tx_ring->index), buf_high); in ixgbe_setup_tx_ring()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h540 #define IXGBE_TDWBAH(_i) (0x0603C + ((_i) * 0x40)) macro