Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nvme/
H A Dnvme_var.h69 caddr_t nd_memp; member
H A Dnvme.c698 DDI_DMA_CONSISTENT, DDI_DMA_SLEEP, NULL, &dma->nd_memp, in nvme_alloc_dma_common()
701 if (ddi_dma_addr_bind_handle(dma->nd_dmah, NULL, dma->nd_memp, in nvme_alloc_dma_common()
727 bzero(dma->nd_memp, dma->nd_len); in nvme_zalloc_dma()
832 qp->nq_sq = (nvme_sqe_t *)qp->nq_sqdma->nd_memp; in nvme_alloc_qpair()
833 qp->nq_cq = (nvme_cqe_t *)qp->nq_cqdma->nd_memp; in nvme_alloc_qpair()
1734 bcopy(cmd->nc_dma->nd_memp, *buf, *bufsize); in nvme_get_logpage()
1791 bcopy(cmd->nc_dma->nd_memp, *buf, NVME_IDENTIFY_BUFSIZE); in nvme_identify()
1956 bcopy(cmd->nc_dma->nd_memp, *buf, *bufsize); in nvme_get_features()
3159 bzero(cmd->nc_dma->nd_memp, cmd->nc_dma->nd_len); in nvme_fill_prp()
3164 for (prp = (uint64_t *)cmd->nc_dma->nd_memp; in nvme_fill_prp()