Home
last modified time | relevance | path

Searched refs:numphys (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c958 HBA_UINT32 numphys = 0; in processHBAPortPhyInfo() local
965 numphys = port->PortSpecificAttribute.SASPort->NumberofPhys; in processHBAPortPhyInfo()
966 if (numphys == 0) in processHBAPortPhyInfo()
975 for (phyIndex = 0; phyIndex < numphys; phyIndex++) { in processHBAPortPhyInfo()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c860 uint8_t numphys = 0; in mptsas_iport_attach() local
969 numphys = 0; in mptsas_iport_attach()
972 numphys++; in mptsas_iport_attach()
990 MPTSAS_NUM_PHYS, numphys) != in mptsas_iport_attach()
1022 mptsas_smhba_set_all_phy_props(mpt, dip, numphys, phy_mask, in mptsas_iport_attach()
16223 uint8_t numphys = 0; in mptsas_online_smp() local
16362 numphys = ddi_prop_get_int(DDI_DEV_T_ANY, pdip, in mptsas_online_smp()
16364 if (numphys > 0) { in mptsas_online_smp()
16382 numphys = 0; in mptsas_online_smp()
16396 numphys++; in mptsas_online_smp()
[all …]