/Linux-v5.15/include/linux/ |
D | netpoll.h | 69 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock() 86 struct napi_struct *napi = have; in netpoll_poll_unlock() local 98 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()
|
/Linux-v5.15/net/core/ |
D | gro_cells.c | 9 struct napi_struct napi; member 50 static int gro_cell_poll(struct napi_struct *napi, int budget) in gro_cell_poll()
|
D | netpoll.c | 140 static void poll_one_napi(struct napi_struct *napi) in poll_one_napi() 163 struct napi_struct *napi; in poll_napi() local 299 struct napi_struct *napi; in netpoll_owner_active() local
|
D | dev.c | 925 struct napi_struct *napi; in dev_get_by_napi_id() local 4311 struct napi_struct *napi) in ____napi_schedule() 5827 static void gro_normal_list(struct napi_struct *napi) in gro_normal_list() 5839 static void gro_normal_one(struct napi_struct *napi, struct sk_buff *skb, int segs) in gro_normal_one() 5847 static int napi_gro_complete(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_complete() 5884 static void __napi_gro_flush_chain(struct napi_struct *napi, u32 index, in __napi_gro_flush_chain() 5906 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush() 6018 static void gro_flush_oldest(struct napi_struct *napi, struct list_head *head) in gro_flush_oldest() 6037 static enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in dev_gro_receive() 6175 static gro_result_t napi_skb_finish(struct napi_struct *napi, in napi_skb_finish() [all …]
|
/Linux-v5.15/drivers/infiniband/hw/hfi1/ |
D | ipoib_rx.c | 25 static struct sk_buff *prepare_frag_skb(struct napi_struct *napi, int size) in prepare_frag_skb() 52 struct napi_struct *napi = &rxq->napi; in hfi1_ipoib_prepare_skb() local
|
/Linux-v5.15/drivers/net/ethernet/intel/igc/ |
D | igc_xdp.c | 43 struct napi_struct *napi; in igc_xdp_enable_pool() local 103 struct napi_struct *napi; in igc_xdp_disable_pool() local
|
/Linux-v5.15/drivers/net/wireless/ath/wil6210/ |
D | netdev.c | 91 static int wil6210_netdev_poll_rx(struct napi_struct *napi, int budget) in wil6210_netdev_poll_rx() 112 static int wil6210_netdev_poll_rx_edma(struct napi_struct *napi, int budget) in wil6210_netdev_poll_rx_edma() 133 static int wil6210_netdev_poll_tx(struct napi_struct *napi, int budget) in wil6210_netdev_poll_tx() 170 static int wil6210_netdev_poll_tx_edma(struct napi_struct *napi, int budget) in wil6210_netdev_poll_tx_edma()
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | rxmq.c | 241 struct napi_struct *napi, in iwl_mvm_pass_packet_to_mac80211() 577 struct napi_struct *napi, in iwl_mvm_release_frames() 753 struct napi_struct *napi, in iwl_mvm_release_frames_from_notif() 790 struct napi_struct *napi, int queue, in iwl_mvm_nssn_sync() 798 void iwl_mvm_rx_queue_notif(struct iwl_mvm *mvm, struct napi_struct *napi, in iwl_mvm_rx_queue_notif() 907 struct napi_struct *napi, in iwl_mvm_reorder() 1638 void iwl_mvm_rx_mpdu_mq(struct iwl_mvm *mvm, struct napi_struct *napi, in iwl_mvm_rx_mpdu_mq() 2002 void iwl_mvm_rx_monitor_no_data(struct iwl_mvm *mvm, struct napi_struct *napi, in iwl_mvm_rx_monitor_no_data() 2145 void iwl_mvm_rx_frame_release(struct iwl_mvm *mvm, struct napi_struct *napi, in iwl_mvm_rx_frame_release() 2159 void iwl_mvm_rx_bar_frame_release(struct iwl_mvm *mvm, struct napi_struct *napi, in iwl_mvm_rx_bar_frame_release()
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | dma.c | 69 static int mt7615_poll_tx(struct napi_struct *napi, int budget) in mt7615_poll_tx() 89 static int mt7615_poll_rx(struct napi_struct *napi, int budget) in mt7615_poll_rx()
|
/Linux-v5.15/drivers/net/ethernet/google/gve/ |
D | gve_rx_dqo.c | 481 static int gve_rx_append_frags(struct napi_struct *napi, in gve_rx_append_frags() 518 static int gve_rx_dqo(struct napi_struct *napi, struct gve_rx_ring *rx, in gve_rx_dqo() 630 static int gve_rx_complete_skb(struct gve_rx_ring *rx, struct napi_struct *napi, in gve_rx_complete_skb() 665 struct napi_struct *napi = &block->napi; in gve_rx_poll_dqo() local
|
D | gve_rx.c | 271 static struct sk_buff *gve_rx_add_frags(struct napi_struct *napi, in gve_rx_add_frags() 319 struct napi_struct *napi, in gve_rx_raw_addressing() 340 u16 len, struct napi_struct *napi, in gve_rx_qpl() 374 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_rx() local
|
D | gve_utils.c | 47 struct sk_buff *gve_rx_copy(struct net_device *dev, struct napi_struct *napi, in gve_rx_copy()
|
/Linux-v5.15/drivers/staging/octeon/ |
D | ethernet-rx.c | 37 struct napi_struct napi; member 412 static int cvm_oct_napi_poll(struct napi_struct *napi, int budget) in cvm_oct_napi_poll()
|
/Linux-v5.15/drivers/net/ethernet/ |
D | lantiq_xrx200.c | 58 struct napi_struct napi; member 217 static int xrx200_poll_rx(struct napi_struct *napi, int budget) in xrx200_poll_rx() 245 static int xrx200_tx_housekeeping(struct napi_struct *napi, int budget) in xrx200_tx_housekeeping()
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-op-mode.h | 136 struct napi_struct *napi, in iwl_op_mode_rx() 143 struct napi_struct *napi, in iwl_op_mode_rx_rss()
|
/Linux-v5.15/drivers/target/iscsi/cxgbit/ |
D | cxgbit_main.c | 310 const __be64 *rsp, struct napi_struct *napi) in cxgbit_lro_init_skb() 374 struct napi_struct *napi) in cxgbit_lro_receive() 429 struct napi_struct *napi) in cxgbit_uld_lro_rx_handler()
|
/Linux-v5.15/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-net.c | 365 struct napi_struct *napi; in xlgmac_tx_timer() local 988 struct napi_struct *napi, in xlgmac_create_skb() 1119 struct napi_struct *napi; in xlgmac_rx_poll() local 1280 static int xlgmac_one_poll(struct napi_struct *napi, int budget) in xlgmac_one_poll() 1309 static int xlgmac_all_poll(struct napi_struct *napi, int budget) in xlgmac_all_poll()
|
/Linux-v5.15/drivers/net/ethernet/aquantia/atlantic/ |
D | aq_vec.c | 26 struct napi_struct napi; member 33 static int aq_vec_poll(struct napi_struct *napi, int budget) in aq_vec_poll()
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7921/ |
D | dma.c | 62 static int mt7921_poll_tx(struct napi_struct *napi, int budget) in mt7921_poll_tx() 82 static int mt7921_poll_rx(struct napi_struct *napi, int budget) in mt7921_poll_rx()
|
/Linux-v5.15/include/linux/can/ |
D | rx-offload.h | 29 struct napi_struct napi; member
|
/Linux-v5.15/drivers/net/ethernet/cavium/liquidio/ |
D | lio_core.c | 582 struct napi_struct *napi = param; in liquidio_push_packet() local 711 struct napi_struct *napi = param; in napi_schedule_wrapper() local 742 static int liquidio_napi_poll(struct napi_struct *napi, int budget) in liquidio_napi_poll() 809 struct napi_struct *napi; in liquidio_setup_io_queues() local
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/ |
D | trap.h | 14 struct napi_struct napi; member
|
/Linux-v5.15/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | dma.c | 29 static int mt7915_poll_tx(struct napi_struct *napi, int budget) in mt7915_poll_tx()
|
/Linux-v5.15/drivers/net/wan/ |
D | lapbether.c | 58 struct napi_struct napi; member 88 static int lapbeth_napi_poll(struct napi_struct *napi, int budget) in lapbeth_napi_poll()
|
/Linux-v5.15/drivers/net/ethernet/huawei/hinic/ |
D | hinic_tx.h | 40 struct napi_struct napi; member
|