Searched refs:SAS (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt135 * 06-04-07 02.00.01 Added defines for SAS IO Unit Page 2 PhyFlags.
150 * Added new value for AccessStatus field of SAS Device
161 * Added SAS Device IDs.
170 * Added SAS Port Page 0.
182 * Added new bit to AdditionalControlFlags of SAS IO Unit
193 * Added three new DiscoveryStatus bits for SAS IO Unit
194 * Page 0 and SAS Expander Page 0.
195 * Removed multiplexing information from SAS IO Unit pages.
196 * Added BootDeviceWaitTime field to SAS IO Unit Page 4.
199 * Added two new AccessStatus values to SAS Devic
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chicago/frutree/
H A Dpiclfrutree.info135 * SAS/SATA Backplane
137 NODE SAS-BP fru
163 name:/frutree/chassis/SAS-BP/HDD0
166 name:/frutree/chassis/SAS-BP/HDD1
169 name:/frutree/chassis/SAS-BP/HDD2
172 name:/frutree/chassis/SAS-BP/HDD3
H A Dsystem-board.info468 name:/frutree/chassis/SAS-BP/HDD0/disk
476 REFPROP _fru_parent name:/frutree/chassis/SAS-BP/HDD0/disk
479 REFPROP _fru_parent name:/frutree/chassis/SAS-BP/HDD0/disk
481 name:/frutree/chassis/SAS-BP/HDD1/disk
489 REFPROP _fru_parent name:/frutree/chassis/SAS-BP/HDD1/disk
492 REFPROP _fru_parent name:/frutree/chassis/SAS-BP/HDD1/disk
494 name:/frutree/chassis/SAS-BP/HDD2/disk
502 REFPROP _fru_parent name:/frutree/chassis/SAS-BP/HDD2/disk
505 REFPROP _fru_parent name:/frutree/chassis/SAS-BP/HDD2/disk
507 name:/frutree/chassis/SAS
[all...]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h33 SAS, /* direct or indirect SAS connection */ enumerator in enum:__anon8949
49 * If it is a direct SAS connection, it will describe a SAS
115 uint8_t sas_address[8]; /* SAS address for this PHY */
422 (((pptr)->dtype == SAS)? "SAS" : "EXPANDER")))
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_intr.c78 * Map the link rate reported in the event to the SAS link rate value
188 * Some SATA and SAS commands are run in "WAIT" mode.
371 "PortID 0x%x: PHY 0x%x SAS LINK UP IS FOR "
430 "PortID 0x%x: PHY 0x%x SAS LINK UP WIDENS PORT "
442 "PortID 0x%x: SAS PHY 0x%x UP HITS EXISTING "
450 "SAS link up on phy 0x%x, "
465 pptr->pend_dtype = SAS;
466 pptr->dtype = SAS;
482 * If this is a direct-attached SAS drive, do the spinup
485 if (pptr->dtype == SAS) {
[all...]
H A Dpmcs_subr.c38 * SAS Topology Configuration
1909 if (pptr->dtype == SAS) {
2502 * have the same number of phys and the same SAS address. Mark them,
2506 * them marked changed to be configured later (picking up a new SAS
2508 * SAS address or removal of target role will cause us to mark them
2902 case SAS:
2916 * Validate the PHY's SAS address
2920 "PHY 0x%p (%s) has invalid SAS address; "
2965 * If the changed device is a SAS device, add a SAS devic
[all...]
H A Dpmcs_scsa.c258 if (tgt->dtype != SAS && tgt->dtype != SATA) {
691 if (pptr->dtype == SAS) {
1639 if (xp->dtype == SAS) {
1839 * Run a SAS command. Called with pwrk->lock held, returns unlocked.
1969 pmcs_print_entry(pwp, PMCS_PRT_DEBUG3, "SAS INI Message", ptr);
1999 * Complete a SAS command
2090 pmcs_ioerror(pwp, SAS, pwrk, msg, sts);
2117 "Bad SAS RESPONSE DATA LENGTH",
2192 "illegal SAS response", msg);
H A Dpmcs_attach.c1747 * If so, use that and override the SAS address we were
1754 "%s: %s has SAS ADDRESS " SAS_ADDR_FMT,
1778 case SAS:
2785 case SAS:
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c486 mdb_printf("SAS address: ");
490 case SAS:
491 mdb_printf("%4s", "SAS");
512 mdb_printf("Unconfigured target SAS address:\n\n");
684 mdb_printf("SAS WWID: %"PRIx64"\n", m.sas_wwns[0]);
735 mdb_printf("VTGT %-16s %-16s %-5s %4s %6s %s", "SAS Address",
765 case SAS:
766 dtype = "SAS";
838 mdb_printf("%19s %d (%d SAS + %d SATA + %d SMP)\n",
1265 return ("SAS");
[all...]

Completed in 78 milliseconds