Lines Matching refs:napi_struct
329 struct napi_struct { struct
340 int (*poll)(struct napi_struct *, int); argument
419 extern void __napi_schedule(struct napi_struct *n);
421 static inline bool napi_disable_pending(struct napi_struct *n) in napi_disable_pending()
435 static inline bool napi_schedule_prep(struct napi_struct *n) in napi_schedule_prep()
448 static inline void napi_schedule(struct napi_struct *n) in napi_schedule()
455 static inline bool napi_reschedule(struct napi_struct *napi) in napi_reschedule()
470 extern void __napi_complete(struct napi_struct *n);
471 extern void napi_complete(struct napi_struct *n);
480 static inline void napi_disable(struct napi_struct *n) in napi_disable()
495 static inline void napi_enable(struct napi_struct *n) in napi_enable()
511 static inline void napi_synchronize(const struct napi_struct *n) in napi_synchronize()
1450 void netif_napi_add(struct net_device *dev, struct napi_struct *napi,
1451 int (*poll)(struct napi_struct *, int), int weight);
1459 void netif_napi_del(struct napi_struct *napi);
1740 struct napi_struct backlog;
2115 extern gro_result_t dev_gro_receive(struct napi_struct *napi,
2118 extern gro_result_t napi_gro_receive(struct napi_struct *napi,
2120 extern void napi_gro_flush(struct napi_struct *napi);
2121 extern struct sk_buff * napi_get_frags(struct napi_struct *napi);
2122 extern gro_result_t napi_frags_finish(struct napi_struct *napi,
2125 extern struct sk_buff * napi_frags_skb(struct napi_struct *napi);
2126 extern gro_result_t napi_gro_frags(struct napi_struct *napi);
2128 static inline void napi_free_frags(struct napi_struct *napi) in napi_free_frags()