Lines Matching defs:element

166    SCI_ABSTRACT_ELEMENT_T   * element   = sci_abstract_list_get_front(
181 while (element != NULL)
184 sci_abstract_list_get_object(element);
197 element = sci_abstract_list_get_next(element);
359 SCI_FAST_LIST_ELEMENT_T * element = fw_domain->request_list.list_head;
369 while (element != NULL)
371 task_request = (SCIF_SAS_TASK_REQUEST_T*) sci_fast_list_get_object(element);
372 element = sci_fast_list_get_next(element);
636 SCI_FAST_LIST_ELEMENT_T * element = fw_domain->request_list.list_head;
642 while (element != NULL)
644 request = (SCIF_SAS_REQUEST_T*) sci_fast_list_get_object(element);
645 // The current element may be deleted from the list becasue of
646 // IO completion so advance to the next element early
647 element = sci_fast_list_get_next(element);
691 SCI_FAST_LIST_ELEMENT_T * element = fw_domain->request_list.list_head;
701 while (element != NULL)
703 io_request = (SCIF_SAS_IO_REQUEST_T*) sci_fast_list_get_object(element);
709 element = sci_fast_list_get_next(element);
867 SCI_ABSTRACT_ELEMENT_T * element = sci_abstract_list_get_front(
876 while (element != NULL)
879 sci_abstract_list_get_object(element);
890 element = sci_abstract_list_get_next(element);
926 //We must get the next element before we remove the current
928 //element has been put into free pool.
1152 //We must get the next element before we remove the current
1154 //element has been put into free pool.
1190 SCI_FAST_LIST_ELEMENT_T * element = smp_remote_device->smp_phy_list.list_head;
1194 while (element != NULL)
1196 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element);
1197 element = sci_fast_list_get_next(element);
1272 SCI_FAST_LIST_ELEMENT_T * element = fw_domain->request_list.list_head;
1280 while (element != NULL)
1282 request = (SCIF_SAS_REQUEST_T*) sci_fast_list_get_object(element);
1283 // The current element may be deleted from the list becasue of
1284 // IO completion so advance to the next element early
1285 element = sci_fast_list_get_next(element);