Searched refs:TXGBE_TXCFG_ENA (Results 1 – 2 of 2) sorted by relevance
4431 wr32(hw, TXGBE_TXCFG(tx_queue_id), *(reg++) & ~TXGBE_TXCFG_ENA); in txgbe_dev_store_tx_queue()4527 wr32m(hw, TXGBE_TXCFG(txq->reg_idx), TXGBE_TXCFG_ENA, TXGBE_TXCFG_ENA); in txgbe_dev_tx_queue_start()4534 } while (--poll_ms && !(txdctl & TXGBE_TXCFG_ENA)); in txgbe_dev_tx_queue_start()4575 wr32m(hw, TXGBE_TXCFG(txq->reg_idx), TXGBE_TXCFG_ENA, 0); in txgbe_dev_tx_queue_stop()4582 } while (--poll_ms && (txdctl & TXGBE_TXCFG_ENA)); in txgbe_dev_tx_queue_stop()
1367 #define TXGBE_TXCFG_ENA MS(0, 0x1) macro