Home
last modified time | relevance | path

Searched refs:hprq (Results 1 – 9 of 9) sorted by relevance

/src/sys/dev/isci/scil/
H A Dscif_sas_internal_io_request.c168 if ( !sci_pool_full(fw_controller->hprq.pool) ) in scif_sas_internal_io_request_construct_smp()
171 fw_controller->hprq.pool, (POINTER_UINT) internal_io_memory in scif_sas_internal_io_request_construct_smp()
H A Dscif_sas_controller_states.c123 &fw_controller->hprq, sci_base_object_get_logger(fw_controller) in scif_sas_controller_reset_state_enter()
170 scif_cb_lock_disassociate(fw_controller, &fw_controller->hprq.lock); in scif_sas_controller_reset_state_enter()
H A Dscif_sas_controller.c284 sci_pool_empty(fw_controller->hprq.pool) in scif_controller_start_io()
947 while ( !sci_pool_empty(fw_controller->hprq.pool) ) in scif_sas_controller_start_high_priority_io()
949 sci_pool_get(fw_controller->hprq.pool, io_address); in scif_sas_controller_start_high_priority_io()
988 high_priority_io_count = sci_pool_count(fw_controller->hprq.pool); in scif_sas_controller_sufficient_resource()
H A Dscif_sas_controller.h179 SCIF_SAS_HIGH_PRIORITY_REQUEST_QUEUE_T hprq; member
H A Dscif_sas_domain_states.c404 &fw_domain->controller->hprq, fw_domain in scif_sas_domain_stopping_state_enter()
H A Dscif_sas_smp_io_request.c591 sci_pool_put(fw_controller->hprq.pool, (POINTER_UINT) new_request_memory); in scif_sas_smp_external_request_retry()
H A Dscif_sas_controller_state_handlers.c315 scif_cb_lock_associate(fw_controller, &fw_controller->hprq.lock); in scif_sas_controller_reset_initialize_handler()
787 if( !sci_pool_empty(fw_controller->hprq.pool) ) in scif_sas_controller_ready_complete_high_priority_io_handler()
H A Dscif_sas_domain.c1235 &fw_domain->controller->hprq, fw_domain in scif_sas_domain_cancel_smp_activities()
H A Dscif_sas_smp_remote_device.c1514 sci_pool_put(fw_controller->hprq.pool, (POINTER_UINT) new_command_handle); in scif_sas_smp_remote_device_target_reset_poll()