Searched defs:napi_struct (Results 1 – 2 of 2) sorted by relevance
333 struct napi_struct { struct346 int (*poll)(struct napi_struct *, int); argument348 int poll_owner;350 struct net_device *dev;351 struct gro_list gro_hash[GRO_HASH_BUCKETS];352 struct sk_buff *skb;353 struct list_head rx_list; /* Pending GRO_NORMAL skbs */354 int rx_count; /* length of rx_list */355 struct hrtimer timer;356 struct list_head dev_list;[all …]
6747 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument