Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/include/linux/
Dnetdevice.h352 struct napi_struct { struct
365 int (*poll)(struct napi_struct *, int); argument
368 int poll_owner;
371 int list_owner;
372 struct net_device *dev;
373 struct gro_list gro_hash[GRO_HASH_BUCKETS];
374 struct sk_buff *skb;
375 struct list_head rx_list; /* Pending GRO_NORMAL skbs */
376 int rx_count; /* length of rx_list */
377 unsigned int napi_id;
[all …]
/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h333 struct napi_struct { struct
346 int (*poll)(struct napi_struct *, int); argument
348 int poll_owner;
350 struct net_device *dev;
351 struct gro_list gro_hash[GRO_HASH_BUCKETS];
352 struct sk_buff *skb;
353 struct list_head rx_list; /* Pending GRO_NORMAL skbs */
354 int rx_count; /* length of rx_list */
355 struct hrtimer timer;
356 struct list_head dev_list;
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
Dgve_main.c573 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
/kernel/linux/linux-5.10/net/core/
Ddev.c6759 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument
/kernel/linux/linux-6.6/net/core/
Ddev.c6471 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add_weight() argument