Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c254 SCI_FAST_LIST_ELEMENT_T * next_phy_element = sci_fast_list_get_next( in scif_sas_smp_phy_find_next_phy_in_wide_port() local
259 while (next_phy_element != NULL) in scif_sas_smp_phy_find_next_phy_in_wide_port()
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()
H A Dscif_sas_smp_remote_device.c1132 SCI_FAST_LIST_ELEMENT_T * next_phy_element = sci_fast_list_get_next( in scif_sas_smp_remote_device_continue_current_activity() local
1140 if (next_phy_element != NULL in scif_sas_smp_remote_device_continue_current_activity()
1146 (SCIF_SAS_SMP_PHY_T *)sci_fast_list_get_object(next_phy_element); in scif_sas_smp_remote_device_continue_current_activity()