Searched refs:tx_timeout (Results 1 – 3 of 3) sorted by relevance
578 unsigned long tx_timeout; in axgbe_txq_prepare_tx_stop() local584 tx_timeout = rte_get_timer_cycles() + (AXGBE_DMA_STOP_TIMEOUT * in axgbe_txq_prepare_tx_stop()586 while (time_before(rte_get_timer_cycles(), tx_timeout)) { in axgbe_txq_prepare_tx_stop()595 if (!time_before(rte_get_timer_cycles(), tx_timeout)) in axgbe_txq_prepare_tx_stop()606 unsigned long tx_timeout; in axgbe_prepare_tx_stop() local627 tx_timeout = rte_get_timer_cycles() + (AXGBE_DMA_STOP_TIMEOUT * in axgbe_prepare_tx_stop()629 while (time_before(rte_get_timer_cycles(), tx_timeout)) { in axgbe_prepare_tx_stop()639 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()476 hw->cmq.tx_timeout = HNS3_CMDQ_TX_TIMEOUT; in hns3_cmd_init_queue()
72 uint16_t tx_timeout; member