Home
last modified time | relevance | path

Searched refs:smhba_info (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_smhba.c116 i, mpt->m_phy_info[i].smhba_info.owner_devhdl, in mptsas_smhba_show_phy_info()
117 mpt->m_phy_info[i].smhba_info.attached_devhdl, in mptsas_smhba_show_phy_info()
119 mpt->m_phy_info[i].smhba_info.programmed_link_rate, in mptsas_smhba_show_phy_info()
120 mpt->m_phy_info[i].smhba_info.hw_link_rate, in mptsas_smhba_show_phy_info()
122 mpt->m_phy_info[i].smhba_info.path); in mptsas_smhba_show_phy_info()
319 phyp = &mpt->m_phy_info[i].smhba_info; in mptsas_create_phy_stats()
432 phyp = &mpt->m_phy_info[i].smhba_info; in mptsas_destroy_phy_stats()
460 page_address, &mpt->m_phy_info[i].smhba_info); in mptsas_smhba_phy_init()
467 mpt->m_phy_info[i].smhba_info.phy_id = (uint8_t)i; in mptsas_smhba_phy_init()
468 mpt->m_phy_info[i].smhba_info.sas_addr = in mptsas_smhba_phy_init()
[all …]
H A Dmptsas.c7426 pSmhba = &mpt->m_phy_info[i].smhba_info; in mptsas_handle_event_sync()
7434 &mpt->m_phy_info[i].smhba_info); in mptsas_handle_event_sync()
7435 mpt->m_phy_info[i].smhba_info. in mptsas_handle_event_sync()
7445 &mpt->m_phy_info[i].smhba_info); in mptsas_handle_event_sync()
7465 &mpt->m_phy_info[i].smhba_info); in mptsas_handle_event_sync()
7477 &mpt->m_phy_info[i].smhba_info); in mptsas_handle_event_sync()
7489 &mpt->m_phy_info[i].smhba_info); in mptsas_handle_event_sync()
7501 &mpt->m_phy_info[i].smhba_info); in mptsas_handle_event_sync()
8086 &mpt->m_phy_info[phy_num].smhba_info); in mptsas_handle_event()
8092 &mpt->m_phy_info[phy_num].smhba_info); in mptsas_handle_event()
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/
H A Dmptsas_var.h638 typedef struct smhba_info { struct
668 smhba_info_t smhba_info; argument