Searched refs:txtdh (Results 1 – 3 of 3) sorted by relevance
3261 uint32_t txtdh, txtdt; in ngbe_dev_tx_queue_stop() local3272 txtdh = rd32(hw, NGBE_TXRP(txq->reg_idx)); in ngbe_dev_tx_queue_stop()3274 } while (--poll_ms && (txtdh != txtdt)); in ngbe_dev_tx_queue_stop()
4717 uint32_t txtdh, txtdt; in txgbe_dev_tx_queue_stop() local4728 txtdh = rd32(hw, TXGBE_TXRP(txq->reg_idx)); in txgbe_dev_tx_queue_stop()4730 } while (--poll_ms && (txtdh != txtdt)); in txgbe_dev_tx_queue_stop()
5538 uint32_t txtdh, txtdt; in ixgbe_dev_tx_queue_stop() local5551 txtdh = IXGBE_READ_REG(hw, in ixgbe_dev_tx_queue_stop()5555 } while (--poll_ms && (txtdh != txtdt)); in ixgbe_dev_tx_queue_stop()