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

/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.h634 uint16_t attached_devhdl; member in struct:smhba_info
656 uint16_t attached_devhdl; member in struct:mptsas_phy_info
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_smhba.c116 mpt->m_phy_info[i].smhba_info.attached_devhdl,
127 uint8_t phy_id, uint16_t *attached_devhdl)
144 if (pSmhba->attached_devhdl && (attached_devhdl != NULL))
145 *attached_devhdl = pSmhba->attached_devhdl;
187 uint16_t *attached_devhdl)
194 &mpt->m_phy_info[phy_id].smhba_info, phy_id, attached_devhdl);
203 mptsas_phymask_t phy_mask, uint16_t *attached_devhdl)
216 &mpt->m_phy_info[i].smhba_info, i, attached_devhdl);
126 mptsas_smhba_create_phy_props(nvlist_t **phy_props, smhba_info_t *pSmhba, uint8_t phy_id, uint16_t *attached_devhdl) argument
186 mptsas_smhba_set_one_phy_props(mptsas_t *mpt, dev_info_t *dip, uint8_t phy_id, uint16_t *attached_devhdl) argument
202 mptsas_smhba_set_all_phy_props(mptsas_t *mpt, dev_info_t *dip, uint8_t phy_nums, mptsas_phymask_t phy_mask, uint16_t *attached_devhdl) argument
[all...]
H A Dmptsas_impl.c1724 mpt->m_phy_info[i].attached_devhdl =
2126 mpt->m_phy_info[i].attached_devhdl =
2431 uint16_t *owner_devhdl, *attached_devhdl; local
2465 attached_devhdl = va_arg(ap, uint16_t *);
2478 *attached_devhdl =
2518 &info->attached_devhdl, &info->attached_phy_identify,
H A Dmptsas.c853 uint16_t attached_devhdl = 0; local
1013 &attached_devhdl);
1017 MPI2_SAS_DEVICE_PGAD_FORM_MASK) | (uint32_t)attached_devhdl;
1024 attached_devhdl);
2231 if (mpt->m_phy_info[i].attached_devhdl == 0)
2242 if (mpt->m_phy_info[j].attached_devhdl &&
6011 if (mpt->m_phy_info[i].attached_devhdl &&
6083 if (mpt->m_phy_info[i].attached_devhdl == 0)
6094 if (mpt->m_phy_info[j].attached_devhdl &&
6325 uint16_t attached_devhdl; local
15785 uint16_t attached_devhdl; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/mpt_sas/
H A Dmpt_sas.c215 if (mp->m_phy_info[i].attached_devhdl) {
217 "attached_devhdl %x\n", i, mp->m_phy_info[i].port_num,
219 mp->m_phy_info[i].attached_devhdl);

Completed in 95 milliseconds