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

/illumos-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c4016 int failed_slot; local
4033 failed_slot = (port_status >> 16) & SI_NUM_SLOTS;
4038 si_portp->siport_err_tags_SDBERROR |= (0x1 << failed_slot);
4040 si_portp->siport_err_tags_nonSDBERROR |= (0x1 << failed_slot);
4066 failed_slot = (port_status >> 16) & SI_NUM_SLOTS;
4073 (0x1 << failed_slot);
4076 (0x1 << failed_slot);
4121 int failed_slot; local
4134 failed_slot = (port_status >> 16) & SI_NUM_SLOTS;
4135 si_portp->siport_err_tags_nonSDBERROR |= (0x1 << failed_slot);
4157 int failed_slot; local
4192 int failed_slot; local
4232 int failed_slot; local
4265 int failed_slot; local
[all...]
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c7771 int failed_slot; local
7820 failed_slot = (port_cmd_status & AHCI_CMD_STATUS_CCS) >>
7822 failed_tags = 0x1 << failed_slot;
7824 spkt = ahci_portp->ahciport_slot_pkts[failed_slot];
9052 int failed_slot; local
9119 failed_slot = ncq_err_page->ncq_tag;
9122 "failed slot %d", port, failed_slot);
9123 if (failed_slot & NQ) {
9129 failed_slot &= NCQ_TAG_MASK;
9130 spkt = ahci_portp->ahciport_slot_pkts[failed_slot];
9292 int failed_slot; local
[all...]

Completed in 80 milliseconds