Home
last modified time | relevance | path

Searched refs:napi_struct (Results 1 – 25 of 469) sorted by relevance

12345678910>>...19

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp_mon.h81 struct napi_struct *napi);
87 struct napi_struct *napi);
89 struct napi_struct *napi, int budget,
101 struct napi_struct *napi,
105 struct napi_struct *napi, int *budget);
H A Ddp_rx.h113 struct napi_struct *napi, int budget);
114 int ath12k_dp_rx_process_err(struct ath12k_base *ab, struct napi_struct *napi,
117 struct napi_struct *napi,
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h70 struct napi_struct *napi, int budget);
71 int ath11k_dp_process_rx_err(struct ath11k_base *ab, struct napi_struct *napi,
74 struct napi_struct *napi,
85 struct napi_struct *napi, int budget);
87 struct napi_struct *napi, int budget);
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.h14 int ionic_rx_napi(struct napi_struct *napi, int budget);
15 int ionic_tx_napi(struct napi_struct *napi, int budget);
16 int ionic_txrx_napi(struct napi_struct *napi, int budget);
/linux/drivers/net/ethernet/google/gve/
H A Dgve_utils.h22 struct sk_buff *gve_rx_copy_data(struct net_device *dev, struct napi_struct *napi,
25 struct sk_buff *gve_rx_copy(struct net_device *dev, struct napi_struct *napi,
32 int (*gve_poll)(struct napi_struct *, int));
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()
109 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi() argument
H A Dgve_dqo.h60 struct napi_struct *napi);
111 int gve_napi_poll_dqo(struct napi_struct *napi, int budget);
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-op-mode.h99 void (*rx)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
101 void (*rx_rss)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
139 struct napi_struct *napi, in iwl_op_mode_rx()
146 struct napi_struct *napi, in iwl_op_mode_rx_rss()
/linux/net/core/
H A Dgro.c262 static void napi_gro_complete(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_complete()
298 static void __napi_gro_flush_chain(struct napi_struct *napi, u32 index, in __napi_gro_flush_chain()
320 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush()
450 static void gro_flush_oldest(struct napi_struct *napi, struct list_head *head) in gro_flush_oldest()
469 static enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in dev_gro_receive()
604 static gro_result_t napi_skb_finish(struct napi_struct *napi, in napi_skb_finish()
631 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_receive()
647 static void napi_reuse_skb(struct napi_struct *napi, struct sk_buff *skb) in napi_reuse_skb()
676 struct sk_buff *napi_get_frags(struct napi_struct *napi) in napi_get_frags()
691 static gro_result_t napi_frags_finish(struct napi_struct *napi, in napi_frags_finish()
[all …]
H A Ddev.h144 void xdp_do_check_flushed(struct napi_struct *napi);
146 static inline void xdp_do_check_flushed(struct napi_struct *napi) { } in xdp_do_check_flushed()
149 struct napi_struct *napi_by_id(unsigned int napi_id);
H A Dgro_cells.c10 struct napi_struct napi;
51 static int gro_cell_poll(struct napi_struct *napi, int budget) in gro_cell_poll()
/linux/include/linux/
H A Dnetpoll.h71 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()
88 struct napi_struct *napi = have; in netpoll_poll_unlock()
100 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()
H A Dnetdevice.h348 struct napi_struct { struct
361 int (*poll)(struct napi_struct *, int); argument
467 void __napi_schedule(struct napi_struct *n);
468 void __napi_schedule_irqoff(struct napi_struct *n);
470 static inline bool napi_disable_pending(struct napi_struct *n) in napi_disable_pending()
475 static inline bool napi_prefer_busy_poll(struct napi_struct *n) in napi_prefer_busy_poll()
498 static inline bool napi_is_scheduled(struct napi_struct *n) in napi_is_scheduled()
503 bool napi_schedule_prep(struct napi_struct *n);
515 static inline bool napi_schedule(struct napi_struct *n) in napi_schedule()
531 static inline void napi_schedule_irqoff(struct napi_struct *n) in napi_schedule_irqoff()
[all …]
/linux/drivers/net/ethernet/sunplus/
H A Dspl2sw_int.h9 int spl2sw_rx_poll(struct napi_struct *napi, int budget);
10 int spl2sw_tx_poll(struct napi_struct *napi, int budget);
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h165 struct napi_struct *napi;
217 struct napi_struct napi;
247 int fun_rxq_napi_poll(struct napi_struct *napi, int budget);
248 int fun_txq_napi_poll(struct napi_struct *napi, int budget);
/linux/drivers/infiniband/hw/hfi1/
H A Dnetdev.h23 struct napi_struct napi;
103 int hfi1_netdev_rx_napi(struct napi_struct *napi, int budget);
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()
/linux/drivers/net/ethernet/ti/
H A Dcpsw_priv.h334 struct napi_struct napi_rx;
335 struct napi_struct napi_tx;
455 int cpsw_tx_mq_poll(struct napi_struct *napi_tx, int budget);
456 int cpsw_tx_poll(struct napi_struct *napi_tx, int budget);
457 int cpsw_rx_mq_poll(struct napi_struct *napi_rx, int budget);
458 int cpsw_rx_poll(struct napi_struct *napi_rx, int budget);
/linux/include/trace/events/
H A Dnapi.h16 TP_PROTO(struct napi_struct *napi, int work, int budget),
21 __field( struct napi_struct *, napi)
/linux/drivers/net/ethernet/netronome/nfp/nfd3/
H A Dnfd3.h95 int nfp_nfd3_poll(struct napi_struct *napi, int budget);
104 int nfp_nfd3_xsk_poll(struct napi_struct *napi, int budget);
/linux/include/net/
H A Dbusy_poll.h31 struct napi_struct;
123 struct napi_struct *napi) in skb_mark_napi_id()
/linux/drivers/net/wwan/t7xx/
H A Dt7xx_hif_dpmaif.h119 struct napi_struct napi;
167 struct napi_struct *napi);
/linux/drivers/net/ethernet/intel/igc/
H A Digc_xdp.c49 struct napi_struct *napi; in igc_xdp_enable_pool()
109 struct napi_struct *napi; in igc_xdp_disable_pool()
/linux/drivers/net/ethernet/rocker/
H A Drocker.h46 struct napi_struct napi_tx;
47 struct napi_struct napi_rx;
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.h120 struct napi_struct napi;
169 int otx2_napi_handler(struct napi_struct *napi, int budget);

12345678910>>...19