Home
last modified time | relevance | path

Searched defs:napi_struct (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/linux/
Dnetdevice.h328 struct napi_struct { struct
339 int (*poll)(struct napi_struct *, int); argument
341 spinlock_t poll_lock;
342 int poll_owner;
345 unsigned int gro_count;
347 struct net_device *dev;
348 struct list_head dev_list;
349 struct sk_buff *gro_list;
350 struct sk_buff *skb;
/linux-3.3/net/core/
Ddev.c3799 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument