Searched refs:phy_info_cmp (Results 1 – 1 of 1) sorted by relevance
834 struct mptsas_phyinfo *phy_info, *phy_info_cmp; in mptsas_setup_wide_ports() local902 phy_info_cmp = &port_info->phy_info[i + 1]; in mptsas_setup_wide_ports()904 phy_info_cmp++) { in mptsas_setup_wide_ports()905 if (!phy_info_cmp->attached.sas_address) in mptsas_setup_wide_ports()907 if (sas_address != phy_info_cmp->attached.sas_address) in mptsas_setup_wide_ports()909 if (phy_info_cmp->port_details == port_details ) in mptsas_setup_wide_ports()914 phy_info_cmp->attached.sas_address)); in mptsas_setup_wide_ports()915 if (phy_info_cmp->port_details) { in mptsas_setup_wide_ports()917 mptsas_get_rphy(phy_info_cmp); in mptsas_setup_wide_ports()919 mptsas_get_port(phy_info_cmp); in mptsas_setup_wide_ports()[all …]