Home
last modified time | relevance | path

Searched refs:sci_pool_empty (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dsci_pool.h101 #define sci_pool_empty(this_pool) \ macro
126 sci_pool_empty((this_pool)) \
H A Dsci_base_library.h130 if (! sci_pool_empty((library)->parent.controller_id_pool)) \
H A Dscif_sas_controller.c284 sci_pool_empty(fw_controller->hprq.pool) in scif_controller_start_io()
879 if( !sci_pool_empty(fw_controller->internal_request_memory_pool) ) in scif_sas_controller_allocate_internal_request()
947 while ( !sci_pool_empty(fw_controller->hprq.pool) ) in scif_sas_controller_start_high_priority_io()
H A Dscif_sas_controller_state_handlers.c787 if( !sci_pool_empty(fw_controller->hprq.pool) ) in scif_sas_controller_ready_complete_high_priority_io_handler()
H A Dscic_sds_controller.c4410 if (!sci_pool_empty(this_controller->tci_pool)) in scic_controller_allocate_io_tag()
/freebsd/sys/dev/isci/
H A Disci_remote_device.c156 if (sci_pool_empty(controller->request_pool)) { in isci_remote_device_reset()
H A Disci_io_request.c757 if (sci_pool_empty(controller->request_pool)) { in isci_io_request_execute_scsi_io()
946 if (sci_pool_empty(controller->request_pool)) { in isci_io_request_execute_smp_io()
H A Disci_controller.c183 if (!sci_pool_empty(isci_controller->unmap_buffer_pool)) { in scif_cb_controller_allocate_memory()