Searched defs:napi_struct (Results 1 – 2 of 2) sorted by relevance
324 struct napi_struct { struct337 int (*poll)(struct napi_struct *, int); argument339 int poll_owner;341 struct net_device *dev;342 struct gro_list gro_hash[GRO_HASH_BUCKETS];343 struct sk_buff *skb;344 struct list_head rx_list; /* Pending GRO_NORMAL skbs */345 int rx_count; /* length of rx_list */346 struct hrtimer timer;347 struct list_head dev_list;[all …]
6667 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument