Home
last modified time | relevance | path

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

/src/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c257 SCIF_SAS_SMP_PHY_T * next_phy; in scif_sas_smp_phy_find_next_phy_in_wide_port() local
261 next_phy = (SCIF_SAS_SMP_PHY_T *)sci_fast_list_get_object(next_phy_element); in scif_sas_smp_phy_find_next_phy_in_wide_port()
263 next_phy_element = sci_fast_list_get_next( &(next_phy->list_element)); in scif_sas_smp_phy_find_next_phy_in_wide_port()
265 if (next_phy->attached_sas_address.high == this_smp_phy->attached_sas_address.high in scif_sas_smp_phy_find_next_phy_in_wide_port()
266 &&next_phy->attached_sas_address.low == this_smp_phy->attached_sas_address.low) in scif_sas_smp_phy_find_next_phy_in_wide_port()
267 return next_phy; in scif_sas_smp_phy_find_next_phy_in_wide_port()
288 SCIF_SAS_SMP_PHY_T * next_phy = in scif_sas_smp_phy_find_middle_phy_in_wide_port() local
295 if (next_phy != NULL) in scif_sas_smp_phy_find_middle_phy_in_wide_port()
297 middle_phy = next_phy; in scif_sas_smp_phy_find_middle_phy_in_wide_port()
298 next_phy = in scif_sas_smp_phy_find_middle_phy_in_wide_port()
[all …]