Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dnetdevice.h345 struct napi_struct { struct
358 int (*poll)(struct napi_struct *, int); argument
360 int poll_owner;
362 struct net_device *dev;
364 struct sk_buff *skb;
366 int rx_count; /* length of rx_list */
367 struct hrtimer timer;
368 struct list_head dev_list;
369 struct hlist_node napi_hash_node;
370 unsigned int napi_id;
[all …]
/linux-6.3-rc2/drivers/net/ethernet/google/gve/
A Dgve_main.c569 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
/linux-6.3-rc2/net/core/
A Ddev.c6354 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add_weight() argument

Completed in 51 milliseconds