Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/mpt3sas/
Dmpt3sas_transport.c1032 mpt3sas_phy->attached_handle = le16_to_cpu(phy_pg0.AttachedDevHandle); in mpt3sas_transport_add_host_phy()
1033 if (mpt3sas_phy->attached_handle) in mpt3sas_transport_add_host_phy()
1034 _transport_set_identify(ioc, mpt3sas_phy->attached_handle, in mpt3sas_transport_add_host_phy()
1061 mpt3sas_phy->attached_handle, in mpt3sas_transport_add_host_phy()
1101 mpt3sas_phy->attached_handle = in mpt3sas_transport_add_expander_phy()
1103 if (mpt3sas_phy->attached_handle) in mpt3sas_transport_add_expander_phy()
1104 _transport_set_identify(ioc, mpt3sas_phy->attached_handle, in mpt3sas_transport_add_expander_phy()
1132 mpt3sas_phy->attached_handle, in mpt3sas_transport_add_expander_phy()
1172 mpt3sas_phy->attached_handle = handle; in mpt3sas_transport_update_links()
Dmpt3sas_scsih.c5933 u16 attached_handle; in _scsih_update_vphys_after_reset() local
6006 attached_handle = le16_to_cpu( in _scsih_update_vphys_after_reset()
6008 if (_scsih_get_sas_address(ioc, attached_handle, in _scsih_update_vphys_after_reset()
6132 u16 attached_handle; in _scsih_get_port_table_after_reset() local
6156 attached_handle = in _scsih_get_port_table_after_reset()
6159 ioc, attached_handle, &attached_sas_addr) != 0) { in _scsih_get_port_table_after_reset()
6561 u16 attached_handle; in _scsih_sas_host_refresh() local
6654 attached_handle = le16_to_cpu(sas_iounit_pg0->PhyData[i]. in _scsih_sas_host_refresh()
6656 if (attached_handle && link_rate < MPI2_SAS_NEG_LINK_RATE_1_5) in _scsih_sas_host_refresh()
6661 attached_handle, i, link_rate, in _scsih_sas_host_refresh()
Dmpt3sas_base.h786 u16 attached_handle; member