Searched refs:failed_slot (Results 1 – 2 of 2) sorted by relevance
4016 int failed_slot; in si_recover_portmult_errors() local4033 failed_slot = (port_status >> 16) & SI_NUM_SLOTS; in si_recover_portmult_errors()4038 si_portp->siport_err_tags_SDBERROR |= (0x1 << failed_slot); in si_recover_portmult_errors()4040 si_portp->siport_err_tags_nonSDBERROR |= (0x1 << failed_slot); in si_recover_portmult_errors()4066 failed_slot = (port_status >> 16) & SI_NUM_SLOTS; in si_recover_portmult_errors()4073 (0x1 << failed_slot); in si_recover_portmult_errors()4076 (0x1 << failed_slot); in si_recover_portmult_errors()4121 int failed_slot; in si_error_recovery_DEVICEERROR() local4134 failed_slot = (port_status >> 16) & SI_NUM_SLOTS; in si_error_recovery_DEVICEERROR()4135 si_portp->siport_err_tags_nonSDBERROR |= (0x1 << failed_slot); in si_error_recovery_DEVICEERROR()[all …]
7771 int failed_slot; in ahci_intr_fatal_error() local7820 failed_slot = (port_cmd_status & AHCI_CMD_STATUS_CCS) >> in ahci_intr_fatal_error()7822 failed_tags = 0x1 << failed_slot; in ahci_intr_fatal_error()7824 spkt = ahci_portp->ahciport_slot_pkts[failed_slot]; in ahci_intr_fatal_error()9052 int failed_slot; in ahci_get_rdlogext_data() local9119 failed_slot = ncq_err_page->ncq_tag; in ahci_get_rdlogext_data()9122 "failed slot %d", port, failed_slot); in ahci_get_rdlogext_data()9123 if (failed_slot & NQ) { in ahci_get_rdlogext_data()9129 failed_slot &= NCQ_TAG_MASK; in ahci_get_rdlogext_data()9130 spkt = ahci_portp->ahciport_slot_pkts[failed_slot]; in ahci_get_rdlogext_data()[all …]