Lines Matching refs:curr_smp_phy

1772    SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
1778 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
1781 if (curr_smp_phy->phy_identifier == phy_identifier)
1782 return curr_smp_phy;
1804 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
1817 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
1820 scif_sas_smp_phy_destruct(curr_smp_phy);
1976 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
1987 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
1995 curr_smp_phy->phy_identifier, curr_smp_phy,
1996 curr_smp_phy->u.end_device,
1997 curr_smp_phy->attached_sas_address.high, curr_smp_phy->attached_sas_address.low,
1998 curr_smp_phy->attached_device_type,
1999 curr_smp_phy->routing_attribute
2120 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
2131 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
2134 if ( curr_smp_phy->routing_attribute == SUBTRACTIVE_ROUTING_ATTRIBUTE
2135 && ( curr_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE
2136 || curr_smp_phy->attached_device_type == SMP_FANOUT_EXPANDER_DEVICE)
2137 && curr_smp_phy->u.attached_phy != NULL
2138 && curr_smp_phy->u.attached_phy->routing_attribute == TABLE_ROUTING_ATTRIBUTE )
2142 upstream_expander = curr_smp_phy->u.attached_phy->owning_device;
2151 curr_smp_phy->u.attached_phy->phy_identifier,
2152 &(curr_smp_phy->u.attached_phy->owning_device->protocol_device.smp_device)
2202 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
2213 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
2216 if ( curr_smp_phy->routing_attribute == TABLE_ROUTING_ATTRIBUTE
2217 && curr_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE
2218 && curr_smp_phy->u.attached_phy != NULL)
2222 downstream_expander = curr_smp_phy->u.attached_phy->owning_device;
2304 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
2318 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
2323 device_being_config, curr_smp_phy) == TRUE )
2329 curr_smp_phy;
2332 //send config_route_info using curr_smp_phy.phy_identifier and sas_address.
2338 curr_smp_phy->attached_sas_address,
2496 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
2508 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
2514 fw_device, curr_smp_phy) == TRUE )
2520 fw_device->domain, &(curr_smp_phy->attached_sas_address));