Searched refs:store_cleaned (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-switch.c | 2880 int err, cleaned = 0, store_cleaned, work_done; in dpaa2_switch_poll() 2894 store_cleaned = dpaa2_switch_store_consume(fq); in dpaa2_switch_setup_dpio() 2895 cleaned += store_cleaned; in dpaa2_switch_setup_dpio() 2902 } while (store_cleaned); in dpaa2_switch_setup_dpio() 2844 int err, cleaned = 0, store_cleaned, work_done; dpaa2_switch_poll() local
|
| H A D | dpaa2-eth.c | 1948 int store_cleaned, work_done; in dpaa2_eth_poll() local 1979 store_cleaned = dpaa2_eth_consume_frames(ch, &fq); in dpaa2_eth_poll() 1980 if (store_cleaned <= 0) in dpaa2_eth_poll() 1983 rx_cleaned += store_cleaned; in dpaa2_eth_poll() 1986 txconf_cleaned += store_cleaned; in dpaa2_eth_poll() 2001 } while (store_cleaned); in dpaa2_eth_poll()
|
| /linux/drivers/crypto/caam/ |
| H A D | caamalg_qi2.c | 4909 int err, cleaned = 0, store_cleaned; in dpaa2_dpseci_poll() local 4918 store_cleaned = dpaa2_caam_store_consume(ppriv); in dpaa2_dpseci_poll() 4919 cleaned += store_cleaned; in dpaa2_dpseci_poll() 4921 if (store_cleaned == 0 || in dpaa2_dpseci_poll()
|