Home
last modified time | relevance | path

Searched refs:fw_hprq (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_high_priority_request_queue.c82 SCIF_SAS_HIGH_PRIORITY_REQUEST_QUEUE_T * fw_hprq, in scif_sas_high_priority_request_queue_construct() argument
90 fw_hprq, logger in scif_sas_high_priority_request_queue_construct()
93 sci_base_object_construct((SCI_BASE_OBJECT_T*) &fw_hprq->lock, logger); in scif_sas_high_priority_request_queue_construct()
94 fw_hprq->lock.level = SCI_LOCK_LEVEL_NONE; in scif_sas_high_priority_request_queue_construct()
96 sci_pool_initialize(fw_hprq->pool); in scif_sas_high_priority_request_queue_construct()
112 SCIF_SAS_HIGH_PRIORITY_REQUEST_QUEUE_T * fw_hprq, in scif_sas_high_priority_request_queue_purge_domain() argument
122 sci_base_object_get_logger(&fw_hprq->lock), in scif_sas_high_priority_request_queue_purge_domain()
125 fw_hprq, fw_domain in scif_sas_high_priority_request_queue_purge_domain()
128 element_count = sci_pool_count(fw_hprq->pool); in scif_sas_high_priority_request_queue_purge_domain()
130 scif_cb_lock_acquire(fw_domain->controller, &fw_hprq->lock); in scif_sas_high_priority_request_queue_purge_domain()
[all …]
H A Dscif_sas_high_priority_request_queue.h110 SCIF_SAS_HIGH_PRIORITY_REQUEST_QUEUE_T * fw_hprq,
115 SCIF_SAS_HIGH_PRIORITY_REQUEST_QUEUE_T * fw_hprq,