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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_activity_clear_affiliation.c94 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
98 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
101 if (curr_smp_phy->attached_device_type == SMP_END_DEVICE_ONLY
102 && curr_smp_phy->u.end_device != NULL)
106 curr_smp_phy->u.end_device->core_object, &dev_protocols);
109 return curr_smp_phy;
H A Dscif_sas_smp_remote_device.c1772 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
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; local
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; local
1987 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
1995 curr_smp_phy
2120 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
2202 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
2304 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
2496 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
[all...]
H A Dscif_sas_domain.c1191 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; local
1196 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
1199 if ( curr_smp_phy->attached_device_type != SMP_NO_DEVICE_ATTACHED
1200 && curr_smp_phy->u.end_device != NULL )
1202 if (curr_smp_phy->attached_device_type == SMP_END_DEVICE_ONLY)
1203 current_device = curr_smp_phy->u.end_device;
1205 current_device = curr_smp_phy->u.attached_phy->owning_device;

Completed in 75 milliseconds