Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dnetdevice.h348 struct napi_struct { struct
361 int (*poll)(struct napi_struct *, int); argument
364 int poll_owner;
367 int list_owner;
368 struct net_device *dev;
369 struct gro_list gro_hash[GRO_HASH_BUCKETS];
370 struct sk_buff *skb;
371 struct list_head rx_list; /* Pending GRO_NORMAL skbs */
372 int rx_count; /* length of rx_list */
373 unsigned int napi_id;
[all …]
/linux-6.12.1/drivers/net/ethernet/google/gve/
Dgve_utils.c109 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
/linux-6.12.1/net/core/
Ddev.c6649 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add_weight() argument