Searched defs:napi_struct (Results 1 – 4 of 4) 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 …]
109 int (*gve_poll)(struct napi_struct *, int)) in gve_add_napi()
312 int (*napi_poll)(struct napi_struct *, int), in hbg_ring_init() argument
7010 int (*poll)(struct napi_struct *, int), in netif_napi_add_weight_locked() argument