Lines Matching refs:napi_struct
28 struct napi_struct *
210 static inline u32 napi_get_defer_hard_irqs(const struct napi_struct *n)
217 * @n: napi_struct to set the defer_hard_irqs field
220 static inline void napi_set_defer_hard_irqs(struct napi_struct *n, u32 defer)
235 struct napi_struct *napi;
253 napi_get_gro_flush_timeout(const struct napi_struct *n)
265 static inline void napi_set_gro_flush_timeout(struct napi_struct *n,
281 struct napi_struct *napi;
299 napi_get_irq_suspend_timeout(const struct napi_struct *n)
311 static inline void napi_set_irq_suspend_timeout(struct napi_struct *n,
317 static inline enum netdev_napi_threaded napi_get_threaded(struct napi_struct *n)
329 napi_get_threaded_config(struct net_device *dev, struct napi_struct *n)
336 int napi_set_threaded(struct napi_struct *n,
345 void xdp_do_check_flushed(struct napi_struct *napi);
347 static inline void xdp_do_check_flushed(struct napi_struct *napi) { }
351 static inline void napi_assert_will_not_race(const struct napi_struct *napi)