Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h533 #define IXGBE_TDBAL(_i) (0x06000 + ((_i) * 0x40)) /* 32 of them (0-31)*/ macro
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c2710 IXGBE_WRITE_REG(hw, IXGBE_TDBAL(tx_ring->index), buf_low); in ixgbe_setup_tx_ring()