Home
last modified time | relevance | path

Searched defs:napi_struct (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
A Dnetdevice.h348 struct napi_struct { struct
361 int (*poll)(struct napi_struct *, int); argument
364 int poll_owner;
367 int list_owner;
368 struct net_device *dev;
370 struct sk_buff *skb;
373 unsigned int napi_id;
374 struct hrtimer timer;
375 struct task_struct *thread;
377 struct list_head dev_list;
[all …]
/linux/drivers/net/ethernet/google/gve/
A Dgve_utils.c109 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
/linux/net/core/
A Ddev.c6649 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add_weight() argument

Completed in 34 milliseconds