Home
last modified time | relevance | path

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

/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c902 mr_sas_phy->attached_handle = le16_to_cpu(phy_pg0.attached_dev_handle); in mpi3mr_add_host_phy()
903 if (mr_sas_phy->attached_handle) in mpi3mr_add_host_phy()
904 mpi3mr_set_identify(mrioc, mr_sas_phy->attached_handle, in mpi3mr_add_host_phy()
933 mr_sas_phy->attached_handle, in mpi3mr_add_host_phy()
972 mr_sas_phy->attached_handle = in mpi3mr_add_expander_phy()
974 if (mr_sas_phy->attached_handle) in mpi3mr_add_expander_phy()
975 mpi3mr_set_identify(mrioc, mr_sas_phy->attached_handle, in mpi3mr_add_expander_phy()
1004 mr_sas_phy->attached_handle, in mpi3mr_add_expander_phy()
1093 mr_sas_phy->attached_handle = handle; in mpi3mr_update_links()
1134 u16 sz, port_id, attached_handle; in mpi3mr_sas_host_refresh() local
1710 u16 sz, attached_handle, ioc_status; mpi3mr_refresh_sas_ports() local
[all...]
H A Dmpi3mr.h577 * @attached_handle: Firmware device handle for attached device
588 u16 attached_handle; member
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_transport.c1040 mpt3sas_phy->attached_handle = le16_to_cpu(phy_pg0.AttachedDevHandle); in mpt3sas_transport_add_host_phy()
1041 if (mpt3sas_phy->attached_handle) in mpt3sas_transport_add_host_phy()
1042 _transport_set_identify(ioc, mpt3sas_phy->attached_handle, in mpt3sas_transport_add_host_phy()
1069 mpt3sas_phy->attached_handle, in mpt3sas_transport_add_host_phy()
1109 mpt3sas_phy->attached_handle = in mpt3sas_transport_add_expander_phy()
1111 if (mpt3sas_phy->attached_handle) in mpt3sas_transport_add_expander_phy()
1112 _transport_set_identify(ioc, mpt3sas_phy->attached_handle, in mpt3sas_transport_add_expander_phy()
1140 mpt3sas_phy->attached_handle, in mpt3sas_transport_add_expander_phy()
1180 mpt3sas_phy->attached_handle = handle; in mpt3sas_transport_update_links()
H A Dmpt3sas_scsih.c5954 u16 attached_handle; in _scsih_update_vphys_after_reset() local
6026 attached_handle = le16_to_cpu( in _scsih_update_vphys_after_reset()
6028 if (_scsih_get_sas_address(ioc, attached_handle, in _scsih_update_vphys_after_reset()
6152 u16 attached_handle; in _scsih_get_port_table_after_reset() local
6175 attached_handle = in _scsih_get_port_table_after_reset()
6178 ioc, attached_handle, &attached_sas_addr) != 0) { in _scsih_get_port_table_after_reset()
6580 u16 attached_handle; in _scsih_sas_host_refresh() local
6672 attached_handle = le16_to_cpu(sas_iounit_pg0->PhyData[i]. in _scsih_sas_host_refresh()
6674 if (attached_handle && link_rate < MPI2_SAS_NEG_LINK_RATE_1_5) in _scsih_sas_host_refresh()
6679 attached_handle, in _scsih_sas_host_refresh()
[all...]