Searched defs:napi_struct (Results 1 – 2 of 2) sorted by relevance
86223 struct napi_struct { struct86229 int (*poll)(struct napi_struct *, int); argument86230 int list_owner;86231 struct net_device *dev;86232 struct gro_list gro_hash[8];86233 struct sk_buff *skb;86234 struct list_head rx_list;86235 int rx_count;86236 unsigned int napi_id;86237 struct hrtimer timer;[all …]
95959 struct napi_struct { struct95965 int (*poll)(struct napi_struct *, int); argument95966 int list_owner;95967 struct net_device *dev;95968 struct gro_list gro_hash[8];95969 struct sk_buff *skb;95970 struct list_head rx_list;95971 int rx_count;95972 unsigned int napi_id;95973 struct hrtimer timer;[all …]