Home
last modified time | relevance | path

Searched refs:DPMAIF_MAX_CHECK_COUNT (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_dpmaif.h27 #define DPMAIF_MAX_CHECK_COUNT 1000000 macro
H A Dt7xx_dpmaif.c1164 if (++count >= DPMAIF_MAX_CHECK_COUNT) { in t7xx_dpmaif_hw_stop_all_txq()
1194 if (++count >= DPMAIF_MAX_CHECK_COUNT) { in t7xx_dpmaif_hw_stop_all_rxq()
1211 } while (++count < DPMAIF_MAX_CHECK_COUNT); in t7xx_dpmaif_hw_stop_all_rxq()
H A Dt7xx_hif_dpmaif_tx.c657 if (++count >= DPMAIF_MAX_CHECK_COUNT) { in t7xx_dpmaif_tx_stop()
H A Dt7xx_hif_dpmaif_rx.c1140 if (++j >= DPMAIF_MAX_CHECK_COUNT) { in t7xx_dpmaif_stop_rxq()