Searched defs:napi_struct (Results 1 – 3 of 3) sorted by relevance
381 struct napi_struct { struct386 * whoever atomically sets that bit can add this napi_struct argument394 int (*poll)(struct napi_struct *, int); argument397 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 …]
109 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
7557 int (*poll)(struct napi_struct *, int), in netif_napi_add_weight_locked() argument