Searched refs:XGBE_DMA_STOP_TIMEOUT (Results 1 – 2 of 2) sorted by relevance
2468 tx_timeout = ticks + (XGBE_DMA_STOP_TIMEOUT * hz); in xgbe_txq_prepare_tx_stop()2509 tx_timeout = ticks + (XGBE_DMA_STOP_TIMEOUT * hz); in xgbe_prepare_tx_stop()2582 rx_timeout = ticks + (XGBE_DMA_STOP_TIMEOUT * hz); in xgbe_prepare_rx_stop()
172 #define XGBE_DMA_STOP_TIMEOUT 5 macro