Home
last modified time | relevance | path

Searched defs:napi (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/linux/net/core/
H A Dgro.c638 static void napi_reuse_skb(struct napi_struct *napi, struct sk_buff *skb) in napi_reuse_skb() argument
668 struct sk_buff *napi_get_frags(struct napi_struct *napi) in napi_get_frags() argument
683 static gro_result_t napi_frags_finish(struct napi_struct *napi, in napi_frags_finish() argument
715 napi_frags_skb(struct napi_struct * napi) napi_frags_skb() argument
755 napi_gro_frags(struct napi_struct * napi) napi_gro_frags() argument
[all...]
H A Ddev.h236 struct napi_struct *napi; in netdev_set_defer_hard_irqs() local
282 struct napi_struct *napi; in netdev_set_gro_flush_timeout() local
345 static inline void xdp_do_check_flushed(struct napi_struct *napi) { } in xdp_do_check_flushed()
349 static inline void napi_assert_will_not_race(const struct napi_struct *napi) in napi_assert_will_not_race()
H A Dgro_cells.c10 struct napi_struct napi; member
51 static int gro_cell_poll(struct napi_struct *napi, int budget) in gro_cell_poll() argument
[all...]
H A Dnetpoll.c142 static void poll_one_napi(struct napi_struct *napi) in poll_one_napi() argument
165 struct napi_struct *napi; in poll_napi() local
303 struct napi_struct *napi; netpoll_owner_active() local
[all...]
H A Ddev.c778 struct napi_struct *napi; in napi_by_id() local
791 struct napi_struct *napi; in netdev_napi_by_id() local
819 struct napi_struct *napi; in netdev_napi_by_id_lock() local
1024 struct napi_struct *napi; in dev_get_by_napi_id() local
4793 struct napi_struct *napi) in ____napi_schedule()
6422 static int process_backlog(struct napi_struct *napi, int quota) in process_backlog()
6642 static void __busy_poll_stop(struct napi_struct *napi, bool skip_schedule) in __busy_poll_stop()
6661 static void busy_poll_stop(struct napi_struct *napi, void *have_poll_lock, in busy_poll_stop()
6717 struct napi_struct *napi; in __napi_busy_loop() local
6819 struct napi_struct *napi; in napi_suspend_irqs() local
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dagg.c11 struct napi_struct *napi, in iwl_mld_reorder_release_frames() argument
43 struct napi_struct *napi, in iwl_mld_release_frames_from_notif() argument
81 struct napi_struct *napi, in iwl_mld_handle_frame_release_notif() argument
98 struct napi_struct *napi, in iwl_mld_handle_bar_frame_release_notif() argument
189 iwl_mld_reorder(struct iwl_mld *mld, struct napi_struct *napi, in iwl_mld_reorder() argument
[all...]
/linux/drivers/infiniband/hw/hfi1/
H A Dipoib_rx.c22 static struct sk_buff *prepare_frag_skb(struct napi_struct *napi, int size) in prepare_frag_skb() argument
49 struct napi_struct *napi = &rxq->napi; in hfi1_ipoib_prepare_skb() local
/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx.c450 static struct sk_buff *gve_rx_add_frags(struct napi_struct *napi, in gve_rx_add_frags() argument
520 struct napi_struct *napi, in gve_rx_raw_addressing() argument
540 u16 len, struct napi_struct *napi) in gve_rx_copy_to_pool() argument
626 u16 len, struct napi_struct *napi, in gve_rx_qpl() argument
653 gve_rx_skb(struct gve_priv * priv,struct gve_rx_ring * rx,struct gve_rx_slot_page_info * page_info,struct napi_struct * napi,u16 len,union gve_rx_data_slot * data_slot,bool is_only_frag) gve_rx_skb() argument
817 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; gve_rx() local
1035 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; gve_clean_rx_done() local
[all...]
H A Dgve_rx_dqo.c469 static void gve_rx_free_skb(struct napi_struct *napi, struct gve_rx_ring *rx) in gve_rx_free_skb() argument
540 static int gve_rx_append_frags(struct napi_struct *napi, in gve_rx_append_frags() argument
679 static int gve_rx_xsk_dqo(struct napi_struct *napi, struct gve_rx_ring *rx, in gve_rx_xsk_dqo() argument
725 static int gve_rx_dqo(struct napi_struct *napi, struct gve_rx_ring *rx, in gve_rx_dqo() argument
905 gve_rx_complete_skb(struct gve_rx_ring * rx,struct napi_struct * napi,const struct gve_rx_compl_desc_dqo * desc,netdev_features_t feat) gve_rx_complete_skb() argument
944 struct napi_struct *napi; gve_rx_poll_dqo() local
[all...]
H A Dgve_utils.c67 struct sk_buff *gve_rx_copy_data(struct net_device *dev, struct napi_struct *napi, in gve_rx_copy_data() argument
83 struct sk_buff *gve_rx_copy(struct net_device *dev, struct napi_struct *napi, in gve_rx_copy() argument
/linux/drivers/net/wireless/ath/wil6210/
H A Dnetdev.c91 static int wil6210_netdev_poll_rx(struct napi_struct *napi, int budget) in wil6210_netdev_poll_rx() argument
112 static int wil6210_netdev_poll_rx_edma(struct napi_struct *napi, int budget) in wil6210_netdev_poll_rx_edma() argument
133 static int wil6210_netdev_poll_tx(struct napi_struct *napi, int budget) in wil6210_netdev_poll_tx() argument
170 static int wil6210_netdev_poll_tx_edma(struct napi_struct *napi, in argument
[all...]
/linux/drivers/net/ethernet/intel/igc/
H A Digc_xdp.c62 struct napi_struct *napi; in igc_xdp_enable_pool() local
122 struct napi_struct *napi; in igc_xdp_disable_pool() local
[all...]
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Ddma.c66 static int mt7615_poll_tx(struct napi_struct *napi, int budget) in mt7615_poll_tx() argument
87 static int mt7615_poll_rx(struct napi_struct *napi, int budget) in mt7615_poll_rx() argument
/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_int.c17 int spl2sw_rx_poll(struct napi_struct *napi, int budget) in spl2sw_rx_poll() argument
138 int spl2sw_tx_poll(struct napi_struct *napi, int budget) in spl2sw_tx_poll() argument
/linux/drivers/net/ethernet/intel/libeth/
H A Dxsk.c207 void libeth_xsk_init_wakeup(call_single_data_t *csd, struct napi_struct *napi) in libeth_xsk_init_wakeup() argument
224 struct napi_struct *napi = csd->info; in libeth_xsk_wakeup() local
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_dma.c316 int mt792x_poll_tx(struct napi_struct *napi, int budget) in mt792x_poll_tx() argument
338 int mt792x_poll_rx(struct napi_struct *napi, int budget) in mt792x_poll_rx() argument
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drxmq.c237 struct napi_struct *napi, in iwl_mvm_pass_packet_to_mac80211() argument
607 struct napi_struct *napi, in iwl_mvm_release_frames() argument
679 struct napi_struct *napi, in iwl_mvm_release_frames_from_notif() argument
723 void iwl_mvm_rx_queue_notif(struct iwl_mvm *mvm, struct napi_struct *napi, in iwl_mvm_rx_queue_notif() argument
775 struct napi_struct *napi, in iwl_mvm_reorder() argument
2090 void iwl_mvm_rx_mpdu_mq(struct iwl_mvm *mvm, struct napi_struct *napi, in iwl_mvm_rx_mpdu_mq() argument
2420 iwl_mvm_rx_monitor_no_data(struct iwl_mvm * mvm,struct napi_struct * napi,struct iwl_rx_cmd_buffer * rxb,int queue) iwl_mvm_rx_monitor_no_data() argument
2546 iwl_mvm_rx_frame_release(struct iwl_mvm * mvm,struct napi_struct * napi,struct iwl_rx_cmd_buffer * rxb,int queue) iwl_mvm_rx_frame_release() argument
2560 iwl_mvm_rx_bar_frame_release(struct iwl_mvm * mvm,struct napi_struct * napi,struct iwl_rx_cmd_buffer * rxb,int queue) iwl_mvm_rx_bar_frame_release() argument
[all...]
/linux/drivers/staging/octeon/
H A Dethernet-rx.c37 struct napi_struct napi; member
412 static int cvm_oct_napi_poll(struct napi_struct *napi, int budget) in cvm_oct_napi_poll() argument
[all...]
/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_main.c317 const __be64 *rsp, struct napi_struct *napi) in cxgbit_lro_init_skb() argument
381 struct napi_struct *napi) in cxgbit_lro_receive() argument
436 struct napi_struct *napi) in cxgbit_uld_lro_rx_handler() argument
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c366 struct napi_struct *napi; in xlgmac_tx_timer() local
988 xlgmac_create_skb(struct xlgmac_pdata * pdata,struct napi_struct * napi,struct xlgmac_desc_data * desc_data,unsigned int len) xlgmac_create_skb() argument
1119 struct napi_struct *napi; xlgmac_rx_poll() local
1280 xlgmac_one_poll(struct napi_struct * napi,int budget) xlgmac_one_poll() argument
1309 xlgmac_all_poll(struct napi_struct * napi,int budget) xlgmac_all_poll() argument
[all...]
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_irq.c13 static int hinic3_poll(struct napi_struct *napi, int budget) in hinic3_poll() argument
[all...]
/linux/drivers/net/ethernet/
H A Dlantiq_xrx200.c64 struct napi_struct napi; member
283 static int xrx200_poll_rx(struct napi_struct *napi, int budget) in xrx200_poll_rx() argument
313 static int xrx200_tx_housekeeping(struct napi_struct *napi, in argument
[all...]
/linux/io_uring/
H A Dnapi.c267 struct io_uring_napi *napi) in io_napi_register_napi() argument
298 struct io_uring_napi napi; io_register_napi() local
[all...]
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_vec.c21 struct napi_struct napi; member
28 static int aq_vec_poll(struct napi_struct *napi, int budget) in aq_vec_poll() argument
[all...]
H A Daq_ring.c528 static int __aq_ring_rx_clean(struct aq_ring_s *self, struct napi_struct *napi, in __aq_ring_rx_clean() argument
699 struct napi_struct *napi, int *work_done, in __aq_ring_xdp_clean() argument
837 struct napi_struct *napi, in aq_ring_rx_clean() argument

12345678910>>...16