Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnetdevice.h317 struct napi_struct { struct
330 int (*poll)(struct napi_struct *, int); argument
332 int poll_owner;
334 struct net_device *dev;
336 struct sk_buff *skb;
338 int rx_count; /* length of rx_list */
339 struct hrtimer timer;
340 struct list_head dev_list;
341 struct hlist_node napi_hash_node;
342 unsigned int napi_id;
[all …]
/linux/drivers/net/ethernet/google/gve/
A Dgve_main.c511 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
/linux/net/core/
A Ddev.c6892 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument

Completed in 42 milliseconds