Searched defs:napi_struct (Results 1 – 2 of 2) sorted by relevance
328 struct napi_struct { struct341 int (*poll)(struct napi_struct *, int); argument343 int poll_owner;345 struct net_device *dev;346 struct gro_list gro_hash[GRO_HASH_BUCKETS];347 struct sk_buff *skb;348 struct list_head rx_list; /* Pending GRO_NORMAL skbs */349 int rx_count; /* length of rx_list */350 struct hrtimer timer;351 struct list_head dev_list;[all …]
6745 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument