Home
last modified time | relevance | path

Searched refs:store_cleaned (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1519 int store_cleaned, work_done; in dpaa2_eth_poll() local
1540 store_cleaned = dpaa2_eth_consume_frames(ch, &fq); in dpaa2_eth_poll()
1541 if (store_cleaned <= 0) in dpaa2_eth_poll()
1544 rx_cleaned += store_cleaned; in dpaa2_eth_poll()
1547 txconf_cleaned += store_cleaned; in dpaa2_eth_poll()
1560 } while (store_cleaned); in dpaa2_eth_poll()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1949 int store_cleaned, work_done; in dpaa2_eth_poll() local
1980 store_cleaned = dpaa2_eth_consume_frames(ch, &fq); in dpaa2_eth_poll()
1981 if (store_cleaned <= 0) in dpaa2_eth_poll()
1984 rx_cleaned += store_cleaned; in dpaa2_eth_poll()
1987 txconf_cleaned += store_cleaned; in dpaa2_eth_poll()
2002 } while (store_cleaned); in dpaa2_eth_poll()
H A Ddpaa2-switch.c2793 int err, cleaned = 0, store_cleaned, work_done; in dpaa2_switch_poll() local
2807 store_cleaned = dpaa2_switch_store_consume(fq); in dpaa2_switch_poll()
2808 cleaned += store_cleaned; in dpaa2_switch_poll()
2815 } while (store_cleaned); in dpaa2_switch_poll()
/kernel/linux/linux-5.10/drivers/crypto/caam/
H A Dcaamalg_qi2.c4888 int err, cleaned = 0, store_cleaned; in dpaa2_dpseci_poll() local
4897 store_cleaned = dpaa2_caam_store_consume(ppriv); in dpaa2_dpseci_poll()
4898 cleaned += store_cleaned; in dpaa2_dpseci_poll()
4900 if (store_cleaned == 0 || in dpaa2_dpseci_poll()
/kernel/linux/linux-6.6/drivers/crypto/caam/
H A Dcaamalg_qi2.c4900 int err, cleaned = 0, store_cleaned; in dpaa2_dpseci_poll() local
4909 store_cleaned = dpaa2_caam_store_consume(ppriv); in dpaa2_dpseci_poll()
4910 cleaned += store_cleaned; in dpaa2_dpseci_poll()
4912 if (store_cleaned == 0 || in dpaa2_dpseci_poll()

Completed in 27 milliseconds