Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdevice.h378 struct napi_struct { struct
390 int (*poll)(struct napi_struct *, int); argument
393 int poll_owner;
396 int list_owner;
397 struct net_device *dev;
398 struct sk_buff *skb;
399 struct gro_node gro;
400 struct hrtimer timer;
402 struct task_struct *thread;
403 unsigned long gro_flush_timeout;
[all …]
/linux/drivers/net/ethernet/google/gve/
H A Dgve_utils.c109 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_txrx.c489 int (*napi_poll)(struct napi_struct *, int), in hbg_ring_init() argument
/linux/net/core/
H A Ddev.c7158 int (*poll)(struct napi_struct *, int), in netif_napi_add_weight_locked() argument