Searched refs:phy_info_cmp (Results 1 – 1 of 1) sorted by relevance
860 struct mptsas_phyinfo *phy_info, *phy_info_cmp; in mptsas_setup_wide_ports() local927 phy_info_cmp = &port_info->phy_info[i + 1]; in mptsas_setup_wide_ports()929 phy_info_cmp++) { in mptsas_setup_wide_ports()930 if (!phy_info_cmp->attached.sas_address) in mptsas_setup_wide_ports()932 if (sas_address != phy_info_cmp->attached.sas_address) in mptsas_setup_wide_ports()934 if (phy_info_cmp->port_details == port_details ) in mptsas_setup_wide_ports()939 phy_info_cmp->attached.sas_address)); in mptsas_setup_wide_ports()940 if (phy_info_cmp->port_details) { in mptsas_setup_wide_ports()942 mptsas_get_rphy(phy_info_cmp); in mptsas_setup_wide_ports()944 mptsas_get_port(phy_info_cmp); in mptsas_setup_wide_ports()[all …]