Home
last modified time | relevance | path

Searched refs:dequeues (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1489 int dequeues = -1; in dpaa2_eth_pull_channel() local
1495 dequeues++; in dpaa2_eth_pull_channel()
1497 } while (err == -EBUSY && dequeues < DPAA2_ETH_SWP_BUSY_RETRIES); in dpaa2_eth_pull_channel()
1499 ch->stats.dequeue_portal_busy += dequeues; in dpaa2_eth_pull_channel()
1846 * - cut off WRIOP dequeues from egress FQs and wait until transmission in dpaa2_eth_stop()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1919 int dequeues = -1; in dpaa2_eth_pull_channel() local
1925 dequeues++; in dpaa2_eth_pull_channel()
1927 } while (err == -EBUSY && dequeues < DPAA2_ETH_SWP_BUSY_RETRIES); in dpaa2_eth_pull_channel()
1929 ch->stats.dequeue_portal_busy += dequeues; in dpaa2_eth_pull_channel()
2304 * - cut off WRIOP dequeues from egress FQs and wait until transmission in dpaa2_eth_stop()

Completed in 16 milliseconds