Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/soc/hisilicon/
Dkunpeng_hccs.c712 u64 *total_crc_err_cnt) in hccs_get_die_total_crc_err_cnt() argument
719 *total_crc_err_cnt = 0; in hccs_get_die_total_crc_err_cnt()
734 memcpy(total_crc_err_cnt, &desc.rsp.data, sizeof(u64)); in hccs_get_die_total_crc_err_cnt()
931 u64 total_crc_err_cnt; in crc_err_cnt_sum_on_die_show() local
935 ret = hccs_get_die_total_crc_err_cnt(hdev, die, &total_crc_err_cnt); in crc_err_cnt_sum_on_die_show()
940 return sysfs_emit(buf, "%llu\n", total_crc_err_cnt); in crc_err_cnt_sum_on_die_show()
1024 u64 crc_err_cnt, total_crc_err_cnt = 0; in crc_err_cnt_sum_on_chip_show() local
1039 total_crc_err_cnt += crc_err_cnt; in crc_err_cnt_sum_on_chip_show()
1043 return sysfs_emit(buf, "%llu\n", total_crc_err_cnt); in crc_err_cnt_sum_on_chip_show()