Searched defs:streaming (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/os/
H A Dddi_impl.c1165 int iomin, align, streaming; local
1185 * check if a streaming sequential xfer is requested.
1187 streaming = (flags & DDI_DMA_STREAMING) ? 1 : 0;
1207 iomin = i_ddi_iomin(dip, iomin, streaming);

Completed in 61 milliseconds