Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_debug.c483 reg_val = IXGBE_READ_REG(hw, IXGBE_TDWBAL(i)); in ixgbe_dump_regs()
H A Dixgbe_main.c2739 IXGBE_WRITE_REG(hw, IXGBE_TDWBAL(tx_ring->index), buf_low); in ixgbe_setup_tx_ring()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h539 #define IXGBE_TDWBAL(_i) (0x06038 + ((_i) * 0x40)) macro