Searched refs:IXGBE_RDBAL (Results 1 – 2 of 2) sorted by relevance
378 #define IXGBE_RDBAL(_i) (((_i) < 64) ? (0x01000 + ((_i) * 0x40)) : \ macro
2443 IXGBE_WRITE_REG(hw, IXGBE_RDBAL(rx_ring->hw_index), buf_low); in ixgbe_setup_rx_ring()