Searched defs:napi_struct (Results 1 – 2 of 2) sorted by relevance
361 struct napi_struct { struct374 int (*poll)(struct napi_struct *, int); argument377 int poll_owner;380 int list_owner;381 struct net_device *dev;382 struct gro_list gro_hash[GRO_HASH_BUCKETS];383 struct sk_buff *skb;384 struct list_head rx_list; /* Pending GRO_NORMAL skbs */385 int rx_count; /* length of rx_list */386 unsigned int napi_id; /* protected by netdev_lock */[all …]
7010 int (*poll)(struct napi_struct *, int), in netif_napi_add_weight_locked() argument