Searched refs:fw_counters (Results 1 – 2 of 2) sorted by relevance
86 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()123 if (IS_ERR(fw_counters)) in adf_fw_counters_get()124 return fw_counters; in adf_fw_counters_get()128 kfree(fw_counters); in adf_fw_counters_get()134 return fw_counters; in adf_fw_counters_get()201 if (IS_ERR(fw_counters)) in qat_fw_counters_file_open()202 return PTR_ERR(fw_counters); in qat_fw_counters_file_open()[all …]
1 What: /sys/kernel/debug/qat_<device>_<BDF>/fw_counters
Completed in 5 milliseconds