Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_rxdma.h354 buf_alloc_type_t rbr_alloc_type; member
/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()
3869 rbrp->rbr_alloc_type = CONTIG_MEM_ALLOC; in nxge_map_rxdma_channel_buf_ring()
3873 rbrp->rbr_alloc_type = KMEM_ALLOC; in nxge_map_rxdma_channel_buf_ring()
4877 if (rbr_p->rbr_alloc_type == DDI_MEM_ALLOC) { in nxge_rxdma_databuf_free()
4899 nxge_free_buf(rbr_p->rbr_alloc_type, kaddr, chunk_size); in nxge_rxdma_databuf_free()