Searched refs:trans_tx_fail_type (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c291 __le32 trans_tx_fail_type; member in struct:hisi_sas_err_record_v1
1065 u32 trans_tx_fail_type = local
1066 le32_to_cpu(err_record->trans_tx_fail_type);
1078 } else if (trans_tx_fail_type) {
1080 error = ffs(trans_tx_fail_type)
H A Dhisi_sas_v2_hw.c396 __le32 trans_tx_fail_type; member in struct:hisi_sas_err_record_v2
2023 u32 trans_tx_fail_type = le32_to_cpu(err_record->trans_tx_fail_type); local
2040 trans_tx_fail_type);
2109 ts->residual = trans_tx_fail_type;
2235 ts->residual = trans_tx_fail_type;
H A Dhisi_sas_v3_hw.c483 __le32 trans_tx_fail_type; member in struct:hisi_sas_err_record_v3
2215 u32 trans_tx_fail_type = le32_to_cpu(record->trans_tx_fail_type); local
2232 ts->residual = trans_tx_fail_type;
2257 ts->residual = trans_tx_fail_type;

Completed in 157 milliseconds