Searched defs:napi_struct (Results 1 – 1 of 1) 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 …]