Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.h354 #define DPAA2_ETH_SWP_BUSY_RETRIES 1000 macro
Ddpaa2-eth.c310 if (retries++ >= DPAA2_ETH_SWP_BUSY_RETRIES) in dpaa2_eth_recycle_buf()
694 if (retries++ >= DPAA2_ETH_SWP_BUSY_RETRIES) { in dpaa2_eth_consume_frames()
1673 if (retries++ >= DPAA2_ETH_SWP_BUSY_RETRIES) in dpaa2_eth_add_bufs()
1735 retries++ < DPAA2_ETH_SWP_BUSY_RETRIES) in dpaa2_eth_drain_bufs()
1810 } while (err == -EBUSY && dequeues < DPAA2_ETH_SWP_BUSY_RETRIES); in dpaa2_eth_pull_channel()
1888 } while (err == -EBUSY && retries++ < DPAA2_ETH_SWP_BUSY_RETRIES); in dpaa2_eth_poll()