Searched refs:cs_counters (Results 1 – 5 of 5) sorted by relevance
248 ctx->cs_counters.device_in_reset_drop_cnt; in cs_counters_aggregate()250 ctx->cs_counters.out_of_mem_drop_cnt; in cs_counters_aggregate()252 ctx->cs_counters.parsing_drop_cnt; in cs_counters_aggregate()254 ctx->cs_counters.queue_full_drop_cnt; in cs_counters_aggregate()256 ctx->cs_counters.max_cs_in_flight_drop_cnt; in cs_counters_aggregate()438 ctx->cs_counters.max_cs_in_flight_drop_cnt++; in allocate_cs()666 hpriv->ctx->cs_counters.parsing_drop_cnt++; in cs_ioctl_default()673 hpriv->ctx->cs_counters.parsing_drop_cnt++; in cs_ioctl_default()687 hpriv->ctx->cs_counters.out_of_mem_drop_cnt++; in cs_ioctl_default()720 hpriv->ctx->cs_counters.parsing_drop_cnt++; in cs_ioctl_default()[all …]
318 struct hl_info_cs_counters cs_counters = { {0} }; in cs_counters_info() local325 memcpy(&cs_counters.cs_counters, &hdev->aggregated_cs_counters, in cs_counters_info()329 memcpy(&cs_counters.ctx_cs_counters, &hpriv->ctx->cs_counters, in cs_counters_info()332 return copy_to_user(out, &cs_counters, in cs_counters_info()333 min((size_t) max_size, sizeof(cs_counters))) ? -EFAULT : 0; in cs_counters_info()
497 ctx->cs_counters.device_in_reset_drop_cnt++; in hl_hw_queue_schedule_cs()530 ctx->cs_counters.queue_full_drop_cnt++; in hl_hw_queue_schedule_cs()
892 struct hl_cs_counters cs_counters; member
415 struct hl_cs_counters cs_counters; member