Searched refs:napi_gro_flush (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-6.6/net/core/ |
H A D | gro.c | 294 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush() function 305 EXPORT_SYMBOL(napi_gro_flush); variable
|
H A D | dev.c | 6126 napi_gro_flush(n, !!timeout); in napi_complete_done() 6194 napi_gro_flush(napi, HZ >= 1000); in __busy_poll_stop() 6597 napi_gro_flush(n, HZ >= 1000); in __napi_poll()
|
/kernel/linux/linux-6.6/drivers/net/wwan/t7xx/ |
H A D | t7xx_hif_dpmaif_rx.c | 871 napi_gro_flush(napi, false); in t7xx_dpmaif_napi_rx_poll()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 5859 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush() function 5870 EXPORT_SYMBOL(napi_gro_flush); variable 6528 napi_gro_flush(n, !!timeout); in napi_complete_done() 6872 napi_gro_flush(n, HZ >= 1000); in napi_poll()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/ |
H A D | rx.c | 1607 napi_gro_flush(napi, false); in iwl_pcie_rx_handle()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cortina/ |
H A D | gemini.c | 1540 napi_gro_flush(napi, false); in gmac_napi_poll()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cortina/ |
H A D | gemini.c | 1539 napi_gro_flush(napi, false); in gmac_napi_poll()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 728 napi_gro_flush(&rx_ctrl->napi, false); in bnad_cq_process()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netdevice.h | 3886 void napi_gro_flush(struct napi_struct *napi, bool flush_old);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/brocade/bna/ |
H A D | bnad.c | 728 napi_gro_flush(&rx_ctrl->napi, false); in bnad_cq_process()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netdevice.h | 3903 void napi_gro_flush(struct napi_struct *napi, bool flush_old);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 2855 napi_gro_flush(&ring->tqp_vector->napi, false); in hns3_rx_skb()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_enet.c | 3963 napi_gro_flush(&ring->tqp_vector->napi, false); in hns3_rx_skb()
|
Completed in 101 milliseconds