Lines Matching refs:napi_struct
788 static struct napi_struct *napi_by_id(unsigned int napi_id) in napi_by_id()
791 struct napi_struct *napi; in napi_by_id()
801 static struct napi_struct *
804 struct napi_struct *napi; in netdev_napi_by_id()
829 struct napi_struct *
832 struct napi_struct *napi; in netdev_napi_by_id_lock()
1037 struct napi_struct *napi; in dev_get_by_napi_id()
1642 static int napi_kthread_create(struct napi_struct *n) in napi_kthread_create()
4912 struct napi_struct *napi) in ____napi_schedule()
6595 static int process_backlog(struct napi_struct *napi, int quota) in process_backlog()
6661 void __napi_schedule(struct napi_struct *n) in __napi_schedule()
6680 bool napi_schedule_prep(struct napi_struct *n) in napi_schedule_prep()
6713 void __napi_schedule_irqoff(struct napi_struct *n) in __napi_schedule_irqoff()
6722 bool napi_complete_done(struct napi_struct *n, int work_done) in napi_complete_done()
6816 static void __busy_poll_stop(struct napi_struct *napi, bool skip_schedule) in __busy_poll_stop()
6835 static void busy_poll_stop(struct napi_struct *napi, void *have_poll_lock, in busy_poll_stop()
6888 int (*napi_poll)(struct napi_struct *napi, int budget); in __napi_busy_loop()
6891 struct napi_struct *napi; in __napi_busy_loop()
6993 struct napi_struct *napi; in napi_suspend_irqs()
7009 struct napi_struct *napi; in napi_resume_irqs()
7030 static void __napi_hash_add_with_id(struct napi_struct *napi, in __napi_hash_add_with_id()
7040 static void napi_hash_add_with_id(struct napi_struct *napi, in napi_hash_add_with_id()
7051 static void napi_hash_add(struct napi_struct *napi) in napi_hash_add()
7074 static void napi_hash_del(struct napi_struct *napi) in napi_hash_del()
7087 struct napi_struct *napi; in napi_watchdog()
7089 napi = container_of(timer, struct napi_struct, timer); in napi_watchdog()
7103 static void napi_stop_kthread(struct napi_struct *napi) in napi_stop_kthread()
7141 static void napi_set_threaded_state(struct napi_struct *napi, in napi_set_threaded_state()
7151 int napi_set_threaded(struct napi_struct *napi, in napi_set_threaded()
7186 struct napi_struct *napi; in netif_set_threaded()
7245 enum netdev_queue_type type, struct napi_struct *napi) in netif_queue_set_napi()
7273 struct napi_struct *napi = in netif_napi_irq_notify()
7274 container_of(notify, struct napi_struct, notify); in netif_napi_irq_notify()
7296 struct napi_struct *napi = in netif_napi_affinity_release()
7297 container_of(ref, struct napi_struct, notify.kref); in netif_napi_affinity_release()
7369 void netif_napi_set_irq_locked(struct napi_struct *napi, int irq) in netif_napi_set_irq_locked()
7428 static void napi_restore_config(struct napi_struct *n) in napi_restore_config()
7451 static void napi_save_config(struct napi_struct *n) in napi_save_config()
7463 netif_napi_dev_list_add(struct net_device *dev, struct napi_struct *napi) in netif_napi_dev_list_add()
7467 struct napi_struct *pos; in netif_napi_dev_list_add()
7495 static void napi_get_frags_check(struct napi_struct *napi) in napi_get_frags_check()
7507 struct napi_struct *napi, in netif_napi_add_weight_locked()
7508 int (*poll)(struct napi_struct *, int), in netif_napi_add_weight_locked() argument
7552 void napi_disable_locked(struct napi_struct *n) in napi_disable_locked()
7593 void napi_disable(struct napi_struct *n) in napi_disable()
7601 void napi_enable_locked(struct napi_struct *n) in napi_enable_locked()
7628 void napi_enable(struct napi_struct *n) in napi_enable()
7637 void __netif_napi_del_locked(struct napi_struct *napi) in __netif_napi_del_locked()
7667 static int __napi_poll(struct napi_struct *n, bool *repoll) in __napi_poll()
7734 static int napi_poll(struct napi_struct *n, struct list_head *repoll) in napi_poll()
7759 static int napi_thread_wait(struct napi_struct *napi) in napi_thread_wait()
7783 static void napi_threaded_poll_loop(struct napi_struct *napi, bool busy_poll) in napi_threaded_poll_loop()
7833 struct napi_struct *napi = data; in napi_threaded_poll()
7875 struct napi_struct *n; in net_rx_action()
7895 n = list_first_entry(&list, struct napi_struct, poll_list); in net_rx_action()
12126 struct napi_struct *p, *n; in netdev_napi_exit()
12697 struct napi_struct *napi = list_first_entry(&oldsd->poll_list, in dev_cpu_dead()
12698 struct napi_struct, in dev_cpu_dead()
13153 struct napi_struct *napi = &sd->backlog; in backlog_napi_should_run()
13168 struct napi_struct *napi = &sd->backlog; in backlog_napi_setup()