Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_smhba.c192 ASSERT(phy_id < mpt->m_num_phys); in mptsas_smhba_set_one_phy_props()
214 for (i = 0, j = 0; i < mpt->m_num_phys && j < phy_nums; i++) in mptsas_smhba_set_all_phy_props()
313 for (i = 0; i < mpt->m_num_phys; i++) { in mptsas_create_phy_stats()
431 for (i = 0; i < mpt->m_num_phys; i++) { in mptsas_destroy_phy_stats()
455 for (i = 0; i < mpt->m_num_phys; i++) { in mptsas_smhba_phy_init()
506 &(mpt->m_num_phys)); in mptsas_smhba_setup()
H A Dmptsas_impl.c1717 ASSERT3U(num_phys, >=, mpt->m_num_phys); in mptsas_sasiou_page_0_cb()
1718 num_phys = mpt->m_num_phys; in mptsas_sasiou_page_0_cb()
1787 num_phys = mpt->m_num_phys; in mptsas_sasiou_page_1_cb()
2133 if (num_phys > mpt->m_num_phys) { in mptsas_get_sas_io_unit_page_hndshk()
2140 mpt->m_num_phys, mpt->m_num_phys); in mptsas_get_sas_io_unit_page_hndshk()
2141 num_phys = mpt->m_num_phys; in mptsas_get_sas_io_unit_page_hndshk()
2149 mpt->m_num_phys); in mptsas_get_sas_io_unit_page_hndshk()
2233 if (num_phys > mpt->m_num_phys) { in mptsas_get_sas_io_unit_page_hndshk()
2240 mpt->m_num_phys, mpt->m_num_phys); in mptsas_get_sas_io_unit_page_hndshk()
2241 num_phys = mpt->m_num_phys; in mptsas_get_sas_io_unit_page_hndshk()
[all …]
H A Dmptsas.c2261 for (i = 0; i < mpt->m_num_phys; i++) { in mptsas_iport_register()
2276 for (j = 0; j < mpt->m_num_phys; j++) { in mptsas_iport_register()
2284 for (j = 0; j < mpt->m_num_phys; j++) { in mptsas_iport_register()
6289 for (i = 0; i < mpt->m_num_phys; i++) { in mptsas_update_phymask()
6302 for (j = 0; j < mpt->m_num_phys; j++) { in mptsas_update_phymask()
6310 for (j = 0; j < mpt->m_num_phys; j++) { in mptsas_update_phymask()
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c674 "0x%04x 0x%04x ", mp->un.m_base_wwid, mp->m_num_phys, in display_deviceinfo()
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h902 uint8_t m_num_phys; /* # of PHYs */ member