Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c1050 struct hisi_sas_err_record_v1 *err_record = in slot_err_v1_hw() local
1058 u32 dma_err_type = le32_to_cpu(err_record->dma_err_type); in slot_err_v1_hw()
1066 le32_to_cpu(err_record->trans_tx_fail_type); in slot_err_v1_hw()
1068 le32_to_cpu(err_record->trans_rx_fail_type); in slot_err_v1_hw()
H A Dhisi_sas_v2_hw.c2021 struct hisi_sas_err_record_v2 *err_record = in slot_err_v2_hw() local
2023 u32 trans_tx_fail_type = le32_to_cpu(err_record->trans_tx_fail_type); in slot_err_v2_hw()
2024 u32 trans_rx_fail_type = le32_to_cpu(err_record->trans_rx_fail_type); in slot_err_v2_hw()
2025 u16 dma_tx_err_type = le16_to_cpu(err_record->dma_tx_err_type); in slot_err_v2_hw()
2026 u16 sipc_rx_err_type = le16_to_cpu(err_record->sipc_rx_err_type); in slot_err_v2_hw()
2027 u32 dma_rx_err_type = le32_to_cpu(err_record->dma_rx_err_type); in slot_err_v2_hw()
H A Dhisi_sas.h552 struct hisi_sas_err_record err_record; member