Searched refs:fw_counters (Results 1 – 2 of 2) sorted by relevance
50 struct adf_fw_counters *fw_counters) in adf_fw_counters_load_from_device() argument60 if (hweight_long(ae_mask) > fw_counters->ae_count) in adf_fw_counters_load_from_device()72 adf_fw_counters_parse_ae_values(&fw_counters->ae_counters[i++], ae, in adf_fw_counters_load_from_device()81 struct adf_fw_counters *fw_counters; in adf_fw_counters_allocate() local86 fw_counters = kmalloc(struct_size(fw_counters, ae_counters, ae_count), GFP_KERNEL); in adf_fw_counters_allocate()87 if (!fw_counters) in adf_fw_counters_allocate()90 fw_counters->ae_count = ae_count; in adf_fw_counters_allocate()92 return fw_counters; in adf_fw_counters_allocate()110 struct adf_fw_counters *fw_counters; in adf_fw_counters_get() local122 fw_counters = adf_fw_counters_allocate(ae_count); in adf_fw_counters_get()[all …]
1 What: /sys/kernel/debug/qat_<device>_<BDF>/fw_counters