Searched refs:napi_struct (Results 1 - 25 of 481) sorted by last modified time

1234567891011>>

/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsdio.c2185 static int ath10k_sdio_napi_poll(struct napi_struct *ctx, int budget)
/linux-master/net/mptcp/
H A Dprotocol.h468 struct napi_struct napi;
H A Dprotocol.c4064 static int mptcp_napi_poll(struct napi_struct *napi, int budget)
/linux-master/net/mac80211/
H A Drx.c5470 struct sk_buff *skb, struct napi_struct *napi)
/linux-master/net/core/
H A Dskbuff.c295 void napi_get_frags_check(struct napi_struct *napi)
787 struct sk_buff *napi_alloc_skb(struct napi_struct *napi, unsigned int len)
H A Dnetpoll.c154 static void poll_one_napi(struct napi_struct *napi)
177 struct napi_struct *napi;
316 struct napi_struct *napi;
H A Dpage_pool.c722 const struct napi_struct *napi;
H A Dnetdev-genl.c160 netdev_nl_napi_fill_one(struct sk_buff *rsp, struct napi_struct *napi,
202 struct napi_struct *napi;
241 struct napi_struct *napi;
H A Dgro.c262 static void napi_gro_complete(struct napi_struct *napi, struct sk_buff *skb)
298 static void __napi_gro_flush_chain(struct napi_struct *napi, u32 index,
320 void napi_gro_flush(struct napi_struct *napi, bool flush_old)
449 static void gro_flush_oldest(struct napi_struct *napi, struct list_head *head)
468 static enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb)
603 static gro_result_t napi_skb_finish(struct napi_struct *napi,
630 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb)
646 static void napi_reuse_skb(struct napi_struct *napi, struct sk_buff *skb)
675 struct sk_buff *napi_get_frags(struct napi_struct *napi)
690 static gro_result_t napi_frags_finish(struct napi_struct *nap
[all...]
H A Dfilter.c4278 void xdp_do_check_flushed(struct napi_struct *napi)
H A Ddrop_monitor.c113 void (*napi_poll_probe)(void *ignore, struct napi_struct *napi,
272 static void trace_napi_poll_hit(void *ignore, struct napi_struct *napi,
539 struct napi_struct *napi,
H A Ddev.c929 struct napi_struct *napi;
1420 static int napi_kthread_create(struct napi_struct *n)
1538 * napi_struct instances on this device.
4473 struct napi_struct *napi)
6047 static int process_backlog(struct napi_struct *napi, int quota)
6107 void __napi_schedule(struct napi_struct *n)
6126 bool napi_schedule_prep(struct napi_struct *n)
6159 void __napi_schedule_irqoff(struct napi_struct *n)
6168 bool napi_complete_done(struct napi_struct *n, int work_done)
6241 struct napi_struct *napi_by_i
[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) { }
149 struct napi_struct *napi_by_id(unsigned int napi_id);
/linux-master/include/net/page_pool/
H A Dtypes.h66 struct napi_struct *napi;
161 * guarantee that a single napi_struct will only be scheduled
/linux-master/include/net/mana/
H A Dmana.h275 struct napi_struct napi;
/linux-master/include/net/
H A Dmac80211.h5069 struct sk_buff *skb, struct napi_struct *napi);
H A Dgro.h511 static inline void gro_normal_list(struct napi_struct *napi)
523 static inline void gro_normal_one(struct napi_struct *napi, struct sk_buff *skb, int segs)
/linux-master/include/net/libeth/
H A Drx.h70 int libeth_rx_fq_create(struct libeth_fq *fq, struct napi_struct *napi);
/linux-master/include/linux/
H A Dskbuff.h281 struct napi_struct;
3371 struct sk_buff *napi_alloc_skb(struct napi_struct *napi, unsigned int length);
H A Dnetdevice.h339 * napi_struct::gro_bitmask
346 struct napi_struct { struct
349 * whoever atomically sets that bit can add this napi_struct
359 int (*poll)(struct napi_struct *, int);
465 void __napi_schedule(struct napi_struct *n);
466 void __napi_schedule_irqoff(struct napi_struct *n);
468 static inline bool napi_disable_pending(struct napi_struct *n)
473 static inline bool napi_prefer_busy_poll(struct napi_struct *n)
496 static inline bool napi_is_scheduled(struct napi_struct *n)
501 bool napi_schedule_prep(struct napi_struct *
[all...]
/linux-master/drivers/s390/net/
H A Dqeth_core.h510 struct napi_struct napi;
852 struct napi_struct napi;
1067 int qeth_poll(struct napi_struct *napi, int budget);
/linux-master/drivers/net/
H A Dxen-netfront.c114 struct napi_struct napi;
1257 static int xennet_poll(struct napi_struct *napi, int budget)
/linux-master/drivers/net/xen-netback/
H A Dinterface.c103 static int xenvif_poll(struct napi_struct *napi, int budget)
H A Dcommon.h155 struct napi_struct napi;
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c412 struct napi_struct *napi)

Completed in 656 milliseconds

1234567891011>>