Searched refs:attached_handle (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/scsi/mpi3mr/ |
| H A D | mpi3mr_transport.c | 904 mr_sas_phy->attached_handle = le16_to_cpu(phy_pg0.attached_dev_handle); in mpi3mr_add_host_phy() 905 if (mr_sas_phy->attached_handle) in mpi3mr_add_host_phy() 906 mpi3mr_set_identify(mrioc, mr_sas_phy->attached_handle, in mpi3mr_add_host_phy() 935 mr_sas_phy->attached_handle, in mpi3mr_add_host_phy() 974 mr_sas_phy->attached_handle = in mpi3mr_add_expander_phy() 976 if (mr_sas_phy->attached_handle) in mpi3mr_add_expander_phy() 977 mpi3mr_set_identify(mrioc, mr_sas_phy->attached_handle, in mpi3mr_add_expander_phy() 1006 mr_sas_phy->attached_handle, in mpi3mr_add_expander_phy() 1094 mr_sas_phy->attached_handle = handle; in mpi3mr_update_links() 1135 u16 sz, port_id, attached_handle; in mpi3mr_sas_host_refresh() local [all …]
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_transport.c | 1040 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()
|