Home
last modified time | relevance | path

Searched refs:pSmhba (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_smhba.c127 mptsas_smhba_create_phy_props(nvlist_t **phy_props, smhba_info_t *pSmhba, in mptsas_smhba_create_phy_props() argument
133 (pSmhba->negotiated_link_rate & 0x0f)); in mptsas_smhba_create_phy_props()
135 (pSmhba->negotiated_link_rate & 0x0f)); in mptsas_smhba_create_phy_props()
137 (pSmhba->programmed_link_rate & 0x0f)); in mptsas_smhba_create_phy_props()
139 (pSmhba->hw_link_rate & 0x0f)); in mptsas_smhba_create_phy_props()
141 ((pSmhba->programmed_link_rate & 0xf0) >> 4)); in mptsas_smhba_create_phy_props()
143 ((pSmhba->hw_link_rate & 0xf0) >> 4)); in mptsas_smhba_create_phy_props()
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()
H A Dmptsas.c7195 smhba_info_t *pSmhba = NULL; in mptsas_handle_event_sync() local
7483 pSmhba = &mpt->m_phy_info[i].smhba_info; in mptsas_handle_event_sync()
7484 pSmhba->negotiated_link_rate = state; in mptsas_handle_event_sync()