Searched refs:nd_cookie (Results 1 – 2 of 2) sorted by relevance
703 &dma->nd_cookie, &dma->nd_ncookie) != DDI_DMA_MAPPED) { in nvme_alloc_dma_common()1716 cmd->nc_sqe.sqe_dptr.d_prp[0] = cmd->nc_dma->nd_cookie.dmac_laddress; in nvme_get_logpage()1719 &cmd->nc_dma->nd_cookie); in nvme_get_logpage()1721 cmd->nc_dma->nd_cookie.dmac_laddress; in nvme_get_logpage()1773 cmd->nc_sqe.sqe_dptr.d_prp[0] = cmd->nc_dma->nd_cookie.dmac_laddress; in nvme_identify()1776 &cmd->nc_dma->nd_cookie); in nvme_identify()1778 cmd->nc_dma->nd_cookie.dmac_laddress; in nvme_identify()1929 cmd->nc_dma->nd_cookie.dmac_laddress; in nvme_get_features()1932 &cmd->nc_dma->nd_cookie); in nvme_get_features()1934 cmd->nc_dma->nd_cookie.dmac_laddress; in nvme_get_features()[all …]
67 ddi_dma_cookie_t nd_cookie; member