Lines Matching refs:napi_struct

173 static struct napi_struct *napi_by_id(unsigned int napi_id);
931 struct napi_struct *napi; in dev_get_by_napi_id()
1439 static int napi_kthread_create(struct napi_struct *n) in napi_kthread_create()
4331 struct napi_struct *napi) in ____napi_schedule()
5849 static void gro_normal_list(struct napi_struct *napi) in gro_normal_list()
5861 static void gro_normal_one(struct napi_struct *napi, struct sk_buff *skb, int segs) in gro_normal_one()
5869 static void napi_gro_complete(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_complete()
5905 static void __napi_gro_flush_chain(struct napi_struct *napi, u32 index, in __napi_gro_flush_chain()
5927 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush()
6039 static void gro_flush_oldest(struct napi_struct *napi, struct list_head *head) in gro_flush_oldest()
6058 static enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in dev_gro_receive()
6196 static gro_result_t napi_skb_finish(struct napi_struct *napi, in napi_skb_finish()
6223 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_receive()
6239 static void napi_reuse_skb(struct napi_struct *napi, struct sk_buff *skb) in napi_reuse_skb()
6268 struct sk_buff *napi_get_frags(struct napi_struct *napi) in napi_get_frags()
6283 static gro_result_t napi_frags_finish(struct napi_struct *napi, in napi_frags_finish()
6315 static struct sk_buff *napi_frags_skb(struct napi_struct *napi) in napi_frags_skb()
6352 gro_result_t napi_gro_frags(struct napi_struct *napi) in napi_gro_frags()
6435 static int process_backlog(struct napi_struct *napi, int quota) in process_backlog()
6494 void __napi_schedule(struct napi_struct *n) in __napi_schedule()
6513 bool napi_schedule_prep(struct napi_struct *n) in napi_schedule_prep()
6547 void __napi_schedule_irqoff(struct napi_struct *n) in __napi_schedule_irqoff()
6556 bool napi_complete_done(struct napi_struct *n, int work_done) in napi_complete_done()
6629 static struct napi_struct *napi_by_id(unsigned int napi_id) in napi_by_id()
6632 struct napi_struct *napi; in napi_by_id()
6643 static void __busy_poll_stop(struct napi_struct *napi, bool skip_schedule) in __busy_poll_stop()
6662 static void busy_poll_stop(struct napi_struct *napi, void *have_poll_lock, bool prefer_busy_poll, in busy_poll_stop()
6712 int (*napi_poll)(struct napi_struct *napi, int budget); in napi_busy_loop()
6714 struct napi_struct *napi; in napi_busy_loop()
6786 static void napi_hash_add(struct napi_struct *napi) in napi_hash_add()
6809 static void napi_hash_del(struct napi_struct *napi) in napi_hash_del()
6820 struct napi_struct *napi; in napi_watchdog()
6822 napi = container_of(timer, struct napi_struct, timer); in napi_watchdog()
6836 static void init_gro_hash(struct napi_struct *napi) in init_gro_hash()
6849 struct napi_struct *napi; in dev_set_threaded()
6891 void netif_napi_add(struct net_device *dev, struct napi_struct *napi, in netif_napi_add()
6892 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument
6927 void napi_disable(struct napi_struct *n) in napi_disable()
6961 void napi_enable(struct napi_struct *n) in napi_enable()
6976 static void flush_gro_hash(struct napi_struct *napi) in flush_gro_hash()
6990 void __netif_napi_del(struct napi_struct *napi) in __netif_napi_del()
7009 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll()
7080 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll()
7100 static int napi_thread_wait(struct napi_struct *napi) in napi_thread_wait()
7130 struct napi_struct *napi = data; in napi_threaded_poll()
7168 struct napi_struct *n; in net_rx_action()
7176 n = list_first_entry(&list, struct napi_struct, poll_list); in net_rx_action()
10929 struct napi_struct *p, *n; in free_netdev()
11319 struct napi_struct *napi = list_first_entry(&oldsd->poll_list, in dev_cpu_dead()
11320 struct napi_struct, in dev_cpu_dead()
11398 8 * sizeof_field(struct napi_struct, gro_bitmask)); in netdev_init()