Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdevice.h379 struct napi_struct { struct
391 int (*poll)(struct napi_struct *, int); argument
394 int poll_owner;
397 int list_owner;
398 struct net_device *dev;
399 struct sk_buff *skb;
400 struct gro_node gro;
401 struct hrtimer timer;
403 struct task_struct *thread;
404 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.c7335 int (*poll)(struct napi_struct *, int), in netif_napi_add_weight_locked() argument