Searched refs:op_obq_dma_mem (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/smartpqi/
H A Dsmartpqi_queue.c502 os_dma_mem_free(softs, &softs->op_obq_dma_mem);
909 softs->op_obq_dma_mem.tag = "op_ob_queue";
910 softs->op_obq_dma_mem.size = alloc_size;
911 softs->op_obq_dma_mem.align = PQI_OPQ_ELEM_ARRAY_ALIGN;
912 ret = os_dma_mem_alloc(softs, &softs->op_obq_dma_mem);
920 virt_addr = softs->op_obq_dma_mem.virt_addr;
921 dma_addr = softs->op_obq_dma_mem.dma_addr;
H A Dsmartpqi_init.c750 os_dma_mem_free(softs, &softs->op_obq_dma_mem);
H A Dsmartpqi_structures.h958 struct dma_mem op_obq_dma_mem; member in struct:pqisrc_softstate

Completed in 62 milliseconds