Lines Matching refs:napi_struct
319 struct napi_struct { struct
331 int (*poll)(struct napi_struct *, int); argument
424 void __napi_schedule(struct napi_struct *n);
425 void __napi_schedule_irqoff(struct napi_struct *n);
427 static inline bool napi_disable_pending(struct napi_struct *n) in napi_disable_pending()
432 bool napi_schedule_prep(struct napi_struct *n);
441 static inline void napi_schedule(struct napi_struct *n) in napi_schedule()
453 static inline void napi_schedule_irqoff(struct napi_struct *n) in napi_schedule_irqoff()
460 static inline bool napi_reschedule(struct napi_struct *napi) in napi_reschedule()
469 bool napi_complete_done(struct napi_struct *n, int work_done);
478 static inline bool napi_complete(struct napi_struct *n) in napi_complete()
495 bool napi_hash_del(struct napi_struct *napi);
504 void napi_disable(struct napi_struct *n);
513 static inline void napi_enable(struct napi_struct *n) in napi_enable()
529 static inline void napi_synchronize(const struct napi_struct *n) in napi_synchronize()
2188 void netif_napi_add(struct net_device *dev, struct napi_struct *napi,
2189 int (*poll)(struct napi_struct *, int), int weight);
2203 struct napi_struct *napi, in netif_tx_napi_add()
2204 int (*poll)(struct napi_struct *, int), in netif_tx_napi_add() argument
2217 void netif_napi_del(struct napi_struct *napi);
2969 struct napi_struct backlog;
3533 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb);
3534 void napi_gro_flush(struct napi_struct *napi, bool flush_old);
3535 struct sk_buff *napi_get_frags(struct napi_struct *napi);
3536 gro_result_t napi_gro_frags(struct napi_struct *napi);
3540 static inline void napi_free_frags(struct napi_struct *napi) in napi_free_frags()