Searched refs:ret_cnt (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | debug.c | 306 ssize_t ret_cnt; in read_file_war_stats() local 323 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_war_stats() 326 return ret_cnt; in read_file_war_stats() 403 ssize_t ret_cnt; in ath6kl_fwlog_read() local 434 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath6kl_fwlog_read() 438 return ret_cnt; in ath6kl_fwlog_read() 456 ssize_t ret_cnt; in ath6kl_fwlog_block_read() local 503 ret_cnt = -EFAULT; in ath6kl_fwlog_block_read() 509 ret_cnt = len; in ath6kl_fwlog_block_read() 514 return ret_cnt; in ath6kl_fwlog_block_read() [all …]
|
/openbmc/qemu/hw/hyperv/ |
H A D | vmbus.c | 468 int ret_cnt = 0, ret; in vmbus_map_sgl() local 485 for (; mlen; ret_cnt++) { in vmbus_map_sgl() 489 if (ret_cnt == iov_cnt) { in vmbus_map_sgl() 494 iov[ret_cnt].iov_base = dma_memory_map(sgl->as, a, &l, dir, in vmbus_map_sgl() 500 iov[ret_cnt].iov_len = l; in vmbus_map_sgl() 506 return ret_cnt; in vmbus_map_sgl() 508 vmbus_unmap_sgl(req, dir, iov, ret_cnt, 0); in vmbus_map_sgl()
|
/openbmc/linux/drivers/net/wireless/ath/ath10k/ |
H A D | debug.c | 159 ssize_t ret_cnt; in ath10k_read_wmi_services() local 189 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services() 194 return ret_cnt; in ath10k_read_wmi_services() 2177 ssize_t ret_cnt; in ath10k_debug_fw_checksums_read() local 2211 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_checksums_read() 2216 return ret_cnt; in ath10k_debug_fw_checksums_read()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 4683 qla2x00_number_of_exch(scsi_qla_host_t *vha, u32 *ret_cnt, u16 max_cnt) in qla2x00_number_of_exch() argument 4687 *ret_cnt = FW_DEF_EXCHANGES_CNT; in qla2x00_number_of_exch() 4697 *ret_cnt = vha->ql2xiniexchg; in qla2x00_number_of_exch() 4706 *ret_cnt = vha->ql2xexchoffld; in qla2x00_number_of_exch() 4717 *ret_cnt = temp; in qla2x00_number_of_exch()
|