Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c4016 int failed_slot; in si_recover_portmult_errors() local
4033 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() local
4134 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 …]
/titanic_41/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c7771 int failed_slot; in ahci_intr_fatal_error() local
7820 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() local
9119 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 …]