Searched refs:TXGBE_RXBAL (Results 1 – 3 of 3) sorted by relevance
4215 wr32(hw, TXGBE_RXBAL(rxq->reg_idx), in txgbe_dev_rx_init()4402 *(reg++) = rd32(hw, TXGBE_RXBAL(rx_queue_id)); in txgbe_dev_save_rx_queue()4411 wr32(hw, TXGBE_RXBAL(rx_queue_id), *(reg++)); in txgbe_dev_store_rx_queue()
788 rxbal = rd32(hw, TXGBE_RXBAL(rxq->reg_idx)); in txgbe_vlan_strip_queue_set()805 wr32(hw, TXGBE_RXBAL(rxq->reg_idx), rxbal); in txgbe_vlan_strip_queue_set()
1335 #define TXGBE_RXBAL(rp) (0x001000 + 0x40 * (rp)) macro