Home
last modified time | relevance | path

Searched refs:MPTSAS_MAX_PHYS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c1694 uint32_t cpdi[MPTSAS_MAX_PHYS], *retrypage0, *readpage1; in mptsas_sasiou_page_0_cb()
1766 uint32_t cpdi[MPTSAS_MAX_PHYS]; in mptsas_sasiou_page_1_cb()
1947 (sizeof (MPI2_SAS_IO_UNIT0_PHY_DATA) * (MPTSAS_MAX_PHYS - 1)); in mptsas_get_sas_io_unit_page_hndshk()
1950 (sizeof (MPI2_SAS_IO_UNIT1_PHY_DATA) * (MPTSAS_MAX_PHYS - 1)); in mptsas_get_sas_io_unit_page_hndshk()
1952 uint32_t cpdi[MPTSAS_MAX_PHYS]; in mptsas_get_sas_io_unit_page_hndshk()
2124 if (num_phys > MPTSAS_MAX_PHYS) { in mptsas_get_sas_io_unit_page_hndshk()
2129 MPTSAS_MAX_PHYS); in mptsas_get_sas_io_unit_page_hndshk()
2224 if (num_phys > MPTSAS_MAX_PHYS) { in mptsas_get_sas_io_unit_page_hndshk()
2229 MPTSAS_MAX_PHYS); in mptsas_get_sas_io_unit_page_hndshk()
H A Dmptsas_smhba.c111 for (i = 0; i < MPTSAS_MAX_PHYS; i++) { in mptsas_smhba_show_phy_info()
307 char phymask[MPTSAS_MAX_PHYS]; in mptsas_create_phy_stats()
H A Dmptsas.c853 char phymask[MPTSAS_MAX_PHYS]; in mptsas_iport_attach()
934 for (i = 0; i < MPTSAS_MAX_PHYS; i++) { in mptsas_iport_attach()
943 if (i == MPTSAS_MAX_PHYS) { in mptsas_iport_attach()
970 for (i = 0; i < MPTSAS_MAX_PHYS; i++) { in mptsas_iport_attach()
1039 for (i = 0; i < MPTSAS_MAX_PHYS; i++) { in mptsas_iport_attach()
1364 for (i = 0; i < MPTSAS_MAX_PHYS; i++) { in mptsas_attach()
2083 for (i = 0; i < MPTSAS_MAX_PHYS; i++) { in mptsas_do_detach()
2263 char phy_mask_name[MPTSAS_MAX_PHYS]; in mptsas_iport_register()
6144 for (i = 0; i < MPTSAS_MAX_PHYS; i++) { in mptsas_physport_to_phymask()
14158 ASSERT(phyid < MPTSAS_MAX_PHYS); in mptsas_parse_address()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h89 #define MPTSAS_MAX_PHYS 24 macro
903 mptsas_phy_info_t m_phy_info[MPTSAS_MAX_PHYS];
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c215 for (i = 0; i < MPTSAS_MAX_PHYS; i++) { in display_ports()