Searched defs:num_phys (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/scsi/smp/common/
H A Dsmp.c223 uint8_t num_phys = smp_target_get_number_of_phys(tp); local
243 pi_end = num_phys - 1;
245 ((int8_t)phy_id_req < 0) || (phy_id_req >= num_phys)) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c1689 int i, num_phys; local
1705 num_phys = ddi_get8(accessp, &sasioupage0->NumPhys);
1707 * ASSERT that the num_phys value in SAS IO Unit Page 0 is the same as
1711 ASSERT(num_phys == mpt->m_num_phys);
1712 for (i = 0; i < num_phys; i++) {
1758 int i, num_phys; local
1771 num_phys = ddi_get8(accessp, &sasioupage1->NumPhys);
1773 * ASSERT that the num_phys value in SAS IO Unit Page 1 is the same as
1777 ASSERT(num_phys == mpt->m_num_phys);
1778 for (i = 0; i < num_phys;
1934 int i, num_phys, start_phy = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_attach.c430 int num_phys = 0; local
1105 num_phys = pwp->nphy;
1107 &num_phys);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Dclc.h194 #define ELINK_SINGLE_MEDIA_DIRECT(params) (params->num_phys == 1)
196 #define ELINK_SINGLE_MEDIA(params) (params->num_phys == 2)
198 #define ELINK_DUAL_MEDIA(params) (params->num_phys == 3)
423 u8 num_phys; member in struct:elink_params

Completed in 74 milliseconds