Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h380 #define IXGBE_RDBAH(_i) (((_i) < 64) ? (0x01004 + ((_i) * 0x40)) : \ macro
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_main.c2442 IXGBE_WRITE_REG(hw, IXGBE_RDBAH(rx_ring->hw_index), buf_high); in ixgbe_setup_rx_ring()