Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dnetdevice.h328 struct napi_struct { struct
341 int (*poll)(struct napi_struct *, int); argument
343 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 …]
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c6745 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument