Searched refs:TXGBE_RXWP (Results 1 – 2 of 2) sorted by relevance
2549 TXGBE_REG_ADDR(hw, TXGBE_RXWP(queue_idx)); in txgbe_dev_rx_queue_setup()2554 TXGBE_REG_ADDR(hw, TXGBE_RXWP(rxq->reg_idx)); in txgbe_dev_rx_queue_setup()4220 wr32(hw, TXGBE_RXWP(rxq->reg_idx), 0); in txgbe_dev_rx_init()4469 wr32(hw, TXGBE_RXWP(rxq->reg_idx), rxq->nb_rx_desc - 1); in txgbe_dev_rx_queue_start()
1338 #define TXGBE_RXWP(rp) (0x001008 + 0x40 * (rp)) macro