Searched defs:napi_struct (Results 1 – 2 of 2) sorted by relevance
331 struct napi_struct { struct344 int (*poll)(struct napi_struct *, int); argument346 int poll_owner;348 struct net_device *dev;349 struct gro_list gro_hash[GRO_HASH_BUCKETS];350 struct sk_buff *skb;351 struct list_head rx_list; /* Pending GRO_NORMAL skbs */352 int rx_count; /* length of rx_list */353 struct hrtimer timer;354 struct list_head dev_list;[all …]
6740 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument