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 D | mptsas_smhba.c | 117 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 D | mptsas_impl.c | 1749 mpt->m_phy_info[i].attached_devhdl = in mptsas_sasiou_page_0_cb() 2184 mpt->m_phy_info[i].attached_devhdl = in mptsas_get_sas_io_unit_page_hndshk() 2510 uint16_t *owner_devhdl, *attached_devhdl; in mptsas_sasphypage_0_cb() local 2544 attached_devhdl = va_arg(ap, uint16_t *); in mptsas_sasphypage_0_cb() 2557 *attached_devhdl = in mptsas_sasphypage_0_cb() 2597 &info->attached_devhdl, &info->attached_phy_identify, in mptsas_get_sas_phy_page0()
|
H A D | mptsas.c | 863 uint16_t attached_devhdl = 0; in mptsas_iport_attach() local 1023 &attached_devhdl); in mptsas_iport_attach() 1027 MPI2_SAS_DEVICE_PGAD_FORM_MASK) | (uint32_t)attached_devhdl; in mptsas_iport_attach() 1034 attached_devhdl); in mptsas_iport_attach() 2267 if (mpt->m_phy_info[i].attached_devhdl == 0) in mptsas_iport_register() 2278 if (mpt->m_phy_info[j].attached_devhdl && in mptsas_iport_register() 6202 if (mpt->m_phy_info[i].attached_devhdl && in mptsas_physport_to_phymask() 6349 if (mpt->m_phy_info[i].attached_devhdl == 0) in mptsas_update_phymask() 6360 if (mpt->m_phy_info[j].attached_devhdl && in mptsas_update_phymask() 6593 uint16_t attached_devhdl; in mptsas_handle_topo_change() local [all …]
|
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/ |
H A D | mptsas_smhba.h | 68 uint8_t phy_nums, mptsas_phymask_t phy_mask, uint16_t *attached_devhdl); 70 uint8_t phy_id, uint16_t *attached_devhdl);
|
H A D | mptsas_var.h | 644 uint16_t attached_devhdl; member 666 uint16_t attached_devhdl; member
|
/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() 220 mp->m_phy_info[i].attached_devhdl); in display_ports()
|