Home
last modified time | relevance | path

Searched refs:attached_devhdl (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_smhba.c116 mpt->m_phy_info[i].smhba_info.attached_devhdl, in mptsas_smhba_show_phy_info()
127 uint8_t phy_id, uint16_t *attached_devhdl) in mptsas_smhba_create_phy_props() argument
144 if (pSmhba->attached_devhdl && (attached_devhdl != NULL)) in mptsas_smhba_create_phy_props()
145 *attached_devhdl = pSmhba->attached_devhdl; in mptsas_smhba_create_phy_props()
187 uint16_t *attached_devhdl) in mptsas_smhba_set_one_phy_props() argument
194 &mpt->m_phy_info[phy_id].smhba_info, phy_id, attached_devhdl); in mptsas_smhba_set_one_phy_props()
203 mptsas_phymask_t phy_mask, uint16_t *attached_devhdl) in mptsas_smhba_set_all_phy_props() argument
216 &mpt->m_phy_info[i].smhba_info, i, attached_devhdl); in mptsas_smhba_set_all_phy_props()
H A Dmptsas_impl.c1730 mpt->m_phy_info[i].attached_devhdl = in mptsas_sasiou_page_0_cb()
2165 mpt->m_phy_info[i].attached_devhdl = in mptsas_get_sas_io_unit_page_hndshk()
2491 uint16_t *owner_devhdl, *attached_devhdl; in mptsas_sasphypage_0_cb() local
2525 attached_devhdl = va_arg(ap, uint16_t *); in mptsas_sasphypage_0_cb()
2538 *attached_devhdl = in mptsas_sasphypage_0_cb()
2578 &info->attached_devhdl, &info->attached_phy_identify, in mptsas_get_sas_phy_page0()
H A Dmptsas.c845 uint16_t attached_devhdl = 0; in mptsas_iport_attach() local
1005 &attached_devhdl); in mptsas_iport_attach()
1009 MPI2_SAS_DEVICE_PGAD_FORM_MASK) | (uint32_t)attached_devhdl; in mptsas_iport_attach()
1016 attached_devhdl); in mptsas_iport_attach()
2235 if (mpt->m_phy_info[i].attached_devhdl == 0) in mptsas_iport_register()
2246 if (mpt->m_phy_info[j].attached_devhdl && in mptsas_iport_register()
6114 if (mpt->m_phy_info[i].attached_devhdl && in mptsas_physport_to_phymask()
6261 if (mpt->m_phy_info[i].attached_devhdl == 0) in mptsas_update_phymask()
6272 if (mpt->m_phy_info[j].attached_devhdl && in mptsas_update_phymask()
6505 uint16_t attached_devhdl; in mptsas_handle_topo_change() local
[all …]
/titanic_50/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_smhba.h68 uint8_t phy_nums, mptsas_phymask_t phy_mask, uint16_t *attached_devhdl);
70 uint8_t phy_id, uint16_t *attached_devhdl);
H A Dmptsas_var.h642 uint16_t attached_devhdl; member
664 uint16_t attached_devhdl; member
/titanic_50/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c215 if (mp->m_phy_info[i].attached_devhdl) { in display_ports()
219 mp->m_phy_info[i].attached_devhdl); in display_ports()