Searched refs:x_ndmac (Results 1 – 6 of 6) sorted by relevance
93 unsigned x_ndmac; member
298 xfer->x_ndmac, write ? B_TRUE : B_FALSE); in vioblk_rw()299 total_cookies += xfer->x_ndmac; in vioblk_rw()490 DDI_DMA_SLEEP, NULL, &xfer.x_dmac, &xfer.x_ndmac); in vioblk_get_id()
120 cmdp->sc_ndmac = xfer->x_ndmac; in sda_mem_rw()
3131 if (xfer->x_ndmac == 0) in nvme_fill_prp()3137 if (xfer->x_ndmac == 1) { in nvme_fill_prp()3140 } else if (xfer->x_ndmac == 2) { in nvme_fill_prp()3145 xfer->x_ndmac--; in nvme_fill_prp()3149 nprp = (xfer->x_ndmac + nprp_page - 1) / nprp_page; in nvme_fill_prp()3165 xfer->x_ndmac > 0; in nvme_fill_prp()3166 prp++, xfer->x_ndmac--) { in nvme_fill_prp()
131 #define i_ndmac i_public.x_ndmac
651 n_sg = xfer->x_ndmac; in skd_blkdev_preop_sg_list()