Home
last modified time | relevance | path

Searched refs:napi_gro_flush (Results 1 – 6 of 6) sorted by relevance

/linux/net/core/
H A Dgro.c312 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush() function
323 EXPORT_SYMBOL(napi_gro_flush);
H A Ddev.c6493 napi_gro_flush(n, !!timeout); in napi_complete_done()
6569 napi_gro_flush(napi, HZ >= 1000); in __busy_poll_stop()
7231 napi_gro_flush(n, HZ >= 1000); in __napi_poll()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif_rx.c871 napi_gro_flush(napi, false); in t7xx_dpmaif_napi_rx_poll()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad.c728 napi_gro_flush(&rx_ctrl->napi, false); in bnad_cq_process()
/linux/include/linux/
H A Dnetdevice.h4118 void napi_gro_flush(struct napi_struct *napi, bool flush_old);
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c3961 napi_gro_flush(&ring->tqp_vector->napi, false); in hns3_rx_skb()