Searched refs:napi_gro_flush (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/cisco/enic/ |
D | vnic_rq.h | 228 napi_gro_flush(napi, false); in enic_poll_unlock_napi()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe.h | 441 napi_gro_flush(&q_vector->napi, false); in ixgbe_qv_unlock_napi()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/pcie/ |
D | rx.c | 1071 napi_gro_flush(&trans_pcie->napi, false); in iwl_pcie_rx_handle()
|
/linux-4.4.14/net/core/ |
D | dev.c | 4105 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush() function 4128 EXPORT_SYMBOL(napi_gro_flush); 4658 napi_gro_flush(n, false); in napi_complete_done() 4827 napi_gro_flush(n, HZ >= 1000); in napi_poll()
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139cp.c | 565 napi_gro_flush(napi, false); in cp_rx_poll()
|
/linux-4.4.14/include/linux/ |
D | netdevice.h | 3028 void napi_gro_flush(struct napi_struct *napi, bool flush_old);
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
D | bnad.c | 743 napi_gro_flush(&rx_ctrl->napi, false); in bnad_cq_process()
|
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | skge.c | 3234 napi_gro_flush(napi, false); in skge_poll()
|