Home
last modified time | relevance | path

Searched refs:physpeed (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/sasinfo/
H A DprintAttrs.c165 HBA_UINT32 physpeed[] = { in getPhyStateString() local
171 len = sizeof (physpeed) / sizeof (HBA_UINT32); in getPhyStateString()
173 if (key == physpeed[i]) { in getPhyStateString()
/titanic_50/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs.h325 physpeed : 3, member
/titanic_50/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c67 static int physpeed = PHY_LINK_ALL; variable
533 pwp->physpeed = ddi_prop_get_int(DDI_DEV_T_ANY, dip, in pmcs_attach()
534 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, "pmcs-physpeed", physpeed); in pmcs_attach()
H A Dpmcs_subr.c708 pwp->physpeed << PHY_LINK_SHIFT)) { in pmcs_start_phys()