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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c254 SCI_FAST_LIST_ELEMENT_T * next_phy_element = sci_fast_list_get_next( local
259 while (next_phy_element != NULL)
261 next_phy = (SCIF_SAS_SMP_PHY_T *)sci_fast_list_get_object(next_phy_element);
263 next_phy_element = sci_fast_list_get_next( &(next_phy->list_element));
H A Dscif_sas_smp_remote_device.c1132 SCI_FAST_LIST_ELEMENT_T * next_phy_element = sci_fast_list_get_next( local
1140 if (next_phy_element != NULL
1146 (SCIF_SAS_SMP_PHY_T *)sci_fast_list_get_object(next_phy_element);

Completed in 48 milliseconds