Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h433 napi_gro_flush(&q_vector->napi, false); in ixgbe_qv_unlock_napi()
/linux-4.1.27/drivers/net/wireless/iwlwifi/pcie/
Drx.c766 napi_gro_flush(&trans_pcie->napi, false); in iwl_pcie_rx_handle()
/linux-4.1.27/net/core/
Ddev.c3942 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush() function
3965 EXPORT_SYMBOL(napi_gro_flush);
4492 napi_gro_flush(n, false); in napi_complete_done()
4659 napi_gro_flush(n, HZ >= 1000); in napi_poll()
/linux-4.1.27/drivers/net/ethernet/realtek/
D8139cp.c563 napi_gro_flush(napi, false); in cp_rx_poll()
/linux-4.1.27/include/linux/
Dnetdevice.h2946 void napi_gro_flush(struct napi_struct *napi, bool flush_old);
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbnad.c730 napi_gro_flush(&rx_ctrl->napi, false); in bnad_cq_process()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dskge.c3234 napi_gro_flush(napi, false); in skge_poll()