Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c1950 int store_cleaned, work_done; in dpaa2_eth_poll() local
1981 store_cleaned = dpaa2_eth_consume_frames(ch, &fq); in dpaa2_eth_poll()
1982 if (store_cleaned <= 0) in dpaa2_eth_poll()
1985 rx_cleaned += store_cleaned; in dpaa2_eth_poll()
1988 txconf_cleaned += store_cleaned; in dpaa2_eth_poll()
2003 } while (store_cleaned); in dpaa2_eth_poll()
H A Ddpaa2-switch.c3533 int err, cleaned = 0, store_cleaned, work_done; in dpaa2_switch_poll() local
3547 store_cleaned = dpaa2_switch_store_consume(fq); in dpaa2_switch_poll()
3548 cleaned += store_cleaned; in dpaa2_switch_poll()
3555 } while (store_cleaned); in dpaa2_switch_poll()