Searched defs:napi_struct (Results 1 – 3 of 3) sorted by relevance
348 struct napi_struct { struct361 int (*poll)(struct napi_struct *, int); argument364 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 …]
109 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
6649 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add_weight() argument
Completed in 34 milliseconds