Searched defs:napi_struct (Results 1 – 3 of 3) sorted by relevance
348 struct napi_struct { struct361 int (*poll)(struct napi_struct *, int); argument364 int poll_owner;367 int list_owner;368 struct net_device *dev;369 struct gro_list gro_hash[GRO_HASH_BUCKETS];370 struct sk_buff *skb;371 struct list_head rx_list; /* Pending GRO_NORMAL skbs */372 int rx_count; /* length of rx_list */373 unsigned int napi_id;[all …]
109 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
6649 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add_weight() argument