Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_common.h48 #define HXGE_DMA_BLOCK 1 macro
50 #define HXGE_DMA_BLOCK (64 * 64)
H A Dhxge_rxdma.h369 rxbuf_index_info_t buffer[HXGE_DMA_BLOCK];
H A Dhxge_main.c1734 sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK); in hxge_free_rx_mem_pool()
1772 KMEM_ZALLOC(sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK, KM_SLEEP); in hxge_alloc_rx_buf_dma()
1791 (size_index >= 0) && (i < HXGE_DMA_BLOCK)) { in hxge_alloc_rx_buf_dma()
1843 KMEM_FREE(rx_dmap, sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK); in hxge_alloc_rx_buf_dma()
2079 KMEM_ZALLOC(sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK, KM_SLEEP); in hxge_alloc_tx_buf_dma()
2093 (size_index >= 0) && (i < HXGE_DMA_BLOCK)) { in hxge_alloc_tx_buf_dma()
2134 KMEM_FREE(tx_dmap, sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK); in hxge_alloc_tx_buf_dma()
2253 sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK); in hxge_free_tx_mem_pool()