Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/inc/
Dhif.h356 struct qca_napi_info { struct
357 struct net_device netdev; /* dummy net_dev */
358 void *hif_ctx;
359 struct napi_struct napi;
360 uint8_t scale; /* currently same on all instances */
361 uint8_t id;
362 uint8_t cpu;
363 int irq;
364 cpumask_t cpumask;
365 struct qca_napi_stat stats[NR_CPUS];
[all …]