Searched defs:napi_struct (Results 1 – 3 of 3) sorted by relevance
352 struct napi_struct { struct365 int (*poll)(struct napi_struct *, int); argument368 int poll_owner;371 int list_owner;372 struct net_device *dev;373 struct gro_list gro_hash[GRO_HASH_BUCKETS];374 struct sk_buff *skb;375 struct list_head rx_list; /* Pending GRO_NORMAL skbs */376 int rx_count; /* length of rx_list */377 unsigned int napi_id;[all …]
573 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
6471 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add_weight() argument