Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_smhba.c117 mpt->m_phy_info[i].smhba_info.attached_devhdl, in mptsas_smhba_show_phy_info()
128 uint8_t phy_id, uint16_t *attached_devhdl) in mptsas_smhba_create_phy_props() argument
145 if (pSmhba->attached_devhdl && (attached_devhdl != NULL)) in mptsas_smhba_create_phy_props()
146 *attached_devhdl = pSmhba->attached_devhdl; in mptsas_smhba_create_phy_props()
188 uint16_t *attached_devhdl) in mptsas_smhba_set_one_phy_props() argument
195 &mpt->m_phy_info[phy_id].smhba_info, phy_id, attached_devhdl); in mptsas_smhba_set_one_phy_props()
204 mptsas_phymask_t phy_mask, uint16_t *attached_devhdl) in mptsas_smhba_set_all_phy_props() argument
217 &mpt->m_phy_info[i].smhba_info, i, attached_devhdl); in mptsas_smhba_set_all_phy_props()
H A Dmptsas_impl.c1731 mpt->m_phy_info[i].attached_devhdl = in mptsas_sasiou_page_0_cb()
2166 mpt->m_phy_info[i].attached_devhdl = in mptsas_get_sas_io_unit_page_hndshk()
2492 uint16_t *owner_devhdl, *attached_devhdl; in mptsas_sasphypage_0_cb() local
2526 attached_devhdl = va_arg(ap, uint16_t *); in mptsas_sasphypage_0_cb()
2539 *attached_devhdl = in mptsas_sasphypage_0_cb()
2579 &info->attached_devhdl, &info->attached_phy_identify, in mptsas_get_sas_phy_page0()
H A Dmptsas.c863 uint16_t attached_devhdl = 0; in mptsas_iport_attach() local
1023 &attached_devhdl); in mptsas_iport_attach()
1034 attached_devhdl); in mptsas_iport_attach()
2266 if (mpt->m_phy_info[i].attached_devhdl == 0) in mptsas_iport_register()
2277 if (mpt->m_phy_info[j].attached_devhdl && in mptsas_iport_register()
6145 if (mpt->m_phy_info[i].attached_devhdl && in mptsas_physport_to_phymask()
6292 if (mpt->m_phy_info[i].attached_devhdl == 0) in mptsas_update_phymask()
6303 if (mpt->m_phy_info[j].attached_devhdl && in mptsas_update_phymask()
6536 uint16_t attached_devhdl; in mptsas_handle_topo_change() local
16228 uint16_t attached_devhdl; in mptsas_online_smp() local
[all …]
/illumos-gate/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.h644 uint16_t attached_devhdl; member
666 uint16_t attached_devhdl; member
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c216 if (mp->m_phy_info[i].attached_devhdl) { in display_ports()
220 mp->m_phy_info[i].attached_devhdl); in display_ports()