Home
last modified time | relevance | path

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

12345678910>>...14

/linux/net/core/
H A 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()
H A Ddev.h220 struct napi_struct *napi; netdev_set_defer_hard_irqs() local
266 struct napi_struct *napi; netdev_set_gro_flush_timeout() local
307 xdp_do_check_flushed(struct napi_struct * napi) xdp_do_check_flushed() argument
311 napi_assert_will_not_race(const struct napi_struct * napi) napi_assert_will_not_race() argument
[all...]
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()
H A Dnetdev-genl.c162 netdev_nl_napi_fill_one(struct sk_buff *rsp, struct napi_struct *napi, in netdev_nl_napi_fill_one()
219 struct napi_struct *napi; in netdev_nl_napi_get_doit() local
261 struct napi_struct *napi; in netdev_nl_napi_dump_one() local
321 netdev_nl_napi_set_config(struct napi_struct *napi, struct genl_info *info) in netdev_nl_napi_set_config()
347 struct napi_struct *napi; in netdev_nl_napi_set_doit() local
368 static int nla_put_napi_id(struct sk_buff *skb, const struct napi_struct *napi) in nla_put_napi_id()
H A 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
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()
6420 static int process_backlog(struct napi_struct *napi, int quota) in process_backlog()
6641 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()
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()
189 iwl_mld_reorder(struct iwl_mld *mld, struct napi_struct *napi, in iwl_mld_reorder()
/linux/include/linux/
H A 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/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()
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
H A 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
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()
83 struct sk_buff *gve_rx_copy(struct net_device *dev, struct napi_struct *napi, in gve_rx_copy()
/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()
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/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()
49 struct napi_struct *napi = &rxq->napi; in hfi1_ipoib_prepare_skb() local
/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
/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()
87 static int mt7615_poll_rx(struct napi_struct *napi, int budget) in mt7615_poll_rx()
/linux/drivers/net/ethernet/sunplus/
H A 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/drivers/net/wireless/mediatek/mt76/
H A 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/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()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c366 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/drivers/target/iscsi/cxgbit/
H A 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/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()
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()
699 struct napi_struct *napi, int *work_done, in __aq_ring_xdp_clean()
837 struct napi_struct *napi, in aq_ring_rx_clean()
/linux/io_uring/
H A Dnapi.c267 struct io_uring_napi *napi) in io_napi_register_napi()
298 struct io_uring_napi napi; in io_register_napi() local
/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_core.c591 struct napi_struct *napi = param; in liquidio_push_packet() local
720 struct napi_struct *napi = param; in napi_schedule_wrapper() local
751 static int liquidio_napi_poll(struct napi_struct *napi, int budget) in liquidio_napi_poll()
818 struct napi_struct *napi; in liquidio_setup_io_queues() local
/linux/include/linux/can/
H A Drx-offload.h29 struct napi_struct napi; member

12345678910>>...14