Home
last modified time | relevance | path

Searched refs:store_cleaned (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c1832 int store_cleaned, work_done; in dpaa2_eth_poll() local
1853 store_cleaned = dpaa2_eth_consume_frames(ch, &fq); in dpaa2_eth_poll()
1854 if (store_cleaned <= 0) in dpaa2_eth_poll()
1857 rx_cleaned += store_cleaned; in dpaa2_eth_poll()
1860 txconf_cleaned += store_cleaned; in dpaa2_eth_poll()
1873 } while (store_cleaned); in dpaa2_eth_poll()
Ddpaa2-switch.c2780 int err, cleaned = 0, store_cleaned, work_done; in dpaa2_switch_poll() local
2794 store_cleaned = dpaa2_switch_store_consume(fq); in dpaa2_switch_poll()
2795 cleaned += store_cleaned; in dpaa2_switch_poll()
2802 } while (store_cleaned); in dpaa2_switch_poll()
/linux-6.1.9/drivers/crypto/caam/
Dcaamalg_qi2.c4890 int err, cleaned = 0, store_cleaned; in dpaa2_dpseci_poll() local
4899 store_cleaned = dpaa2_caam_store_consume(ppriv); in dpaa2_dpseci_poll()
4900 cleaned += store_cleaned; in dpaa2_dpseci_poll()
4902 if (store_cleaned == 0 || in dpaa2_dpseci_poll()