Lines Matching refs:ncookies
1580 uint_t ncookies; in xnf_send() local
1586 &ncookies); in xnf_send()
1601 ASSERT(ncookies == 1); in xnf_send()
2160 uint_t ncookies; in xnf_alloc_dma_resources() local
2185 DDI_DMA_SLEEP, 0, &dma_cookie, &ncookies)) != DDI_DMA_MAPPED) { in xnf_alloc_dma_resources()
2196 ASSERT(ncookies == 1); in xnf_alloc_dma_resources()
2222 DDI_DMA_SLEEP, 0, &dma_cookie, &ncookies)) != DDI_DMA_MAPPED) { in xnf_alloc_dma_resources()
2233 ASSERT(ncookies == 1); in xnf_alloc_dma_resources()
2322 uint_t ncookies; in xnf_buf_constructor() local
2342 ddiflags, 0, &dma_cookie, &ncookies) != DDI_DMA_MAPPED) in xnf_buf_constructor()
2344 ASSERT(ncookies == 1); in xnf_buf_constructor()