Home
last modified time | relevance | path

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

12345678910>>...17

/linux/drivers/net/wireless/ath/ath11k/
A Ddp_rx.h69 struct napi_struct *napi, int budget);
70 int ath11k_dp_process_rx_err(struct ath11k_base *ab, struct napi_struct *napi,
73 struct napi_struct *napi,
84 struct napi_struct *napi, int budget);
86 struct napi_struct *napi, int budget);
/linux/drivers/net/ethernet/pensando/ionic/
A 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/drivers/net/wireless/intel/iwlwifi/
A Diwl-op-mode.h95 void (*rx)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
97 void (*rx_rss)(struct iwl_op_mode *op_mode, struct napi_struct *napi,
136 struct napi_struct *napi, in iwl_op_mode_rx()
143 struct napi_struct *napi, in iwl_op_mode_rx_rss()
/linux/include/linux/
A 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()
A Dnetdevice.h317 struct napi_struct { struct
330 int (*poll)(struct napi_struct *, int); argument
431 void __napi_schedule(struct napi_struct *n);
432 void __napi_schedule_irqoff(struct napi_struct *n);
444 bool napi_schedule_prep(struct napi_struct *n);
504 void napi_disable(struct napi_struct *n);
506 void napi_enable(struct napi_struct *n);
2493 struct napi_struct *napi, in netif_tx_napi_add()
2494 int (*poll)(struct napi_struct *, int), in netif_tx_napi_add() argument
2509 void __netif_napi_del(struct napi_struct *napi);
[all …]
/linux/include/trace/events/
A Dnapi.h16 TP_PROTO(struct napi_struct *napi, int work, int budget),
21 __field( struct napi_struct *, napi)
/linux/drivers/net/ethernet/ti/
A Dcpsw_priv.h332 struct napi_struct napi_rx;
333 struct napi_struct napi_tx;
447 int cpsw_tx_mq_poll(struct napi_struct *napi_tx, int budget);
448 int cpsw_tx_poll(struct napi_struct *napi_tx, int budget);
449 int cpsw_rx_mq_poll(struct napi_struct *napi_rx, int budget);
450 int cpsw_rx_poll(struct napi_struct *napi_rx, int budget);
A Dam65-cpsw-nuss.h66 struct napi_struct napi_tx;
127 struct napi_struct napi_rx;
A Dnetcp.h97 struct napi_struct rx_napi;
98 struct napi_struct tx_napi;
/linux/drivers/infiniband/hw/hfi1/
A Dnetdev.h23 struct napi_struct napi;
103 int hfi1_netdev_rx_napi(struct napi_struct *napi, int budget);
A 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()
/linux/include/net/
A Dbusy_poll.h30 struct napi_struct;
118 struct napi_struct *napi) in skb_mark_napi_id()
/linux/net/core/
A Dgro_cells.c9 struct napi_struct napi;
50 static int gro_cell_poll(struct napi_struct *napi, int budget) in gro_cell_poll()
A Ddev.c931 struct napi_struct *napi; in dev_get_by_napi_id()
4331 struct napi_struct *napi) in ____napi_schedule()
6632 struct napi_struct *napi; in napi_by_id()
6714 struct napi_struct *napi; in napi_busy_loop()
6820 struct napi_struct *napi; in napi_watchdog()
6849 struct napi_struct *napi; in dev_set_threaded()
6961 void napi_enable(struct napi_struct *n) in napi_enable()
7130 struct napi_struct *napi = data; in napi_threaded_poll()
7168 struct napi_struct *n; in net_rx_action()
10929 struct napi_struct *p, *n; in free_netdev()
[all …]
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_txrx.h112 struct napi_struct napi;
160 int otx2_napi_handler(struct napi_struct *napi, int budget);
/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
A Dmlxbf_gige.h105 struct napi_struct napi;
174 int mlxbf_gige_poll(struct napi_struct *napi, int budget);
/linux/drivers/net/ethernet/sun/
A Dsunvnet_common.h86 struct napi_struct napi;
150 int sunvnet_poll_common(struct napi_struct *napi, int budget);
/linux/drivers/net/ethernet/intel/igc/
A Digc_xdp.c43 struct napi_struct *napi; in igc_xdp_enable_pool()
103 struct napi_struct *napi; in igc_xdp_disable_pool()
/linux/drivers/net/ethernet/rocker/
A Drocker.h46 struct napi_struct napi_tx;
47 struct napi_struct napi_rx;
/linux/drivers/net/ethernet/neterion/vxge/
A Dvxge-main.h286 struct napi_struct napi;
287 struct napi_struct *napi_p;
375 struct napi_struct napi;
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac.h120 struct napi_struct rx_napi ____cacheline_aligned_in_smp;
121 struct napi_struct tx_napi ____cacheline_aligned_in_smp;
122 struct napi_struct rxtx_napi ____cacheline_aligned_in_smp;
/linux/drivers/net/wireless/ath/wil6210/
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/net/ethernet/google/gve/
A Dgve_utils.h20 struct sk_buff *gve_rx_copy(struct net_device *dev, struct napi_struct *napi,
/linux/drivers/infiniband/ulp/ipoib/
A Dipoib.h327 struct napi_struct send_napi;
328 struct napi_struct recv_napi;
480 int ipoib_rx_poll(struct napi_struct *napi, int budget);
481 int ipoib_tx_poll(struct napi_struct *napi, int budget);
/linux/drivers/crypto/caam/
A Dqi.c40 struct napi_struct irqtask;
480 static int caam_qi_poll(struct napi_struct *napi, int budget) in caam_qi_poll()
518 struct napi_struct *irqtask; in caam_qi_shutdown()
746 struct napi_struct *irqtask = &caam_napi->irqtask; in caam_qi_init()

Completed in 98 milliseconds

12345678910>>...17