Searched refs:ae_count (Results 1 – 2 of 2) sorted by relevance
37 u16 ae_count; member38 struct adf_ae_counters ae_counters[] __counted_by(ae_count);60 if (hweight_long(ae_mask) > fw_counters->ae_count) in adf_fw_counters_load_from_device()79 static struct adf_fw_counters *adf_fw_counters_allocate(unsigned long ae_count) in adf_fw_counters_allocate() argument83 if (unlikely(!ae_count)) in adf_fw_counters_allocate()90 fw_counters->ae_count = ae_count; in adf_fw_counters_allocate()111 unsigned long ae_count; in adf_fw_counters_get() local120 ae_count = hweight_long(hw_data->ae_mask & ~hw_data->admin_ae_mask); in adf_fw_counters_get()122 fw_counters = adf_fw_counters_allocate(ae_count); in adf_fw_counters_get()144 if (*pos > fw_counters->ae_count) in qat_fw_counters_seq_start()[all …]
74 u16 ae_count; member99 if (*pos > err_stats->ae_count) in qat_cnv_errors_seq_start()112 if (*pos > err_stats->ae_count) in qat_cnv_errors_seq_next()176 unsigned long ae_count; in cnv_err_stats_alloc() local192 ae_count = hweight_long(ae_mask); in cnv_err_stats_alloc()193 if (unlikely(!ae_count)) in cnv_err_stats_alloc()196 err_stats_size = struct_size(err_stats, ae_cnv_errors, ae_count); in cnv_err_stats_alloc()201 err_stats->ae_count = ae_count; in cnv_err_stats_alloc()
Completed in 7 milliseconds