Home
last modified time | relevance | path

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

/freebsd/sys/dev/isci/scil/
H A Dsci_abstract_list.h129 } SCI_ABSTRACT_ELEMENT_T; typedef
142 SCI_ABSTRACT_ELEMENT_T * front_p;
147 SCI_ABSTRACT_ELEMENT_T * back_p;
173 SCI_ABSTRACT_ELEMENT_T * elements;
219 SCI_ABSTRACT_ELEMENT_T * list_elements,
241 SCI_ABSTRACT_ELEMENT_T * sci_abstract_list_get_front(
283 SCI_ABSTRACT_ELEMENT_T * sci_abstract_list_get_next(
284 SCI_ABSTRACT_ELEMENT_T * alElement_p
382 SCI_ABSTRACT_ELEMENT_T * alElement_p
410 SCI_ABSTRACT_ELEMENT_T * alElement_p
[all …]
H A Dsci_abstract_list.c124 SCI_ABSTRACT_ELEMENT_T * list_elements, in sci_abstract_element_pool_construct()
131 memset(list_elements, 0, sizeof(SCI_ABSTRACT_ELEMENT_T) * element_count); in sci_abstract_element_pool_construct()
157 SCI_ABSTRACT_ELEMENT_T * sci_abstract_list_get_front( in sci_abstract_list_get_front()
213 SCI_ABSTRACT_ELEMENT_T * sci_abstract_list_get_next( in sci_abstract_list_get_next()
214 SCI_ABSTRACT_ELEMENT_T * alElement_p in sci_abstract_list_get_next()
229 SCI_ABSTRACT_ELEMENT_T * alElement_p = list_p->elements.front_p; in sci_abstract_list_print()
264 SCI_ABSTRACT_ELEMENT_T * alElement_p = elem_list->back_p; in sci_abstract_list_popback()
295 SCI_ABSTRACT_ELEMENT_T * alElement_p = in sci_abstract_list_popfront()
320 SCI_ABSTRACT_ELEMENT_T * alElement_p; in sci_abstract_list_erase()
353 SCI_ABSTRACT_ELEMENT_T * alElement_p in sci_abstract_list_pushback()
[all …]
H A Dscif_sas_domain.c166 SCI_ABSTRACT_ELEMENT_T * element = sci_abstract_list_get_front( in scif_domain_get_device_by_sas_address()
822 SCI_ABSTRACT_ELEMENT_T * current_element = in scif_sas_domain_is_in_smp_activity()
867 SCI_ABSTRACT_ELEMENT_T * element = sci_abstract_list_get_front( in scif_sas_domain_get_device_by_containing_device()
909 SCI_ABSTRACT_ELEMENT_T * current_element; in scif_sas_domain_find_device_in_spinup_hold()
957 SCI_ABSTRACT_ELEMENT_T * current_element = in scif_sas_domain_find_device_has_scheduled_activity()
1045 SCI_ABSTRACT_ELEMENT_T * current_element = in scif_sas_domain_start_smp_discover()
1134 SCI_ABSTRACT_ELEMENT_T * current_element = NULL; in scif_sas_domain_finish_discover()
1228 SCI_ABSTRACT_ELEMENT_T * current_element = in scif_sas_domain_cancel_smp_activities()
1328 SCI_ABSTRACT_ELEMENT_T * current_element = in scif_sas_domain_schedule_clear_affiliation()
1420 SCI_ABSTRACT_ELEMENT_T * current_element; in scif_sas_domain_find_next_ea_target_reset()
H A Dsci_base_iterator.h107 SCI_ABSTRACT_ELEMENT_T * current;
H A Dscif_sas_domain_states.c381 SCI_ABSTRACT_ELEMENT_T * element = sci_abstract_list_get_front( in scif_sas_domain_stopping_state_enter()
541 SCI_ABSTRACT_ELEMENT_T * current_element = in scif_sas_domain_discovering_state_enter()
H A Dscif_sas_controller.h142 SCI_ABSTRACT_ELEMENT_T remote_device_pool_elements[SCI_MAX_REMOTE_DEVICES];