Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_smhba.c191 ASSERT(phy_id < mpt->m_num_phys); in mptsas_smhba_set_one_phy_props()
213 for (i = 0, j = 0; i < mpt->m_num_phys && j < phy_nums; i++) in mptsas_smhba_set_all_phy_props()
312 for (i = 0; i < mpt->m_num_phys; i++) { in mptsas_create_phy_stats()
430 for (i = 0; i < mpt->m_num_phys; i++) { in mptsas_destroy_phy_stats()
454 for (i = 0; i < mpt->m_num_phys; i++) { in mptsas_smhba_phy_init()
505 &(mpt->m_num_phys)); in mptsas_smhba_setup()
H A Dmptsas_impl.c1716 ASSERT3U(num_phys, >=, mpt->m_num_phys); in mptsas_sasiou_page_0_cb()
1717 num_phys = mpt->m_num_phys; in mptsas_sasiou_page_0_cb()
1785 ASSERT3U(num_phys, >=, mpt->m_num_phys); in mptsas_sasiou_page_1_cb()
1786 num_phys = mpt->m_num_phys; in mptsas_sasiou_page_1_cb()
2132 if (num_phys > mpt->m_num_phys) { in mptsas_get_sas_io_unit_page_hndshk()
2139 mpt->m_num_phys, mpt->m_num_phys); in mptsas_get_sas_io_unit_page_hndshk()
2140 num_phys = mpt->m_num_phys; in mptsas_get_sas_io_unit_page_hndshk()
2141 } else if (num_phys < mpt->m_num_phys) { in mptsas_get_sas_io_unit_page_hndshk()
2148 mpt->m_num_phys); in mptsas_get_sas_io_unit_page_hndshk()
2232 if (num_phys > mpt->m_num_phys) { in mptsas_get_sas_io_unit_page_hndshk()
[all …]
H A Dmptsas.c2230 for (i = 0; i < mpt->m_num_phys; i++) { in mptsas_iport_register()
2245 for (j = 0; j < mpt->m_num_phys; j++) { in mptsas_iport_register()
2253 for (j = 0; j < mpt->m_num_phys; j++) { in mptsas_iport_register()
6258 for (i = 0; i < mpt->m_num_phys; i++) { in mptsas_update_phymask()
6271 for (j = 0; j < mpt->m_num_phys; j++) { in mptsas_update_phymask()
6279 for (j = 0; j < mpt->m_num_phys; j++) { in mptsas_update_phymask()
/titanic_50/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c673 "0x%04x 0x%04x ", mp->un.m_base_wwid, mp->m_num_phys, in display_deviceinfo()
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h900 uint8_t m_num_phys; /* # of PHYs */ member