Home
last modified time | relevance | path

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

12345678910>>...16

/Linux-v5.10/drivers/net/ethernet/pensando/ionic/
Dionic_txrx.h12 int ionic_rx_napi(struct napi_struct *napi, int budget);
13 int ionic_tx_napi(struct napi_struct *napi, int budget);
14 int ionic_txrx_napi(struct napi_struct *napi, int budget);
/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Ddp_rx.h68 struct napi_struct *napi, int budget);
69 int ath11k_dp_process_rx_err(struct ath11k_base *ab, struct napi_struct *napi,
72 struct napi_struct *napi,
83 struct napi_struct *napi, int budget);
85 struct napi_struct *napi, int budget);
/Linux-v5.10/drivers/net/wireless/intel/iwlwifi/
Diwl-op-mode.h150 void (*rx)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
152 void (*rx_rss)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
188 struct napi_struct *napi, in iwl_op_mode_rx()
195 struct napi_struct *napi, in iwl_op_mode_rx_rss()
/Linux-v5.10/include/linux/
Dnetpoll.h69 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()
86 struct napi_struct *napi = have; in netpoll_poll_unlock()
98 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()
Dnetdevice.h324 struct napi_struct { struct
337 int (*poll)(struct napi_struct *, int); argument
432 void __napi_schedule(struct napi_struct *n);
433 void __napi_schedule_irqoff(struct napi_struct *n);
435 static inline bool napi_disable_pending(struct napi_struct *n) in napi_disable_pending()
440 bool napi_schedule_prep(struct napi_struct *n);
449 static inline void napi_schedule(struct napi_struct *n) in napi_schedule()
461 static inline void napi_schedule_irqoff(struct napi_struct *n) in napi_schedule_irqoff()
468 static inline bool napi_reschedule(struct napi_struct *napi) in napi_reschedule()
477 bool napi_complete_done(struct napi_struct *n, int work_done);
[all …]
/Linux-v5.10/include/trace/events/
Dnapi.h16 TP_PROTO(struct napi_struct *napi, int work, int budget),
21 __field( struct napi_struct *, napi)
/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dnetdev.h24 struct napi_struct napi;
116 int hfi1_netdev_rx_napi(struct napi_struct *napi, int budget);
Dipoib_rx.c25 static struct sk_buff *prepare_frag_skb(struct napi_struct *napi, int size) in prepare_frag_skb()
52 struct napi_struct *napi = &rxq->napi; in hfi1_ipoib_prepare_skb()
Dipoib.h95 struct napi_struct *napi;
105 struct napi_struct *tx_napis;
/Linux-v5.10/include/net/
Dbusy_poll.h28 struct napi_struct;
114 struct napi_struct *napi) in skb_mark_napi_id()
/Linux-v5.10/drivers/net/ethernet/ti/
Dcpsw_priv.h331 struct napi_struct napi_rx;
332 struct napi_struct napi_tx;
445 int cpsw_tx_mq_poll(struct napi_struct *napi_tx, int budget);
446 int cpsw_tx_poll(struct napi_struct *napi_tx, int budget);
447 int cpsw_rx_mq_poll(struct napi_struct *napi_rx, int budget);
448 int cpsw_rx_poll(struct napi_struct *napi_rx, int budget);
Dam65-cpsw-nuss.h58 struct napi_struct napi_tx;
105 struct napi_struct napi_rx;
Dnetcp.h97 struct napi_struct rx_napi;
98 struct napi_struct tx_napi;
/Linux-v5.10/net/core/
Dgro_cells.c9 struct napi_struct napi;
50 static int gro_cell_poll(struct napi_struct *napi, int budget) in gro_cell_poll()
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_txrx.h111 struct napi_struct napi;
156 int otx2_napi_handler(struct napi_struct *napi, int budget);
/Linux-v5.10/drivers/net/ethernet/rocker/
Drocker.h46 struct napi_struct napi_tx;
47 struct napi_struct napi_rx;
/Linux-v5.10/drivers/net/ethernet/sun/
Dsunvnet_common.h86 struct napi_struct napi;
150 int sunvnet_poll_common(struct napi_struct *napi, int budget);
/Linux-v5.10/drivers/net/ethernet/neterion/vxge/
Dvxge-main.h286 struct napi_struct napi;
287 struct napi_struct *napi_p;
375 struct napi_struct napi;
/Linux-v5.10/drivers/net/ethernet/apm/xgene-v2/
Dmain.h58 struct napi_struct napi;
/Linux-v5.10/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-v5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_rx.h41 struct napi_struct napi;
Dhinic_tx.h40 struct napi_struct napi;
/Linux-v5.10/drivers/net/fjes/
Dfjes.h27 struct napi_struct napi;
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb/
Dsge.h78 int t1_poll(struct napi_struct *, int);
/Linux-v5.10/include/linux/can/
Drx-offload.h28 struct napi_struct napi;

12345678910>>...16