Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c4008 int failed_slot; in si_recover_portmult_errors() local
4025 failed_slot = (port_status >> 16) & SI_NUM_SLOTS; in si_recover_portmult_errors()
4030 si_portp->siport_err_tags_SDBERROR |= (0x1 << failed_slot); in si_recover_portmult_errors()
4032 si_portp->siport_err_tags_nonSDBERROR |= (0x1 << failed_slot); in si_recover_portmult_errors()
4058 failed_slot = (port_status >> 16) & SI_NUM_SLOTS; in si_recover_portmult_errors()
4065 (0x1 << failed_slot); in si_recover_portmult_errors()
4068 (0x1 << failed_slot); in si_recover_portmult_errors()
4113 int failed_slot; in si_error_recovery_DEVICEERROR() local
4126 failed_slot = (port_status >> 16) & SI_NUM_SLOTS; in si_error_recovery_DEVICEERROR()
4127 si_portp->siport_err_tags_nonSDBERROR |= (0x1 << failed_slot); in si_error_recovery_DEVICEERROR()
[all …]
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c7875 int failed_slot; in ahci_intr_fatal_error() local
7924 failed_slot = (port_cmd_status & AHCI_CMD_STATUS_CCS) >> in ahci_intr_fatal_error()
7926 failed_tags = 0x1 << failed_slot; in ahci_intr_fatal_error()
7928 spkt = ahci_portp->ahciport_slot_pkts[failed_slot]; in ahci_intr_fatal_error()
9156 int failed_slot; in ahci_get_rdlogext_data() local
9223 failed_slot = ncq_err_page->ncq_tag; in ahci_get_rdlogext_data()
9226 "failed slot %d", port, failed_slot); in ahci_get_rdlogext_data()
9227 if (failed_slot & NQ) { in ahci_get_rdlogext_data()
9233 failed_slot &= NCQ_TAG_MASK; in ahci_get_rdlogext_data()
9234 spkt = ahci_portp->ahciport_slot_pkts[failed_slot]; in ahci_get_rdlogext_data()
[all …]