Lines Matching refs:napi_struct
3210 struct napi_struct *napi) in ____napi_schedule()
4105 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush()
4130 static void gro_list_prepare(struct napi_struct *napi, struct sk_buff *skb) in gro_list_prepare()
4198 static enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in dev_gro_receive()
4362 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_receive()
4372 static void napi_reuse_skb(struct napi_struct *napi, struct sk_buff *skb) in napi_reuse_skb()
4391 struct sk_buff *napi_get_frags(struct napi_struct *napi) in napi_get_frags()
4403 static gro_result_t napi_frags_finish(struct napi_struct *napi, in napi_frags_finish()
4432 static struct sk_buff *napi_frags_skb(struct napi_struct *napi) in napi_frags_skb()
4467 gro_result_t napi_gro_frags(struct napi_struct *napi) in napi_gro_frags()
4542 static int process_backlog(struct napi_struct *napi, int quota) in process_backlog()
4605 void __napi_schedule(struct napi_struct *n) in __napi_schedule()
4621 void __napi_schedule_irqoff(struct napi_struct *n) in __napi_schedule_irqoff()
4627 void __napi_complete(struct napi_struct *n) in __napi_complete()
4637 void napi_complete_done(struct napi_struct *n, int work_done) in napi_complete_done()
4672 struct napi_struct *napi_by_id(unsigned int napi_id) in napi_by_id()
4675 struct napi_struct *napi; in napi_by_id()
4685 void napi_hash_add(struct napi_struct *napi) in napi_hash_add()
4712 void napi_hash_del(struct napi_struct *napi) in napi_hash_del()
4725 struct napi_struct *napi; in napi_watchdog()
4727 napi = container_of(timer, struct napi_struct, timer); in napi_watchdog()
4734 void netif_napi_add(struct net_device *dev, struct napi_struct *napi, in netif_napi_add()
4735 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument
4758 void napi_disable(struct napi_struct *n) in napi_disable()
4774 void netif_napi_del(struct napi_struct *napi) in netif_napi_del()
4785 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll()
4860 struct napi_struct *n; in net_rx_action()
4868 n = list_first_entry(&list, struct napi_struct, poll_list); in net_rx_action()
7180 struct napi_struct *p, *n; in free_netdev()
7449 struct napi_struct *napi = list_first_entry(&oldsd->poll_list, in dev_cpu_callback()
7450 struct napi_struct, in dev_cpu_callback()