Home
last modified time | relevance | path

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

12345678910>>...18

/linux-6.15/net/core/
Dgro.c638 static void napi_reuse_skb(struct napi_struct *napi, struct sk_buff *skb) in napi_reuse_skb()
668 struct sk_buff *napi_get_frags(struct napi_struct *napi) in napi_get_frags()
683 static gro_result_t napi_frags_finish(struct napi_struct *napi, in napi_frags_finish()
715 static struct sk_buff *napi_frags_skb(struct napi_struct *napi) in napi_frags_skb()
755 gro_result_t napi_gro_frags(struct napi_struct *napi) in napi_gro_frags()
Ddev.h220 struct napi_struct *napi; in netdev_set_defer_hard_irqs() local
266 struct napi_struct *napi; in netdev_set_gro_flush_timeout() local
307 static inline void xdp_do_check_flushed(struct napi_struct *napi) { } in xdp_do_check_flushed()
311 static inline void napi_assert_will_not_race(const struct napi_struct *napi) in napi_assert_will_not_race()
Dgro_cells.c10 struct napi_struct napi; member
51 static int gro_cell_poll(struct napi_struct *napi, int budget) in gro_cell_poll()
Dnetdev-genl.c164 netdev_nl_napi_fill_one(struct sk_buff *rsp, struct napi_struct *napi, in netdev_nl_napi_fill_one()
221 struct napi_struct *napi; in netdev_nl_napi_get_doit() local
263 struct napi_struct *napi; in netdev_nl_napi_dump_one() local
323 netdev_nl_napi_set_config(struct napi_struct *napi, struct genl_info *info) in netdev_nl_napi_set_config()
349 struct napi_struct *napi; in netdev_nl_napi_set_doit() local
370 static int nla_put_napi_id(struct sk_buff *skb, const struct napi_struct *napi) in nla_put_napi_id()
Dnetpoll.c149 static void poll_one_napi(struct napi_struct *napi) in poll_one_napi()
172 struct napi_struct *napi; in poll_napi() local
310 struct napi_struct *napi; in netpoll_owner_active() local
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
Dagg.c11 struct napi_struct *napi, in iwl_mld_reorder_release_frames()
43 struct napi_struct *napi, in iwl_mld_release_frames_from_notif()
81 struct napi_struct *napi, in iwl_mld_handle_frame_release_notif()
98 struct napi_struct *napi, in iwl_mld_handle_bar_frame_release_notif()
187 iwl_mld_reorder(struct iwl_mld *mld, struct napi_struct *napi, in iwl_mld_reorder()
/linux-6.15/include/linux/
Dnetpoll.h79 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()
96 struct napi_struct *napi = have; in netpoll_poll_unlock() local
108 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()
/linux-6.15/drivers/net/ethernet/google/gve/
Dgve_rx.c450 static struct sk_buff *gve_rx_add_frags(struct napi_struct *napi, in gve_rx_add_frags()
520 struct napi_struct *napi, in gve_rx_raw_addressing()
540 u16 len, struct napi_struct *napi) in gve_rx_copy_to_pool()
626 u16 len, struct napi_struct *napi, in gve_rx_qpl()
653 struct gve_rx_slot_page_info *page_info, struct napi_struct *napi, in gve_rx_skb()
817 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_rx() local
1035 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_clean_rx_done() local
Dgve_rx_dqo.c440 static void gve_rx_free_skb(struct napi_struct *napi, struct gve_rx_ring *rx) in gve_rx_free_skb()
511 static int gve_rx_append_frags(struct napi_struct *napi, in gve_rx_append_frags()
577 static int gve_rx_dqo(struct napi_struct *napi, struct gve_rx_ring *rx, in gve_rx_dqo()
754 static int gve_rx_complete_skb(struct gve_rx_ring *rx, struct napi_struct *napi, in gve_rx_complete_skb()
789 struct napi_struct *napi = &block->napi; in gve_rx_poll_dqo() local
Dgve_utils.c67 struct sk_buff *gve_rx_copy_data(struct net_device *dev, struct napi_struct *napi, in gve_rx_copy_data()
83 struct sk_buff *gve_rx_copy(struct net_device *dev, struct napi_struct *napi, in gve_rx_copy()
/linux-6.15/drivers/infiniband/hw/hfi1/
Dipoib_rx.c22 static struct sk_buff *prepare_frag_skb(struct napi_struct *napi, int size) in prepare_frag_skb()
49 struct napi_struct *napi = &rxq->napi; in hfi1_ipoib_prepare_skb() local
/linux-6.15/drivers/net/wireless/ath/wil6210/
Dnetdev.c91 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-6.15/drivers/net/ethernet/intel/igc/
Digc_xdp.c62 struct napi_struct *napi; in igc_xdp_enable_pool() local
122 struct napi_struct *napi; in igc_xdp_disable_pool() local
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7615/
Ddma.c66 static int mt7615_poll_tx(struct napi_struct *napi, int budget) in mt7615_poll_tx()
87 static int mt7615_poll_rx(struct napi_struct *napi, int budget) in mt7615_poll_rx()
/linux-6.15/drivers/net/ethernet/sunplus/
Dspl2sw_int.c17 int spl2sw_rx_poll(struct napi_struct *napi, int budget) in spl2sw_rx_poll()
138 int spl2sw_tx_poll(struct napi_struct *napi, int budget) in spl2sw_tx_poll()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c237 struct napi_struct *napi, in iwl_mvm_pass_packet_to_mac80211()
556 struct napi_struct *napi, in iwl_mvm_release_frames()
628 struct napi_struct *napi, in iwl_mvm_release_frames_from_notif()
672 void iwl_mvm_rx_queue_notif(struct iwl_mvm *mvm, struct napi_struct *napi, in iwl_mvm_rx_queue_notif()
724 struct napi_struct *napi, in iwl_mvm_reorder()
2031 void iwl_mvm_rx_mpdu_mq(struct iwl_mvm *mvm, struct napi_struct *napi, in iwl_mvm_rx_mpdu_mq()
2363 void iwl_mvm_rx_monitor_no_data(struct iwl_mvm *mvm, struct napi_struct *napi, in iwl_mvm_rx_monitor_no_data()
2496 void iwl_mvm_rx_frame_release(struct iwl_mvm *mvm, struct napi_struct *napi, in iwl_mvm_rx_frame_release()
2510 void iwl_mvm_rx_bar_frame_release(struct iwl_mvm *mvm, struct napi_struct *napi, in iwl_mvm_rx_bar_frame_release()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
Dmt792x_dma.c316 int mt792x_poll_tx(struct napi_struct *napi, int budget) in mt792x_poll_tx()
338 int mt792x_poll_rx(struct napi_struct *napi, int budget) in mt792x_poll_rx()
/linux-6.15/drivers/staging/octeon/
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()
/linux-6.15/drivers/net/ethernet/synopsys/
Ddwc-xlgmac-net.c365 struct napi_struct *napi; in xlgmac_tx_timer() local
987 struct napi_struct *napi, in xlgmac_create_skb()
1118 struct napi_struct *napi; in xlgmac_rx_poll() local
1279 static int xlgmac_one_poll(struct napi_struct *napi, int budget) in xlgmac_one_poll()
1308 static int xlgmac_all_poll(struct napi_struct *napi, int budget) in xlgmac_all_poll()
/linux-6.15/drivers/target/iscsi/cxgbit/
Dcxgbit_main.c317 const __be64 *rsp, struct napi_struct *napi) in cxgbit_lro_init_skb()
381 struct napi_struct *napi) in cxgbit_lro_receive()
436 struct napi_struct *napi) in cxgbit_uld_lro_rx_handler()
/linux-6.15/drivers/net/ethernet/
Dlantiq_xrx200.c64 struct napi_struct napi; member
283 static int xrx200_poll_rx(struct napi_struct *napi, int budget) in xrx200_poll_rx()
313 static int xrx200_tx_housekeeping(struct napi_struct *napi, int budget) in xrx200_tx_housekeeping()
/linux-6.15/drivers/net/ethernet/aquantia/atlantic/
Daq_vec.c21 struct napi_struct napi; member
28 static int aq_vec_poll(struct napi_struct *napi, int budget) in aq_vec_poll()
Daq_ring.c528 static int __aq_ring_rx_clean(struct aq_ring_s *self, struct napi_struct *napi, in __aq_ring_rx_clean()
699 struct napi_struct *napi, int *work_done, in __aq_ring_xdp_clean()
837 struct napi_struct *napi, in aq_ring_rx_clean()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/
Diwl-op-mode.h193 struct napi_struct *napi, in iwl_op_mode_rx()
200 struct napi_struct *napi, in iwl_op_mode_rx_rss()
/linux-6.15/io_uring/
Dnapi.c267 struct io_uring_napi *napi) in io_napi_register_napi()
298 struct io_uring_napi napi; in io_register_napi() local

12345678910>>...18