Searched refs:EXPANDER (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_smhba.c149 if (pphy->dtype == EXPANDER) {
158 if (pptr->dtype != EXPANDER) {
H A Dpmcs_subr.c756 } else if ((level == 0) && (pptr->dtype == EXPANDER)) {
2906 case EXPANDER:
2967 * If the changed device is an EXPANDER device, do a REPORT
3028 case EXPANDER:
3093 if (parent->dtype == EXPANDER && parent->level) {
3108 if (pptr->dtype == EXPANDER && pptr->level) {
3174 if ((phyp->dtype != EXPANDER) && phyp->dead) {
3378 case EXPANDER:
3430 * This is known by checking this level for another EXPANDER device
3472 if (ctmp->dtype == EXPANDER
[all...]
H A Dpmcs_intr.c470 pptr->pend_dtype = EXPANDER;
471 pptr->dtype = EXPANDER;
H A Dpmcs_attach.c1781 case EXPANDER:
2786 case EXPANDER:
H A Dpmcs_scsa.c1053 if (pptr == NULL || pptr->dtype != EXPANDER) {
1084 pwrk->dtype = EXPANDER;
3295 if (phyp->dtype == EXPANDER) {
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_def.h34 EXPANDER, /* connection to an expander */ enumerator in enum:__anon8949
52 * If it is an EXPANDER, this will describe the edge of an expander.
53 * As we perform discovery on what is in an EXPANDER we define an
422 (((pptr)->dtype == SAS)? "SAS" : "EXPANDER")))
/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c496 case EXPANDER:
769 case EXPANDER:
1298 return ("BROADCAST EXPANDER");
1971 case EXPANDER:
1981 } else if ((phy.dtype == EXPANDER) && phy.configured) {
2080 case EXPANDER:

Completed in 129 milliseconds