Searched defs:napi_struct (Results 1 – 1 of 1) sorted by relevance
356 struct napi_struct { struct369 int (*poll)(struct napi_struct *, int); argument372 int poll_owner;375 int list_owner;376 struct net_device *dev;377 struct gro_list gro_hash[GRO_HASH_BUCKETS];378 struct sk_buff *skb;379 struct list_head rx_list; /* Pending GRO_NORMAL skbs */380 int rx_count; /* length of rx_list */381 unsigned int napi_id;[all …]