Home
last modified time | relevance | path

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

12345678910>>...18

/linux-6.14.4/net/core/
Dgro.c254 static void napi_gro_complete(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_complete()
290 static void __napi_gro_flush_chain(struct napi_struct *napi, u32 index, in __napi_gro_flush_chain()
312 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush()
442 static void gro_flush_oldest(struct napi_struct *napi, struct list_head *head) in gro_flush_oldest()
461 static enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in dev_gro_receive()
596 static gro_result_t napi_skb_finish(struct napi_struct *napi, in napi_skb_finish()
623 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_receive()
639 static void napi_reuse_skb(struct napi_struct *napi, struct sk_buff *skb) in napi_reuse_skb()
669 struct sk_buff *napi_get_frags(struct napi_struct *napi) in napi_get_frags()
684 static gro_result_t napi_frags_finish(struct napi_struct *napi, in napi_frags_finish()
[all …]
Dgro_cells.c10 struct napi_struct napi; member
51 static int gro_cell_poll(struct napi_struct *napi, int budget) in gro_cell_poll()
Ddev.h212 struct napi_struct *napi; in netdev_set_defer_hard_irqs() local
258 struct napi_struct *napi; in netdev_set_gro_flush_timeout() local
299 static inline void xdp_do_check_flushed(struct napi_struct *napi) { } in xdp_do_check_flushed()
Dnetdev-genl.c163 netdev_nl_napi_fill_one(struct sk_buff *rsp, struct napi_struct *napi, in netdev_nl_napi_fill_one()
220 struct napi_struct *napi; in netdev_nl_napi_get_doit() local
262 struct napi_struct *napi; in netdev_nl_napi_dump_one() local
322 netdev_nl_napi_set_config(struct napi_struct *napi, struct genl_info *info) in netdev_nl_napi_set_config()
348 struct napi_struct *napi; in netdev_nl_napi_set_doit() local
Dnetpoll.c149 static void poll_one_napi(struct napi_struct *napi) in poll_one_napi()
172 struct napi_struct *napi; in poll_napi() local
309 struct napi_struct *napi; in netpoll_owner_active() local
/linux-6.14.4/include/linux/
Dnetpoll.h72 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()
89 struct napi_struct *napi = have; in netpoll_poll_unlock() local
101 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()
/linux-6.14.4/drivers/net/ethernet/google/gve/
Dgve_rx_dqo.c431 static void gve_rx_free_skb(struct napi_struct *napi, struct gve_rx_ring *rx) in gve_rx_free_skb()
483 static int gve_rx_append_frags(struct napi_struct *napi, in gve_rx_append_frags()
529 static int gve_rx_dqo(struct napi_struct *napi, struct gve_rx_ring *rx, in gve_rx_dqo()
673 static int gve_rx_complete_skb(struct gve_rx_ring *rx, struct napi_struct *napi, in gve_rx_complete_skb()
708 struct napi_struct *napi = &block->napi; in gve_rx_poll_dqo() local
Dgve_rx.c445 static struct sk_buff *gve_rx_add_frags(struct napi_struct *napi, in gve_rx_add_frags()
515 struct napi_struct *napi, in gve_rx_raw_addressing()
535 u16 len, struct napi_struct *napi) in gve_rx_copy_to_pool()
621 u16 len, struct napi_struct *napi, in gve_rx_qpl()
647 struct gve_rx_slot_page_info *page_info, struct napi_struct *napi, in gve_rx_skb()
811 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_rx() local
1029 struct napi_struct *napi = &priv->ntfy_blocks[rx->ntfy_id].napi; in gve_clean_rx_done() 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.14.4/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.14.4/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.14.4/drivers/net/ethernet/intel/igc/
Digc_xdp.c51 struct napi_struct *napi; in igc_xdp_enable_pool() local
111 struct napi_struct *napi; in igc_xdp_disable_pool() local
/linux-6.14.4/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.14.4/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.14.4/drivers/net/wireless/ath/ath12k/
Ddp_mon.c997 static void ath12k_dp_mon_rx_deliver_msdu(struct ath12k *ar, struct napi_struct *napi, in ath12k_dp_mon_rx_deliver_msdu()
1082 struct napi_struct *napi) in ath12k_dp_mon_rx_deliver()
1183 struct napi_struct *napi) in ath12k_dp_mon_rx_parse_mon_status()
1882 struct napi_struct *napi, in ath12k_dp_mon_tx_process_ppdu_info()
1907 struct napi_struct *napi, in ath12k_dp_mon_tx_parse_mon_status()
1960 struct napi_struct *napi) in ath12k_dp_mon_srng_process()
2373 struct napi_struct *napi, int *budget) in ath12k_dp_mon_rx_process_stats()
2486 struct napi_struct *napi, int budget, in ath12k_dp_mon_process_ring()
/linux-6.14.4/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.14.4/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.14.4/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.14.4/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.14.4/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.14.4/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.14.4/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.14.4/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.14.4/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