Home
last modified time | relevance | path

Searched refs:ret_cnt (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/
H A 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()
574 ssize_t ret_cnt; read_file_tgt_stats() local
712 ssize_t ret_cnt; read_file_credit_dist_stats() local
789 ssize_t ret_cnt; ath6kl_endpoint_stats_read() local
1170 ssize_t ret_cnt; ath6kl_roam_table_read() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/
H A 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()
574 ssize_t ret_cnt; read_file_tgt_stats() local
712 ssize_t ret_cnt; read_file_credit_dist_stats() local
789 ssize_t ret_cnt; ath6kl_endpoint_stats_read() local
1170 ssize_t ret_cnt; ath6kl_roam_table_read() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A 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()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Ddebug.c158 ssize_t ret_cnt; in ath10k_read_wmi_services() local
188 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_read_wmi_services()
193 return ret_cnt; in ath10k_read_wmi_services()
2176 ssize_t ret_cnt; in ath10k_debug_fw_checksums_read() local
2210 ret_cnt = simple_read_from_buffer(user_buf, count, ppos, buf, len); in ath10k_debug_fw_checksums_read()
2215 return ret_cnt; in ath10k_debug_fw_checksums_read()
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A Dqla_os.c4453 qla2x00_number_of_exch(scsi_qla_host_t *vha, u32 *ret_cnt, u16 max_cnt) in qla2x00_number_of_exch() argument
4457 *ret_cnt = FW_DEF_EXCHANGES_CNT; in qla2x00_number_of_exch()
4467 *ret_cnt = vha->ql2xiniexchg; in qla2x00_number_of_exch()
4476 *ret_cnt = vha->ql2xexchoffld; in qla2x00_number_of_exch()
4487 *ret_cnt = temp; in qla2x00_number_of_exch()
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_os.c4687 qla2x00_number_of_exch(scsi_qla_host_t *vha, u32 *ret_cnt, u16 max_cnt) in qla2x00_number_of_exch() argument
4691 *ret_cnt = FW_DEF_EXCHANGES_CNT; in qla2x00_number_of_exch()
4701 *ret_cnt = vha->ql2xiniexchg; in qla2x00_number_of_exch()
4710 *ret_cnt = vha->ql2xexchoffld; in qla2x00_number_of_exch()
4721 *ret_cnt = temp; in qla2x00_number_of_exch()

Completed in 29 milliseconds