Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.c160 ssize_t ret_cnt; in ath10k_read_wmi_services()
190 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services()
195 return ret_cnt; in ath10k_read_wmi_services()
2164 ssize_t ret_cnt; in ath10k_debug_fw_checksums_read()
2198 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_checksums_read()
2203 return ret_cnt; in ath10k_debug_fw_checksums_read()
161 ssize_t ret_cnt; ath10k_read_wmi_services() local
2165 ssize_t ret_cnt; ath10k_debug_fw_checksums_read() local
/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c4676 qla2x00_number_of_exch(scsi_qla_host_t *vha, u32 *ret_cnt, u16 max_cnt) in qla2x00_number_of_exch() argument
4680 *ret_cnt = FW_DEF_EXCHANGES_CNT; in qla2x00_number_of_exch()
4690 *ret_cnt = vha->ql2xiniexchg; in qla2x00_number_of_exch()
4699 *ret_cnt = vha->ql2xexchoffld; in qla2x00_number_of_exch()
4710 *ret_cnt = temp; in qla2x00_number_of_exch()