Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath6kl/
Ddebug.c306 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 …]
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Ddebug.c157 ssize_t ret_cnt; in ath10k_read_wmi_services() local
187 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services()
192 return ret_cnt; in ath10k_read_wmi_services()
2175 ssize_t ret_cnt; in ath10k_debug_fw_checksums_read() local
2209 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_checksums_read()
2214 return ret_cnt; in ath10k_debug_fw_checksums_read()
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_os.c4627 qla2x00_number_of_exch(scsi_qla_host_t *vha, u32 *ret_cnt, u16 max_cnt) in qla2x00_number_of_exch() argument
4631 *ret_cnt = FW_DEF_EXCHANGES_CNT; in qla2x00_number_of_exch()
4641 *ret_cnt = vha->ql2xiniexchg; in qla2x00_number_of_exch()
4650 *ret_cnt = vha->ql2xexchoffld; in qla2x00_number_of_exch()
4661 *ret_cnt = temp; in qla2x00_number_of_exch()