Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c2718 int (*ddiflags)(caddr_t) = DDI_DMA_SLEEP; in xnf_buf_constructor() local
2726 ddiflags = DDI_DMA_DONTWAIT; in xnf_buf_constructor()
2730 ddiflags, 0, &bdesc->dma_handle) != DDI_SUCCESS) in xnf_buf_constructor()
2735 PAGESIZE, &data_accattr, DDI_DMA_STREAMING, ddiflags, 0, in xnf_buf_constructor()
2742 ddiflags, 0, &dma_cookie, &ncookies) != DDI_DMA_MAPPED) in xnf_buf_constructor()
2860 int (*ddiflags)(caddr_t) = DDI_DMA_SLEEP; in xnf_tx_buf_constructor() local
2865 ddiflags = DDI_DMA_DONTWAIT; in xnf_tx_buf_constructor()
2868 ddiflags, 0, &txp->tx_dma_handle) != DDI_SUCCESS) { in xnf_tx_buf_constructor()