Home
last modified time | relevance | path

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

12345678910>>...20

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H 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);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H 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);
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H 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()
H A Dnetdevice.h328 struct napi_struct { struct
341 int (*poll)(struct napi_struct *, int); argument
441 void __napi_schedule(struct napi_struct *n);
442 void __napi_schedule_irqoff(struct napi_struct *n);
444 static inline bool napi_disable_pending(struct napi_struct *n) in napi_disable_pending()
449 bool napi_schedule_prep(struct napi_struct *n);
458 static inline void napi_schedule(struct napi_struct *n) in napi_schedule()
470 static inline void napi_schedule_irqoff(struct napi_struct *n) in napi_schedule_irqoff()
477 static inline bool napi_reschedule(struct napi_struct *napi) in napi_reschedule()
486 bool napi_complete_done(struct napi_struct *n, int work_done);
[all …]
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dnapi.h16 TP_PROTO(struct napi_struct *napi, int work, int budget),
21 __field( struct napi_struct *, napi)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/
H 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);
H A Dam65-cpsw-nuss.h58 struct napi_struct napi_tx;
105 struct napi_struct napi_rx;
H A Dnetcp.h97 struct napi_struct rx_napi;
98 struct napi_struct tx_napi;
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dnetdev.h24 struct napi_struct napi;
116 int hfi1_netdev_rx_napi(struct napi_struct *napi, int budget);
H 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()
H A Dipoib.h96 struct napi_struct *napi;
106 struct napi_struct *tx_napis;
/OK3568_Linux_fs/kernel/include/net/
H A Dbusy_poll.h28 struct napi_struct;
114 struct napi_struct *napi) in skb_mark_napi_id()
/OK3568_Linux_fs/kernel/net/core/
H A Dgro_cells.c9 struct napi_struct napi;
50 static int gro_cell_poll(struct napi_struct *napi, int budget) in gro_cell_poll()
H A Ddev.c170 static struct napi_struct *napi_by_id(unsigned int napi_id);
1009 struct napi_struct *napi; in dev_get_by_napi_id()
4278 struct napi_struct *napi) in ____napi_schedule()
5769 static void gro_normal_list(struct napi_struct *napi) in gro_normal_list()
5781 static void gro_normal_one(struct napi_struct *napi, struct sk_buff *skb, int segs) in gro_normal_one()
5791 static int napi_gro_complete(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_complete()
5828 static void __napi_gro_flush_chain(struct napi_struct *napi, u32 index, in __napi_gro_flush_chain()
5850 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush()
5863 static struct list_head *gro_list_prepare(struct napi_struct *napi, in gro_list_prepare()
5954 static void gro_flush_oldest(struct napi_struct *napi, struct list_head *head) in gro_flush_oldest()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.h111 struct napi_struct napi;
156 int otx2_napi_handler(struct napi_struct *napi, int budget);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dsunvnet_common.h86 struct napi_struct napi;
150 int sunvnet_poll_common(struct napi_struct *napi, int budget);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/rocker/
H A Drocker.h46 struct napi_struct napi_tx;
47 struct napi_struct napi_rx;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.h286 struct napi_struct napi;
287 struct napi_struct *napi_p;
375 struct napi_struct napi;
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H 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()
749 struct napi_struct *irqtask = &caam_napi->irqtask; in caam_qi_init()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/ipoib/
H A Dipoib.h327 struct napi_struct send_napi;
328 struct napi_struct recv_napi;
481 int ipoib_rx_poll(struct napi_struct *napi, int budget);
482 int ipoib_tx_poll(struct napi_struct *napi, int budget);
/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac.h93 struct napi_struct rx_napi ____cacheline_aligned_in_smp;
94 struct napi_struct tx_napi ____cacheline_aligned_in_smp;
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_priv.h221 struct napi_struct rx_napi_struct ____cacheline_aligned;
393 int dhd_napi_poll(struct napi_struct *napi, int budget);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_priv.h221 struct napi_struct rx_napi_struct ____cacheline_aligned;
393 int dhd_napi_poll(struct napi_struct *napi, int budget);

12345678910>>...20