Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_impl.h524 DDI_MEM_ALLOC, /* default (use ddi_dma_mem_alloc) */ enumerator
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c3867 rbrp->rbr_alloc_type = DDI_MEM_ALLOC; in nxge_map_rxdma_channel_buf_ring()
4877 if (rbr_p->rbr_alloc_type == DDI_MEM_ALLOC) { in nxge_rxdma_databuf_free()
H A Dnxge_main.c2644 rx_dmap[i].buf_alloc_type = DDI_MEM_ALLOC; in nxge_alloc_rx_buf_dma()