Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_regs.h269 #define E1000_TDWBAL(_n) ((_n) < 4 ? (0x03838 + ((_n) * 0x100)) : \ macro
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_main.c2381 E1000_WRITE_REG(hw, E1000_TDWBAL(tx_ring->index), buf_low); in igb_setup_tx_ring()