Lines Matching refs:napi
441 static inline bool napi_reschedule(struct napi_struct *napi) in napi_reschedule() argument
443 if (napi_schedule_prep(napi)) { in napi_reschedule()
444 __napi_schedule(napi); in napi_reschedule()
479 void napi_hash_add(struct napi_struct *napi);
488 void napi_hash_del(struct napi_struct *napi);
1948 void netif_napi_add(struct net_device *dev, struct napi_struct *napi,
1957 void netif_napi_del(struct napi_struct *napi);
3027 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb);
3028 void napi_gro_flush(struct napi_struct *napi, bool flush_old);
3029 struct sk_buff *napi_get_frags(struct napi_struct *napi);
3030 gro_result_t napi_gro_frags(struct napi_struct *napi);
3034 static inline void napi_free_frags(struct napi_struct *napi) in napi_free_frags() argument
3036 kfree_skb(napi->skb); in napi_free_frags()
3037 napi->skb = NULL; in napi_free_frags()