Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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;
374 struct sk_buff *skb;
377 unsigned int napi_id;
378 struct hrtimer timer;
379 struct task_struct *thread;
381 struct list_head dev_list;
[all …]
/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve_main.c573 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
/openbmc/linux/net/core/
H A Ddev.c6430 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add_weight() argument