Searched refs:attached_handle (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/ |
H A D | mpi3mr_transport.c | 884 mr_sas_phy->attached_handle = le16_to_cpu(phy_pg0.attached_dev_handle); in mpi3mr_add_host_phy() 885 if (mr_sas_phy->attached_handle) in mpi3mr_add_host_phy() 886 mpi3mr_set_identify(mrioc, mr_sas_phy->attached_handle, in mpi3mr_add_host_phy() 915 mr_sas_phy->attached_handle, in mpi3mr_add_host_phy() 954 mr_sas_phy->attached_handle = in mpi3mr_add_expander_phy() 956 if (mr_sas_phy->attached_handle) in mpi3mr_add_expander_phy() 957 mpi3mr_set_identify(mrioc, mr_sas_phy->attached_handle, in mpi3mr_add_expander_phy() 986 mr_sas_phy->attached_handle, in mpi3mr_add_expander_phy() 1072 mr_sas_phy->attached_handle = handle; in mpi3mr_update_links() 1113 u16 sz, port_id, attached_handle; in mpi3mr_sas_host_refresh() local 1676 u16 sz, attached_handle, ioc_status; mpi3mr_refresh_sas_ports() local [all...] |
H A D | mpi3mr.h | 525 * @attached_handle: Firmware device handle for attached device 536 u16 attached_handle; member
|
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_transport.c | 864 mpt3sas_phy->attached_handle = le16_to_cpu(phy_pg0.AttachedDevHandle); in mpt3sas_transport_add_host_phy() 865 if (mpt3sas_phy->attached_handle) in mpt3sas_transport_add_host_phy() 866 _transport_set_identify(ioc, mpt3sas_phy->attached_handle, in mpt3sas_transport_add_host_phy() 892 mpt3sas_phy->attached_handle, in mpt3sas_transport_add_host_phy() 932 mpt3sas_phy->attached_handle = in mpt3sas_transport_add_expander_phy() 934 if (mpt3sas_phy->attached_handle) in mpt3sas_transport_add_expander_phy() 935 _transport_set_identify(ioc, mpt3sas_phy->attached_handle, in mpt3sas_transport_add_expander_phy() 962 mpt3sas_phy->attached_handle, in mpt3sas_transport_add_expander_phy() 996 mpt3sas_phy->attached_handle = handle; in mpt3sas_transport_update_links()
|
H A D | mpt3sas_base.h | 752 * @attached_handle: device handle for attached device 762 u16 attached_handle; member
|
H A D | mpt3sas_scsih.c | 5756 u16 attached_handle; in _scsih_sas_host_refresh() local 5784 attached_handle = le16_to_cpu(sas_iounit_pg0->PhyData[i]. in _scsih_sas_host_refresh() 5786 if (attached_handle && link_rate < MPI2_SAS_NEG_LINK_RATE_1_5) in _scsih_sas_host_refresh() 5789 attached_handle, i, link_rate); in _scsih_sas_host_refresh() 6594 pr_info("\tphy(%02d), attached_handle(0x%04x): %s:" \ in _scsih_sas_topology_change_event_debug() 7339 pr_info("\tport(%02d), attached_handle(0x%04x): %s:" in _scsih_pcie_topology_change_event_debug()
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_transport.c | 1044 mpt3sas_phy->attached_handle = le16_to_cpu(phy_pg0.AttachedDevHandle); in mpt3sas_transport_add_host_phy() 1045 if (mpt3sas_phy->attached_handle) in mpt3sas_transport_add_host_phy() 1046 _transport_set_identify(ioc, mpt3sas_phy->attached_handle, in mpt3sas_transport_add_host_phy() 1073 mpt3sas_phy->attached_handle, in mpt3sas_transport_add_host_phy() 1113 mpt3sas_phy->attached_handle = in mpt3sas_transport_add_expander_phy() 1115 if (mpt3sas_phy->attached_handle) in mpt3sas_transport_add_expander_phy() 1116 _transport_set_identify(ioc, mpt3sas_phy->attached_handle, in mpt3sas_transport_add_expander_phy() 1144 mpt3sas_phy->attached_handle, in mpt3sas_transport_add_expander_phy() 1184 mpt3sas_phy->attached_handle = handle; in mpt3sas_transport_update_links()
|
H A D | mpt3sas_scsih.c | 5945 u16 attached_handle; in _scsih_update_vphys_after_reset() local 6018 attached_handle = le16_to_cpu( in _scsih_update_vphys_after_reset() 6020 if (_scsih_get_sas_address(ioc, attached_handle, in _scsih_update_vphys_after_reset() 6144 u16 attached_handle; in _scsih_get_port_table_after_reset() local 6168 attached_handle = in _scsih_get_port_table_after_reset() 6171 ioc, attached_handle, &attached_sas_addr) != 0) { in _scsih_get_port_table_after_reset() 6573 u16 attached_handle; in _scsih_sas_host_refresh() local 6666 attached_handle = le16_to_cpu(sas_iounit_pg0->PhyData[i]. in _scsih_sas_host_refresh() 6668 if (attached_handle && link_rate < MPI2_SAS_NEG_LINK_RATE_1_5) in _scsih_sas_host_refresh() 6673 attached_handle, in _scsih_sas_host_refresh() [all...] |
H A D | mpt3sas_base.h | 775 * @attached_handle: device handle for attached device 786 u16 attached_handle; member
|
Completed in 41 milliseconds