Searched refs:TXGBE_RXRP (Results 1 – 2 of 2) sorted by relevance
2551 TXGBE_REG_ADDR(hw, TXGBE_RXRP(queue_idx)); in txgbe_dev_rx_queue_setup()2556 TXGBE_REG_ADDR(hw, TXGBE_RXRP(rxq->reg_idx)); in txgbe_dev_rx_queue_setup()4219 wr32(hw, TXGBE_RXRP(rxq->reg_idx), 0); in txgbe_dev_rx_init()4468 wr32(hw, TXGBE_RXRP(rxq->reg_idx), 0); in txgbe_dev_rx_queue_start()
1337 #define TXGBE_RXRP(rp) (0x00100C + 0x40 * (rp)) macro