Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dnetdevice.h342 struct napi_struct { struct
355 int (*poll)(struct napi_struct *, int); argument
357 int poll_owner;
359 struct net_device *dev;
360 struct gro_list gro_hash[GRO_HASH_BUCKETS];
361 struct sk_buff *skb;
362 struct list_head rx_list; /* Pending GRO_NORMAL skbs */
363 int rx_count; /* length of rx_list */
364 struct hrtimer timer;
365 struct list_head dev_list;
[all …]
/linux-6.1.9/drivers/net/ethernet/google/gve/
Dgve_main.c525 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
/linux-6.1.9/net/core/
Ddev.c6366 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add_weight() argument