Lines Matching refs:napi
440 static inline bool napi_reschedule(struct napi_struct *napi) in napi_reschedule() argument
442 if (napi_schedule_prep(napi)) { in napi_reschedule()
443 __napi_schedule(napi); in napi_reschedule()
478 void napi_hash_add(struct napi_struct *napi);
487 void napi_hash_del(struct napi_struct *napi);
1900 void netif_napi_add(struct net_device *dev, struct napi_struct *napi,
1909 void netif_napi_del(struct napi_struct *napi);
2945 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb);
2946 void napi_gro_flush(struct napi_struct *napi, bool flush_old);
2947 struct sk_buff *napi_get_frags(struct napi_struct *napi);
2948 gro_result_t napi_gro_frags(struct napi_struct *napi);
2952 static inline void napi_free_frags(struct napi_struct *napi) in napi_free_frags() argument
2954 kfree_skb(napi->skb); in napi_free_frags()
2955 napi->skb = NULL; in napi_free_frags()