Searched refs:resp_count (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_fw_counters.c42 u64 req_count, u64 resp_count)
46 ae_counters->values[ADF_FW_RESPONSES] = resp_count;
65 u64 req_count, resp_count; local
68 ret = adf_get_ae_fw_counters(accel_dev, ae, &req_count, &resp_count);
73 req_count, resp_count);
41 adf_fw_counters_parse_ae_values(struct adf_ae_counters *ae_counters, u32 ae, u64 req_count, u64 resp_count) argument
/linux-master/drivers/usb/class/
H A Dcdc-wdm.c108 int resp_count; member in struct:wdm_device
310 if (!desc->resp_count++ && !responding
481 * Submit the read urb if resp_count is non-zero.
490 if (!desc->resp_count || !--desc->resp_count)
513 desc->resp_count = 0;
776 desc->resp_count = 0;
1008 if (!desc->resp_count) {

Completed in 103 milliseconds