Searched defs:qca_napi_stat (Results 1 – 1 of 1) sorted by relevance
299 struct qca_napi_stat { struct300 uint32_t napi_schedules;301 uint32_t napi_polls;302 uint32_t napi_completes;303 uint32_t napi_workdone;304 uint32_t cpu_corrected;305 uint32_t napi_budget_uses[QCA_NAPI_NUM_BUCKETS];306 uint32_t time_limit_reached;307 uint32_t rxpkt_thresh_reached;308 unsigned long long napi_max_poll_time;[all …]