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

/opensolaris-onvv-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c4001 int failed_slot; local
4018 failed_slot = (port_status >> 16) & SI_NUM_SLOTS;
4023 si_portp->siport_err_tags_SDBERROR |= (0x1 << failed_slot);
4025 si_portp->siport_err_tags_nonSDBERROR |= (0x1 << failed_slot);
4051 failed_slot = (port_status >> 16) & SI_NUM_SLOTS;
4058 (0x1 << failed_slot);
4061 (0x1 << failed_slot);
4106 int failed_slot; local
4119 failed_slot = (port_status >> 16) & SI_NUM_SLOTS;
4120 si_portp->siport_err_tags_nonSDBERROR |= (0x1 << failed_slot);
4142 int failed_slot; local
4177 int failed_slot; local
4217 int failed_slot; local
4250 int failed_slot; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c7779 int failed_slot; local
7828 failed_slot = (port_cmd_status & AHCI_CMD_STATUS_CCS) >>
7830 failed_tags = 0x1 << failed_slot;
7832 spkt = ahci_portp->ahciport_slot_pkts[failed_slot];
9063 int failed_slot; local
9130 failed_slot = ncq_err_page->ncq_tag;
9133 "failed slot %d", port, failed_slot);
9134 if (failed_slot & NQ) {
9140 failed_slot &= NCQ_TAG_MASK;
9141 spkt = ahci_portp->ahciport_slot_pkts[failed_slot];
9305 int failed_slot; local
[all...]

Completed in 69 milliseconds