Searched defs:napi_struct (Results 1 – 3 of 3) sorted by relevance
335 struct napi_struct { struct348 int (*poll)(struct napi_struct *, int); argument350 int poll_owner;352 struct net_device *dev;353 struct gro_list gro_hash[GRO_HASH_BUCKETS];354 struct sk_buff *skb;355 struct list_head rx_list; /* Pending GRO_NORMAL skbs */356 int rx_count; /* length of rx_list */357 struct hrtimer timer;358 struct list_head dev_list;[all …]
525 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
6366 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add_weight() argument