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

/freebsd-10.1-release/sys/dev/isci/scil/
H A Dscif_sas_internal_io_request.c168 if ( !sci_pool_full(fw_controller->hprq.pool) )
171 fw_controller->hprq.pool, (POINTER_UINT) internal_io_memory
H A Dscif_sas_controller_states.c123 &fw_controller->hprq, sci_base_object_get_logger(fw_controller)
170 scif_cb_lock_disassociate(fw_controller, &fw_controller->hprq.lock);
H A Dscif_sas_controller.h179 SCIF_SAS_HIGH_PRIORITY_REQUEST_QUEUE_T hprq; member in struct:SCIF_SAS_CONTROLLER
H A Dscif_sas_controller.c284 sci_pool_empty(fw_controller->hprq.pool)
947 while ( !sci_pool_empty(fw_controller->hprq.pool) )
949 sci_pool_get(fw_controller->hprq.pool, io_address);
988 high_priority_io_count = sci_pool_count(fw_controller->hprq.pool);
H A Dscif_sas_domain_states.c404 &fw_domain->controller->hprq, fw_domain
H A Dscif_sas_smp_io_request.c591 sci_pool_put(fw_controller->hprq.pool, (POINTER_UINT) new_request_memory);
H A Dscif_sas_controller_state_handlers.c315 scif_cb_lock_associate(fw_controller, &fw_controller->hprq.lock);
787 if( !sci_pool_empty(fw_controller->hprq.pool) )
H A Dscif_sas_domain.c1235 &fw_domain->controller->hprq, fw_domain
H A Dscif_sas_smp_remote_device.c1514 sci_pool_put(fw_controller->hprq.pool, (POINTER_UINT) new_command_handle);

Completed in 96 milliseconds