Searched refs:x_ndmac (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dblkdev.h93 unsigned x_ndmac; member in struct:bd_xfer
/illumos-gate/usr/src/uts/common/io/sdcard/impl/
H A Dsda_mem.c120 cmdp->sc_ndmac = xfer->x_ndmac;
/illumos-gate/usr/src/uts/common/io/vioblk/
H A Dvioblk.c298 xfer->x_ndmac, write ? B_TRUE : B_FALSE);
299 total_cookies += xfer->x_ndmac;
490 DDI_DMA_SLEEP, NULL, &xfer.x_dmac, &xfer.x_ndmac);
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme.c2802 if (xfer->x_ndmac == 0)
2808 if (xfer->x_ndmac == 1) {
2811 } else if (xfer->x_ndmac == 2) {
2816 xfer->x_ndmac--;
2820 nprp = (xfer->x_ndmac + nprp_page - 1) / nprp_page;
2836 xfer->x_ndmac > 0;
2837 prp++, xfer->x_ndmac--) {
/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c130 #define i_ndmac i_public.x_ndmac
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c651 n_sg = xfer->x_ndmac;

Completed in 90 milliseconds