Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.h374 #define DPAA2_ETH_SWP_BUSY_RETRIES 1000 macro
Ddpaa2-eth.c320 if (retries++ >= DPAA2_ETH_SWP_BUSY_RETRIES) in dpaa2_eth_recycle_buf()
724 if (retries++ >= DPAA2_ETH_SWP_BUSY_RETRIES) { in dpaa2_eth_consume_frames()
1746 if (retries++ >= DPAA2_ETH_SWP_BUSY_RETRIES) in dpaa2_eth_add_bufs()
1838 retries++ < DPAA2_ETH_SWP_BUSY_RETRIES) in dpaa2_eth_drain_bufs()
1925 } while (err == -EBUSY && dequeues < DPAA2_ETH_SWP_BUSY_RETRIES); in dpaa2_eth_pull_channel()
2018 } while (err == -EBUSY && retries++ < DPAA2_ETH_SWP_BUSY_RETRIES); in dpaa2_eth_poll()