Searched refs:TXGBE_RXBAH (Results 1 – 3 of 3) sorted by relevance
4217 wr32(hw, TXGBE_RXBAH(rxq->reg_idx), in txgbe_dev_rx_init()4403 *(reg++) = rd32(hw, TXGBE_RXBAH(rx_queue_id)); in txgbe_dev_save_rx_queue()4412 wr32(hw, TXGBE_RXBAH(rx_queue_id), *(reg++)); in txgbe_dev_store_rx_queue()
789 rxbah = rd32(hw, TXGBE_RXBAH(rxq->reg_idx)); in txgbe_vlan_strip_queue_set()806 wr32(hw, TXGBE_RXBAH(rxq->reg_idx), rxbah); in txgbe_vlan_strip_queue_set()
1336 #define TXGBE_RXBAH(rp) (0x001004 + 0x40 * (rp)) macro