Searched refs:iq_ci (Results 1 – 4 of 4) sorted by relevance
99 pqi_index_t iq_ci; in pqi_start_io() local138 (uintptr_t)qg->iq_ci[path] - in pqi_start_io()139 (uintptr_t)s->s_queue_dma->alloc_memory, sizeof (iq_ci), in pqi_start_io()141 iq_ci = *qg->iq_ci[path]; in pqi_start_io()143 if (elem_needed > free_elem_count(iq_pi, iq_ci, in pqi_start_io()459 pqi_index_t iq_ci; in send_event_ack() local469 iq_ci = ddi_get32(s->s_queue_dma->acc, qg->iq_ci[RAID_PATH]); in send_event_ack()471 if (free_elem_count(iq_pi, iq_ci, s->s_num_elements_per_iq)) in send_event_ack()498 iq_ci = ddi_get32(s->s_queue_dma->acc, qg->iq_ci[RAID_PATH]); in send_event_ack()499 if (iq_pi == iq_ci) in send_event_ack()
182 volatile pqi_index_t *iq_ci; member223 pqi_index_t *iq_ci[2]; member
377 aq->iq_ci = &aq_aligned->iq_ci; in pqi_alloc_admin_queue()388 ((uintptr_t)aq->iq_ci - (uintptr_t)s->s_adminq_dma->alloc_memory); in pqi_alloc_admin_queue()723 qg->iq_ci[RAID_PATH] = (pqi_index_t *)aligned_pointer; in pqi_alloc_operation_queues()734 qg->iq_ci[AIO_PATH] = (pqi_index_t *)aligned_pointer; in pqi_alloc_operation_queues()
149 __aligned(PQI_ADMIN_INDEX_ALIGNMENT) pqi_index_t iq_ci;