• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/dev/isci/scil/

Lines Matching refs:curr_smp_phy

1774    SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
1780 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
1783 if (curr_smp_phy->phy_identifier == phy_identifier)
1784 return curr_smp_phy;
1806 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
1819 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
1822 scif_sas_smp_phy_destruct(curr_smp_phy);
1978 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
1989 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
1997 curr_smp_phy->phy_identifier, curr_smp_phy,
1998 curr_smp_phy->u.end_device,
1999 curr_smp_phy->attached_sas_address.high, curr_smp_phy->attached_sas_address.low,
2000 curr_smp_phy->attached_device_type,
2001 curr_smp_phy->routing_attribute
2122 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
2133 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
2136 if ( curr_smp_phy->routing_attribute == SUBTRACTIVE_ROUTING_ATTRIBUTE
2137 && ( curr_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE
2138 || curr_smp_phy->attached_device_type == SMP_FANOUT_EXPANDER_DEVICE)
2139 && curr_smp_phy->u.attached_phy != NULL
2140 && curr_smp_phy->u.attached_phy->routing_attribute == TABLE_ROUTING_ATTRIBUTE )
2144 upstream_expander = curr_smp_phy->u.attached_phy->owning_device;
2153 curr_smp_phy->u.attached_phy->phy_identifier,
2154 &(curr_smp_phy->u.attached_phy->owning_device->protocol_device.smp_device)
2204 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
2215 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
2218 if ( curr_smp_phy->routing_attribute == TABLE_ROUTING_ATTRIBUTE
2219 && curr_smp_phy->attached_device_type == SMP_EDGE_EXPANDER_DEVICE
2220 && curr_smp_phy->u.attached_phy != NULL)
2224 downstream_expander = curr_smp_phy->u.attached_phy->owning_device;
2306 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
2320 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
2325 device_being_config, curr_smp_phy) == TRUE )
2331 curr_smp_phy;
2334 //send config_route_info using curr_smp_phy.phy_identifier and sas_address.
2340 curr_smp_phy->attached_sas_address,
2498 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL;
2510 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
2516 fw_device, curr_smp_phy) == TRUE )
2522 fw_device->domain, &(curr_smp_phy->attached_sas_address));