Home
last modified time | relevance | path

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

/linux-6.15/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c884 u64 *total_crc_err_cnt) in hccs_get_die_total_crc_err_cnt() argument
891 *total_crc_err_cnt = 0; in hccs_get_die_total_crc_err_cnt()
906 memcpy(total_crc_err_cnt, &desc.rsp.data, sizeof(u64)); in hccs_get_die_total_crc_err_cnt()
1103 u64 total_crc_err_cnt; in crc_err_cnt_sum_on_die_show() local
1107 ret = hccs_get_die_total_crc_err_cnt(hdev, die, &total_crc_err_cnt); in crc_err_cnt_sum_on_die_show()
1112 return sysfs_emit(buf, "%llu\n", total_crc_err_cnt); in crc_err_cnt_sum_on_die_show()
1196 u64 crc_err_cnt, total_crc_err_cnt = 0; in crc_err_cnt_sum_on_chip_show() local
1211 total_crc_err_cnt += crc_err_cnt; in crc_err_cnt_sum_on_chip_show()
1215 return sysfs_emit(buf, "%llu\n", total_crc_err_cnt); in crc_err_cnt_sum_on_chip_show()