Searched refs:s_adminq_dma (Results 1 – 3 of 3) sorted by relevance
165 pqi_free_single(s, s->s_adminq_dma); in pqi_reset_prep()166 s->s_adminq_dma = NULL; in pqi_reset_prep()365 if ((s->s_adminq_dma = pqi_alloc_single(s, len)) == NULL) in pqi_alloc_admin_queue()367 (void) memset(s->s_adminq_dma->alloc_memory, 0, in pqi_alloc_admin_queue()368 s->s_adminq_dma->len_to_alloc); in pqi_alloc_admin_queue()369 (void) ddi_dma_sync(s->s_adminq_dma->handle, 0, in pqi_alloc_admin_queue()370 s->s_adminq_dma->len_to_alloc, DDI_DMA_SYNC_FORDEV); in pqi_alloc_admin_queue()373 aq_aligned = PQIALIGN_TYPED(s->s_adminq_dma->alloc_memory, in pqi_alloc_admin_queue()380 aq->iq_element_array_bus_addr = s->s_adminq_dma->dma_addr + in pqi_alloc_admin_queue()382 (uintptr_t)s->s_adminq_dma->alloc_memory); in pqi_alloc_admin_queue()[all …]
271 if (s->s_adminq_dma != NULL) { in smartpqi_detach()272 pqi_free_single(s, s->s_adminq_dma); in smartpqi_detach()273 s->s_adminq_dma = NULL; in smartpqi_detach()
415 pqi_dma_overhead_t *s_adminq_dma; member