Lines Matching defs:napi_struct
299 struct napi_struct { struct
311 int (*poll)(struct napi_struct *, int); argument
313 spinlock_t poll_lock;
314 int poll_owner;
316 struct net_device *dev;
317 struct sk_buff *gro_list;
318 struct sk_buff *skb;
319 struct hrtimer timer;
320 struct list_head dev_list;
321 struct hlist_node napi_hash_node;
322 unsigned int napi_id;