Searched refs:curr_smp_phy (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_activity_clear_affiliation.c96 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
100 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
103 if (curr_smp_phy->attached_device_type == SMP_END_DEVICE_ONLY
104 && curr_smp_phy->u.end_device != NULL)
108 curr_smp_phy->u.end_device->core_object, &dev_protocols);
111 return curr_smp_phy;
H A Dscif_sas_smp_remote_device.c1774 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
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; local
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; local
1989 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
1997 curr_smp_phy
2122 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
2204 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
2306 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
2498 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
[all...]
H A Dscif_sas_domain.c1193 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
1198 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
1201 if ( curr_smp_phy->attached_device_type != SMP_NO_DEVICE_ATTACHED
1202 && curr_smp_phy->u.end_device != NULL )
1204 if (curr_smp_phy->attached_device_type == SMP_END_DEVICE_ONLY)
1205 current_device = curr_smp_phy->u.end_device;
1207 current_device = curr_smp_phy->u.attached_phy->owning_device;

Completed in 125 milliseconds