• Home
  • Raw
  • Download

Lines Matching defs:napi

1002 	struct napi_struct *napi;  in dev_get_by_napi_id()  local
4273 struct napi_struct *napi) in ____napi_schedule()
5764 static void gro_normal_list(struct napi_struct *napi) in gro_normal_list()
5776 static void gro_normal_one(struct napi_struct *napi, struct sk_buff *skb, int segs) in gro_normal_one()
5786 static int napi_gro_complete(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_complete()
5823 static void __napi_gro_flush_chain(struct napi_struct *napi, u32 index, in __napi_gro_flush_chain()
5845 void napi_gro_flush(struct napi_struct *napi, bool flush_old) in napi_gro_flush()
5858 static struct list_head *gro_list_prepare(struct napi_struct *napi, in gro_list_prepare()
5949 static void gro_flush_oldest(struct napi_struct *napi, struct list_head *head) in gro_flush_oldest()
5972 static enum gro_result dev_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in dev_gro_receive()
6117 static gro_result_t napi_skb_finish(struct napi_struct *napi, in napi_skb_finish()
6146 gro_result_t napi_gro_receive(struct napi_struct *napi, struct sk_buff *skb) in napi_gro_receive()
6162 static void napi_reuse_skb(struct napi_struct *napi, struct sk_buff *skb) in napi_reuse_skb()
6187 struct sk_buff *napi_get_frags(struct napi_struct *napi) in napi_get_frags()
6202 static gro_result_t napi_frags_finish(struct napi_struct *napi, in napi_frags_finish()
6238 static struct sk_buff *napi_frags_skb(struct napi_struct *napi) in napi_frags_skb()
6275 gro_result_t napi_gro_frags(struct napi_struct *napi) in napi_gro_frags()
6361 static int process_backlog(struct napi_struct *napi, int quota) in process_backlog()
6556 struct napi_struct *napi; in napi_by_id() local
6569 static void busy_poll_stop(struct napi_struct *napi, void *have_poll_lock) in busy_poll_stop()
6614 struct napi_struct *napi; in napi_busy_loop() local
6680 static void napi_hash_add(struct napi_struct *napi) in napi_hash_add()
6703 static void napi_hash_del(struct napi_struct *napi) in napi_hash_del()
6714 struct napi_struct *napi; in napi_watchdog() local
6728 static void init_gro_hash(struct napi_struct *napi) in init_gro_hash()
6739 void netif_napi_add(struct net_device *dev, struct napi_struct *napi, in netif_napi_add()
6785 static void flush_gro_hash(struct napi_struct *napi) in flush_gro_hash()
6799 void __netif_napi_del(struct napi_struct *napi) in __netif_napi_del()
10947 struct napi_struct *napi = list_first_entry(&oldsd->poll_list, in dev_cpu_dead() local