Searched refs:pSmhba (Results 1 – 2 of 2) sorted by relevance
126 mptsas_smhba_create_phy_props(nvlist_t **phy_props, smhba_info_t *pSmhba, in mptsas_smhba_create_phy_props() argument132 (pSmhba->negotiated_link_rate & 0x0f)); in mptsas_smhba_create_phy_props()134 (pSmhba->negotiated_link_rate & 0x0f)); in mptsas_smhba_create_phy_props()136 (pSmhba->programmed_link_rate & 0x0f)); in mptsas_smhba_create_phy_props()138 (pSmhba->hw_link_rate & 0x0f)); in mptsas_smhba_create_phy_props()140 ((pSmhba->programmed_link_rate & 0xf0) >> 4)); in mptsas_smhba_create_phy_props()142 ((pSmhba->hw_link_rate & 0xf0) >> 4)); in mptsas_smhba_create_phy_props()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()
7108 smhba_info_t *pSmhba = NULL; in mptsas_handle_event_sync() local7396 pSmhba = &mpt->m_phy_info[i].smhba_info; in mptsas_handle_event_sync()7397 pSmhba->negotiated_link_rate = state; in mptsas_handle_event_sync()