Lines Matching refs:attached_handle
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
1152 attached_handle = le16_to_cpu( in mpi3mr_sas_host_refresh()
1154 if (attached_handle && link_rate < MPI3_SAS_NEG_LINK_RATE_1_5) in mpi3mr_sas_host_refresh()
1159 attached_handle, i, link_rate, in mpi3mr_sas_host_refresh()
1678 u16 sz, attached_handle, ioc_status; in mpi3mr_refresh_sas_ports() local
1698 attached_handle = le16_to_cpu( in mpi3mr_refresh_sas_ports()
1700 if (!attached_handle) in mpi3mr_refresh_sas_ports()
1704 if (h_port[j].handle == attached_handle) { in mpi3mr_refresh_sas_ports()
1714 attached_handle))) { in mpi3mr_refresh_sas_ports()
1717 attached_handle, __FILE__, __LINE__, __func__); in mpi3mr_refresh_sas_ports()
1723 ioc_status, attached_handle, in mpi3mr_refresh_sas_ports()
1731 h_port[port_idx].handle = attached_handle; in mpi3mr_refresh_sas_ports()