Home
last modified time | relevance | path

Searched refs:XGBE_DMA_STOP_TIMEOUT (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/axgbe/
HDxgbe-dev.c2468 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()
HDxgbe.h172 #define XGBE_DMA_STOP_TIMEOUT 5 macro