Home
last modified time | relevance | path

Searched refs:resp_count (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/fpga/
H A Dstratix10.c119 static u32 get_resp_hdr(u32 *r_index, u32 *w_index, u32 *resp_count, in get_resp_hdr() argument
128 if (*resp_count < buf_size) { in get_resp_hdr()
129 u32 rcv_len_max = buf_size - *resp_count; in get_resp_hdr()
138 (*resp_count)++; in get_resp_hdr()
143 if (*resp_count == 0) in get_resp_hdr()
151 if ((*resp_count - 1) < hdr_len) in get_resp_hdr()
156 *resp_count -= (hdr_len + 1); in get_resp_hdr()
173 u32 resp_count = 0; in send_reconfig_data() local
209 &resp_count, in send_reconfig_data()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_fw_counters.c41 u64 req_count, u64 resp_count) in adf_fw_counters_parse_ae_values() argument
45 ae_counters->values[ADF_FW_RESPONSES] = resp_count; in adf_fw_counters_parse_ae_values()
64 u64 req_count, resp_count; in adf_fw_counters_load_from_device() local
67 ret = adf_get_ae_fw_counters(accel_dev, ae, &req_count, &resp_count); in adf_fw_counters_load_from_device()
72 req_count, resp_count); in adf_fw_counters_load_from_device()
/openbmc/linux/drivers/usb/class/
H A Dcdc-wdm.c108 int resp_count; member
310 if (!desc->resp_count++ && !responding in wdm_int_callback()
490 if (!desc->resp_count || !--desc->resp_count) in service_outstanding_interrupt()
513 desc->resp_count = 0; in service_outstanding_interrupt()
776 desc->resp_count = 0; in wdm_release()
1008 if (!desc->resp_count) { in service_interrupt_work()