Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c307 ssize_t ret_cnt; in read_file_war_stats() local
324 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in read_file_war_stats()
327 return ret_cnt; in read_file_war_stats()
404 ssize_t ret_cnt; in ath6kl_fwlog_read() local
435 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath6kl_fwlog_read()
439 return ret_cnt; in ath6kl_fwlog_read()
457 ssize_t ret_cnt; in ath6kl_fwlog_block_read() local
504 ret_cnt = -EFAULT; in ath6kl_fwlog_block_read()
510 ret_cnt = len; in ath6kl_fwlog_block_read()
515 return ret_cnt; in ath6kl_fwlog_block_read()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.c161 ssize_t ret_cnt; in ath10k_read_wmi_services() local
191 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services()
196 return ret_cnt; in ath10k_read_wmi_services()
2165 ssize_t ret_cnt; in ath10k_debug_fw_checksums_read() local
2199 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_checksums_read()
2204 return ret_cnt; in ath10k_debug_fw_checksums_read()
/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()