Lines Matching refs:element

166    SCI_ABSTRACT_ELEMENT_T   * element   = sci_abstract_list_get_front(  in scif_domain_get_device_by_sas_address()  local
181 while (element != NULL) in scif_domain_get_device_by_sas_address()
184 sci_abstract_list_get_object(element); in scif_domain_get_device_by_sas_address()
197 element = sci_abstract_list_get_next(element); in scif_domain_get_device_by_sas_address()
359 SCI_FAST_LIST_ELEMENT_T * element = fw_domain->request_list.list_head; in scic_cb_port_hard_reset_complete() local
369 while (element != NULL) in scic_cb_port_hard_reset_complete()
371 task_request = (SCIF_SAS_TASK_REQUEST_T*) sci_fast_list_get_object(element); in scic_cb_port_hard_reset_complete()
372 element = sci_fast_list_get_next(element); in scic_cb_port_hard_reset_complete()
636 SCI_FAST_LIST_ELEMENT_T * element = fw_domain->request_list.list_head; in scif_sas_domain_terminate_requests() local
642 while (element != NULL) in scif_sas_domain_terminate_requests()
644 request = (SCIF_SAS_REQUEST_T*) sci_fast_list_get_object(element); in scif_sas_domain_terminate_requests()
647 element = sci_fast_list_get_next(element); in scif_sas_domain_terminate_requests()
691 SCI_FAST_LIST_ELEMENT_T * element = fw_domain->request_list.list_head; in scif_sas_domain_get_request_by_io_tag() local
701 while (element != NULL) in scif_sas_domain_get_request_by_io_tag()
703 io_request = (SCIF_SAS_IO_REQUEST_T*) sci_fast_list_get_object(element); in scif_sas_domain_get_request_by_io_tag()
709 element = sci_fast_list_get_next(element); in scif_sas_domain_get_request_by_io_tag()
867 SCI_ABSTRACT_ELEMENT_T * element = sci_abstract_list_get_front( in scif_sas_domain_get_device_by_containing_device() local
876 while (element != NULL) in scif_sas_domain_get_device_by_containing_device()
879 sci_abstract_list_get_object(element); in scif_sas_domain_get_device_by_containing_device()
890 element = sci_abstract_list_get_next(element); in scif_sas_domain_get_device_by_containing_device()
1190 SCI_FAST_LIST_ELEMENT_T * element = smp_remote_device->smp_phy_list.list_head; in scif_sas_domain_remove_expander_device() local
1194 while (element != NULL) in scif_sas_domain_remove_expander_device()
1196 curr_smp_phy = (SCIF_SAS_SMP_PHY_T*) sci_fast_list_get_object(element); in scif_sas_domain_remove_expander_device()
1197 element = sci_fast_list_get_next(element); in scif_sas_domain_remove_expander_device()
1272 SCI_FAST_LIST_ELEMENT_T * element = fw_domain->request_list.list_head; in scif_sas_domain_get_smp_request_count() local
1280 while (element != NULL) in scif_sas_domain_get_smp_request_count()
1282 request = (SCIF_SAS_REQUEST_T*) sci_fast_list_get_object(element); in scif_sas_domain_get_smp_request_count()
1285 element = sci_fast_list_get_next(element); in scif_sas_domain_get_smp_request_count()