Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_smp_remote_device.c1772 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; in scif_sas_smp_remote_device_find_smp_phy_by_id() local
1778 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element); in scif_sas_smp_remote_device_find_smp_phy_by_id()
1781 if (curr_smp_phy->phy_identifier == phy_identifier) in scif_sas_smp_remote_device_find_smp_phy_by_id()
1782 return curr_smp_phy; in scif_sas_smp_remote_device_find_smp_phy_by_id()
1804 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; in scif_sas_smp_remote_device_removed() local
1817 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element); in scif_sas_smp_remote_device_removed()
1820 scif_sas_smp_phy_destruct(curr_smp_phy); in scif_sas_smp_remote_device_removed()
1976 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; in scif_sas_smp_remote_device_print_smp_phy_list() local
1987 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element); in scif_sas_smp_remote_device_print_smp_phy_list()
1995 curr_smp_phy->phy_identifier, curr_smp_phy, in scif_sas_smp_remote_device_print_smp_phy_list()
[all …]
H A Dscif_sas_smp_activity_clear_affiliation.c94 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; in scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata() local
98 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element); in scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata()
101 if (curr_smp_phy->attached_device_type == SMP_END_DEVICE_ONLY in scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata()
102 && curr_smp_phy->u.end_device != NULL) in scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata()
106 curr_smp_phy->u.end_device->core_object, &dev_protocols); in scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata()
109 return curr_smp_phy; in scif_sas_smp_remote_device_find_next_smp_phy_link_to_sata()
H A Dscif_sas_domain.c1191 SCIF_SAS_SMP_PHY_T * curr_smp_phy = NULL; in scif_sas_domain_remove_expander_device() local
1196 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element); in scif_sas_domain_remove_expander_device()
1199 if ( curr_smp_phy->attached_device_type != SMP_NO_DEVICE_ATTACHED in scif_sas_domain_remove_expander_device()
1200 && curr_smp_phy->u.end_device != NULL ) in scif_sas_domain_remove_expander_device()
1202 if (curr_smp_phy->attached_device_type == SMP_END_DEVICE_ONLY) in scif_sas_domain_remove_expander_device()
1203 current_device = curr_smp_phy->u.end_device; in scif_sas_domain_remove_expander_device()
1205 current_device = curr_smp_phy->u.attached_phy->owning_device; in scif_sas_domain_remove_expander_device()