Lines Matching refs:napi_struct
26 struct napi_struct *
187 static inline u32 napi_get_defer_hard_irqs(const struct napi_struct *n) in napi_get_defer_hard_irqs()
197 static inline void napi_set_defer_hard_irqs(struct napi_struct *n, u32 defer) in napi_set_defer_hard_irqs()
212 struct napi_struct *napi; in netdev_set_defer_hard_irqs()
230 napi_get_gro_flush_timeout(const struct napi_struct *n) in napi_get_gro_flush_timeout()
242 static inline void napi_set_gro_flush_timeout(struct napi_struct *n, in napi_set_gro_flush_timeout()
258 struct napi_struct *napi; in netdev_set_gro_flush_timeout()
276 napi_get_irq_suspend_timeout(const struct napi_struct *n) in napi_get_irq_suspend_timeout()
288 static inline void napi_set_irq_suspend_timeout(struct napi_struct *n, in napi_set_irq_suspend_timeout()
297 void xdp_do_check_flushed(struct napi_struct *napi);
299 static inline void xdp_do_check_flushed(struct napi_struct *napi) { } in xdp_do_check_flushed()