Home
last modified time | relevance | path

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

/titanic_41/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.c1733 sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK); in hxge_free_rx_mem_pool()
1771 KMEM_ZALLOC(sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK, KM_SLEEP); in hxge_alloc_rx_buf_dma()
1790 (size_index >= 0) && (i < HXGE_DMA_BLOCK)) { in hxge_alloc_rx_buf_dma()
1842 KMEM_FREE(rx_dmap, sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK); in hxge_alloc_rx_buf_dma()
2078 KMEM_ZALLOC(sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK, KM_SLEEP); in hxge_alloc_tx_buf_dma()
2092 (size_index >= 0) && (i < HXGE_DMA_BLOCK)) { in hxge_alloc_tx_buf_dma()
2133 KMEM_FREE(tx_dmap, sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK); in hxge_alloc_tx_buf_dma()
2252 sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK); in hxge_free_tx_mem_pool()