Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/isci/scil/
H A Dsci_pool.h103 #define sci_pool_empty(this_pool) \ macro
128 sci_pool_empty((this_pool)) \
H A Dsci_base_library.h132 if (! sci_pool_empty((library)->parent.controller_id_pool)) \
H A Dscif_sas_controller.c286 sci_pool_empty(fw_controller->hprq.pool) in scif_controller_start_io()
881 if( !sci_pool_empty(fw_controller->internal_request_memory_pool) ) in scif_sas_controller_allocate_internal_request()
949 while ( !sci_pool_empty(fw_controller->hprq.pool) ) in scif_sas_controller_start_high_priority_io()
H A Dscif_sas_controller_state_handlers.c789 if( !sci_pool_empty(fw_controller->hprq.pool) ) in scif_sas_controller_ready_complete_high_priority_io_handler()
H A Dscic_sds_controller.c4412 if (!sci_pool_empty(this_controller->tci_pool)) in scic_controller_allocate_io_tag()
/freebsd-12.1/sys/dev/isci/
H A Disci_remote_device.c158 if (sci_pool_empty(controller->request_pool)) { in isci_remote_device_reset()
H A Disci_io_request.c760 if (sci_pool_empty(controller->request_pool)) { in isci_io_request_execute_scsi_io()
950 if (sci_pool_empty(controller->request_pool)) { in isci_io_request_execute_smp_io()
H A Disci_controller.c185 if (!sci_pool_empty(isci_controller->unmap_buffer_pool)) { in scif_cb_controller_allocate_memory()