Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dnetdevice.h381 struct napi_struct { struct
386 * whoever atomically sets that bit can add this napi_struct argument
394 int (*poll)(struct napi_struct *, int); argument
397 int poll_owner;
400 int list_owner;
401 struct net_device *dev;
402 struct sk_buff *skb;
403 struct gro_node gro;
404 struct hrtimer timer;
406 struct task_struct *thread;
[all …]
/linux/drivers/net/ethernet/google/gve/
H A Dgve_utils.c109 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
/linux/net/core/
H A Ddev.c7557 int (*poll)(struct napi_struct *, int), in netif_napi_add_weight_locked() argument