Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_rx.c744 IXGBE_WRITE_REG(&ixgbe->hw, IXGBE_RDT(rx_ring->hw_index), rx_tail); in ixgbe_ring_rx()
H A Dixgbe_main.c2448 IXGBE_WRITE_REG(hw, IXGBE_RDT(rx_ring->hw_index), in ixgbe_setup_rx_ring()
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h386 #define IXGBE_RDT(_i) (((_i) < 64) ? (0x01018 + ((_i) * 0x40)) : \ macro