Home
last modified time | relevance | path

Searched defs:napi_struct (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dnetdevice.h324 struct napi_struct { struct
337 int (*poll)(struct napi_struct *, int); argument
339 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 …]
/kernel/linux/linux-4.19/include/linux/
Dnetdevice.h319 struct napi_struct { struct
331 int (*poll)(struct napi_struct *, int); argument
333 int poll_owner;
335 struct net_device *dev;
336 struct gro_list gro_hash[GRO_HASH_BUCKETS];
337 struct sk_buff *skb;
338 struct hrtimer timer;
339 struct list_head dev_list;
340 struct hlist_node napi_hash_node;
341 unsigned int napi_id;
[all …]
/kernel/linux/linux-4.19/net/core/
Ddev.c6187 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument
/kernel/linux/linux-5.10/net/core/
Ddev.c6729 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument