Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dnetdevice.h317 struct napi_struct { struct
330 int (*poll)(struct napi_struct *, int); argument
332 int poll_owner;
334 struct net_device *dev;
335 struct gro_list gro_hash[GRO_HASH_BUCKETS];
336 struct sk_buff *skb;
337 struct list_head rx_list; /* Pending GRO_NORMAL skbs */
338 int rx_count; /* length of rx_list */
339 struct hrtimer timer;
340 struct list_head dev_list;
[all …]
/Linux-v5.15/drivers/net/ethernet/google/gve/
Dgve_main.c502 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
/Linux-v5.15/net/core/
Ddev.c6871 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument