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() local928 phy_info_cmp = &port_info->phy_info[i + 1]; in mptsas_setup_wide_ports()930 phy_info_cmp++) { in mptsas_setup_wide_ports()931 if (!phy_info_cmp->attached.sas_address) in mptsas_setup_wide_ports()933 if (sas_address != phy_info_cmp->attached.sas_address) in mptsas_setup_wide_ports()935 if (phy_info_cmp->port_details == port_details ) in mptsas_setup_wide_ports()940 phy_info_cmp->attached.sas_address)); in mptsas_setup_wide_ports()941 if (phy_info_cmp->port_details) { in mptsas_setup_wide_ports()943 mptsas_get_rphy(phy_info_cmp); in mptsas_setup_wide_ports()945 mptsas_get_port(phy_info_cmp); in mptsas_setup_wide_ports()[all …]