Searched refs:napi_struct (Results 1 – 7 of 7) sorted by relevance
16 TP_PROTO(struct napi_struct *napi, int work, int budget),21 __field( struct napi_struct *, napi)
77 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()94 struct napi_struct *napi = have; in netpoll_poll_unlock()106 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()
316 struct napi_struct { struct328 int (*poll)(struct napi_struct *, int); argument423 void __napi_schedule(struct napi_struct *n);424 void __napi_schedule_irqoff(struct napi_struct *n);426 static inline bool napi_disable_pending(struct napi_struct *n) in napi_disable_pending()431 bool napi_schedule_prep(struct napi_struct *n);440 static inline void napi_schedule(struct napi_struct *n) in napi_schedule()452 static inline void napi_schedule_irqoff(struct napi_struct *n) in napi_schedule_irqoff()459 static inline bool napi_reschedule(struct napi_struct *napi) in napi_reschedule()468 bool napi_complete_done(struct napi_struct *n, int work_done);[all …]
245 struct napi_struct;2820 struct sk_buff *__napi_alloc_skb(struct napi_struct *napi,2822 static inline struct sk_buff *napi_alloc_skb(struct napi_struct *napi, in napi_alloc_skb()
28 struct napi_struct;114 struct napi_struct *napi) in skb_mark_napi_id()
4314 struct sk_buff *skb, struct napi_struct *napi);
28 struct napi_struct napi;