Lines Matching refs:napi_struct

3056 				     struct napi_struct *napi)  in ____napi_schedule()
3942 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush()
3967 static void gro_list_prepare(struct napi_struct *napi, struct sk_buff *skb) in gro_list_prepare()
4034 static enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in dev_gro_receive()
4196 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_receive()
4206 static void napi_reuse_skb(struct napi_struct *napi, struct sk_buff *skb) in napi_reuse_skb()
4225 struct sk_buff *napi_get_frags(struct napi_struct *napi) in napi_get_frags()
4237 static gro_result_t napi_frags_finish(struct napi_struct *napi, in napi_frags_finish()
4266 static struct sk_buff *napi_frags_skb(struct napi_struct *napi) in napi_frags_skb()
4301 gro_result_t napi_gro_frags(struct napi_struct *napi) in napi_gro_frags()
4376 static int process_backlog(struct napi_struct *napi, int quota) in process_backlog()
4439 void __napi_schedule(struct napi_struct *n) in __napi_schedule()
4455 void __napi_schedule_irqoff(struct napi_struct *n) in __napi_schedule_irqoff()
4461 void __napi_complete(struct napi_struct *n) in __napi_complete()
4471 void napi_complete_done(struct napi_struct *n, int work_done) in napi_complete_done()
4506 struct napi_struct *napi_by_id(unsigned int napi_id) in napi_by_id()
4509 struct napi_struct *napi; in napi_by_id()
4519 void napi_hash_add(struct napi_struct *napi) in napi_hash_add()
4546 void napi_hash_del(struct napi_struct *napi) in napi_hash_del()
4559 struct napi_struct *napi; in napi_watchdog()
4561 napi = container_of(timer, struct napi_struct, timer); in napi_watchdog()
4568 void netif_napi_add(struct net_device *dev, struct napi_struct *napi, in netif_napi_add()
4569 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument
4592 void napi_disable(struct napi_struct *n) in napi_disable()
4606 void netif_napi_del(struct napi_struct *napi) in netif_napi_del()
4617 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll()
4692 struct napi_struct *n; in net_rx_action()
4700 n = list_first_entry(&list, struct napi_struct, poll_list); in net_rx_action()
6893 struct napi_struct *p, *n; in free_netdev()
7162 struct napi_struct *napi = list_first_entry(&oldsd->poll_list, in dev_cpu_callback()
7163 struct napi_struct, in dev_cpu_callback()