Searched refs:err_record (Results 1 – 3 of 3) sorted by relevance
1050 struct hisi_sas_err_record_v1 *err_record = in slot_err_v1_hw() local1058 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()
2021 struct hisi_sas_err_record_v2 *err_record = in slot_err_v2_hw() local2023 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()
551 struct hisi_sas_err_record err_record; member