Searched defs:napi_struct (Results 1 – 2 of 2) sorted by relevance
300 struct napi_struct { struct312 int (*poll)(struct napi_struct *, int); argument314 spinlock_t poll_lock;315 int poll_owner;317 struct net_device *dev;318 struct sk_buff *gro_list;319 struct sk_buff *skb;320 struct hrtimer timer;321 struct list_head dev_list;322 struct hlist_node napi_hash_node;[all …]
4735 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument