Home
last modified time | relevance | path

Searched refs:fw_counters (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_fw_counters.c50 struct adf_fw_counters *fw_counters) in adf_fw_counters_load_from_device() argument
60 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() local
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()
110 struct adf_fw_counters *fw_counters; in adf_fw_counters_get() local
122 fw_counters = adf_fw_counters_allocate(ae_count); in adf_fw_counters_get()
[all …]
/linux/Documentation/ABI/testing/
H A Ddebugfs-driver-qat1 What: /sys/kernel/debug/qat_<device>_<BDF>/fw_counters