Searched refs:m_phy_info (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas_smhba.c | 116 i, mpt->m_phy_info[i].smhba_info.owner_devhdl, in mptsas_smhba_show_phy_info() 117 mpt->m_phy_info[i].smhba_info.attached_devhdl, in mptsas_smhba_show_phy_info() 118 mpt->m_phy_info[i].smhba_info.attached_phy_identify, in mptsas_smhba_show_phy_info() 119 mpt->m_phy_info[i].smhba_info.programmed_link_rate, in mptsas_smhba_show_phy_info() 120 mpt->m_phy_info[i].smhba_info.hw_link_rate, in mptsas_smhba_show_phy_info() 121 mpt->m_phy_info[i].smhba_info.negotiated_link_rate, in mptsas_smhba_show_phy_info() 122 mpt->m_phy_info[i].smhba_info.path); in mptsas_smhba_show_phy_info() 195 &mpt->m_phy_info[phy_id].smhba_info, phy_id, attached_devhdl); in mptsas_smhba_set_one_phy_props() 215 if (phy_mask == mpt->m_phy_info[i].phy_mask) in mptsas_smhba_set_all_phy_props() 217 &mpt->m_phy_info[i].smhba_info, i, attached_devhdl); in mptsas_smhba_set_all_phy_props() [all …]
|
H A D | mptsas_impl.c | 1743 mpt->m_phy_info[i].port_num = in mptsas_sasiou_page_0_cb() 1746 mpt->m_phy_info[i].ctrl_devhdl = in mptsas_sasiou_page_0_cb() 1749 mpt->m_phy_info[i].attached_devhdl = in mptsas_sasiou_page_0_cb() 1752 mpt->m_phy_info[i].phy_device_type = cpdi[i]; in mptsas_sasiou_page_0_cb() 1753 mpt->m_phy_info[i].port_flags = port_flags; in mptsas_sasiou_page_0_cb() 1811 mpt->m_phy_info[i].port_num = in mptsas_sasiou_page_1_cb() 1814 mpt->m_phy_info[i].port_flags = port_flags; in mptsas_sasiou_page_1_cb() 1815 mpt->m_phy_info[i].phy_device_type = cpdi[i]; in mptsas_sasiou_page_1_cb() 2178 mpt->m_phy_info[i].port_num = in mptsas_get_sas_io_unit_page_hndshk() 2181 mpt->m_phy_info[i].ctrl_devhdl = in mptsas_get_sas_io_unit_page_hndshk() [all …]
|
H A D | mptsas.c | 937 "%x", mpt->m_phy_info[i].phy_mask); in mptsas_iport_attach() 950 phy_mask = mpt->m_phy_info[i].phy_mask; in mptsas_iport_attach() 952 if (mpt->m_phy_info[i].port_flags & AUTO_PORT_CONFIGURATION) in mptsas_iport_attach() 1041 (void) sprintf(phymask, "%x", mpt->m_phy_info[i].phy_mask); in mptsas_iport_attach() 1043 (void) sprintf(&mpt->m_phy_info[i].smhba_info.path[0], in mptsas_iport_attach() 1045 mpt->m_phy_info[i].phy_mask); in mptsas_iport_attach() 1366 mutex_init(&mpt->m_phy_info[i].smhba_info.phy_mutex, in mptsas_attach() 1665 &mpt->m_phy_info[i].smhba_info.phy_mutex); in mptsas_attach() 2085 mutex_destroy(&mpt->m_phy_info[i].smhba_info.phy_mutex); in mptsas_do_detach() 2267 if (mpt->m_phy_info[i].attached_devhdl == 0) in mptsas_iport_register() [all …]
|
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/ |
H A D | mpt_sas.c | 216 if (mp->m_phy_info[i].attached_devhdl) { in display_ports() 218 "attached_devhdl %x\n", i, mp->m_phy_info[i].port_num, in display_ports() 219 mp->m_phy_info[i].phy_mask, in display_ports() 220 mp->m_phy_info[i].attached_devhdl); in display_ports()
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_var.h | 903 mptsas_phy_info_t m_phy_info[MPTSAS_MAX_PHYS]; member
|