Searched refs:attached_handle (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/drivers/scsi/mpi3mr/ |
D | mpi3mr_transport.c | 887 mr_sas_phy->attached_handle = le16_to_cpu(phy_pg0.attached_dev_handle); in mpi3mr_add_host_phy() 888 if (mr_sas_phy->attached_handle) in mpi3mr_add_host_phy() 889 mpi3mr_set_identify(mrioc, mr_sas_phy->attached_handle, in mpi3mr_add_host_phy() 918 mr_sas_phy->attached_handle, in mpi3mr_add_host_phy() 957 mr_sas_phy->attached_handle = in mpi3mr_add_expander_phy() 959 if (mr_sas_phy->attached_handle) in mpi3mr_add_expander_phy() 960 mpi3mr_set_identify(mrioc, mr_sas_phy->attached_handle, in mpi3mr_add_expander_phy() 989 mr_sas_phy->attached_handle, in mpi3mr_add_expander_phy() 1075 mr_sas_phy->attached_handle = handle; in mpi3mr_update_links() 1116 u16 sz, port_id, attached_handle; in mpi3mr_sas_host_refresh() local [all …]
|
D | mpi3mr.h | 531 u16 attached_handle; member
|
/Linux-v6.1/drivers/scsi/mpt3sas/ |
D | mpt3sas_transport.c | 1032 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()
|
D | mpt3sas_scsih.c | 5946 u16 attached_handle; in _scsih_update_vphys_after_reset() local 6019 attached_handle = le16_to_cpu( in _scsih_update_vphys_after_reset() 6021 if (_scsih_get_sas_address(ioc, attached_handle, in _scsih_update_vphys_after_reset() 6145 u16 attached_handle; in _scsih_get_port_table_after_reset() local 6169 attached_handle = in _scsih_get_port_table_after_reset() 6172 ioc, attached_handle, &attached_sas_addr) != 0) { in _scsih_get_port_table_after_reset() 6574 u16 attached_handle; in _scsih_sas_host_refresh() local 6667 attached_handle = le16_to_cpu(sas_iounit_pg0->PhyData[i]. in _scsih_sas_host_refresh() 6669 if (attached_handle && link_rate < MPI2_SAS_NEG_LINK_RATE_1_5) in _scsih_sas_host_refresh() 6674 attached_handle, i, link_rate, in _scsih_sas_host_refresh()
|
D | mpt3sas_base.h | 786 u16 attached_handle; member
|