Searched refs:tx_timeout (Results 1 – 3 of 3) sorted by relevance
641 unsigned long tx_timeout; in axgbe_txq_prepare_tx_stop() local647 tx_timeout = rte_get_timer_cycles() + (AXGBE_DMA_STOP_TIMEOUT * in axgbe_txq_prepare_tx_stop()649 while (time_before(rte_get_timer_cycles(), tx_timeout)) { in axgbe_txq_prepare_tx_stop()658 if (!time_before(rte_get_timer_cycles(), tx_timeout)) in axgbe_txq_prepare_tx_stop()669 unsigned long tx_timeout; in axgbe_prepare_tx_stop() local690 tx_timeout = rte_get_timer_cycles() + (AXGBE_DMA_STOP_TIMEOUT * in axgbe_prepare_tx_stop()692 while (time_before(rte_get_timer_cycles(), tx_timeout)) { in axgbe_prepare_tx_stop()702 if (!time_before(rte_get_timer_cycles(), tx_timeout)) in axgbe_prepare_tx_stop()
329 } while (timeout < hw->cmq.tx_timeout); in hns3_cmd_poll_reply()569 hw->cmq.tx_timeout = HNS3_CMDQ_TX_TIMEOUT; in hns3_cmd_init_queue()
67 uint16_t tx_timeout; member