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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_main2.c2104 bge_alloc_dma_mem(bge_t *bgep, size_t memsize, ddi_device_acc_attr_t *attr_p, function
2110 BGE_TRACE(("bge_alloc_dma_mem($%p, %ld, $%p, 0x%x, $%p)",
2138 BGE_DEBUG(("bge_alloc_dma_mem(): bind %d bytes; err %d, %d cookies",
2592 err = bge_alloc_dma_mem(bgep, txbuffsize/BGE_SPLIT,
2704 err = bge_alloc_dma_mem(bgep, rxbuffsize/BGE_SPLIT,
2719 err = bge_alloc_dma_mem(bgep, txbuffsize/BGE_SPLIT,
2740 err = bge_alloc_dma_mem(bgep, rxdescsize/rx_rings,
2755 err = bge_alloc_dma_mem(bgep, rxbuffdescsize, &bge_desc_accattr,
2766 err = bge_alloc_dma_mem(bgep, txdescsize, &bge_desc_accattr,

Completed in 81 milliseconds