Home
last modified time | relevance | path

Searched refs:napi_struct (Results 1 – 3 of 3) sorted by relevance

/include/trace/events/
Dnapi.h15 TP_PROTO(struct napi_struct *napi),
20 __field( struct napi_struct *, napi)
/include/linux/
Dnetpoll.h100 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()
114 struct napi_struct *napi = have; in netpoll_poll_unlock()
140 static inline void *netpoll_poll_lock(struct napi_struct *napi) in netpoll_poll_lock()
Dnetdevice.h329 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()
[all …]