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

/freebsd-13-stable/sys/dev/isci/scil/
H A Dsci_fast_list.h104 (element)->owning_list = NULL; \
164 #define sci_fast_list_is_on_a_list(element) ((element)->owning_list != NULL)
176 ((element)->owning_list == (anchor))
206 struct SCI_FAST_LIST *owning_list; member in struct:SCI_FAST_LIST_ELEMENT
226 element->owning_list = anchor;
253 element->owning_list = anchor;
292 element->owning_list = NULL;
313 element->owning_list = NULL;
327 element->owning_list->list_tail = element->prev;
332 element->owning_list
[all...]
H A Dscif_sas_smp_remote_device.c1138 fw_device->protocol_device.smp_device.curr_config_route_destination_smp_phy->list_element.owning_list;

Completed in 102 milliseconds