Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_common.h67 #define NXGE_DMA_BLOCK (16 * 64 * 4) macro
69 #define NXGE_DMA_BLOCK 1
72 #define NXGE_DMA_BLOCK (64 * 64)
H A Dnxge_rxdma.h268 rxbuf_index_info_t buffer[NXGE_DMA_BLOCK];
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c2527 KMEM_FREE(data, sizeof (nxge_dma_common_t) * NXGE_DMA_BLOCK); in nxge_free_rxb()
2599 KMEM_ZALLOC(sizeof (nxge_dma_common_t) * NXGE_DMA_BLOCK, in nxge_alloc_rx_buf_dma()
2635 (size_index >= 0) && (i < NXGE_DMA_BLOCK)) { in nxge_alloc_rx_buf_dma()
2651 if ((nxgep->niu_type == N2_NIU) && (NXGE_DMA_BLOCK == 1)) { in nxge_alloc_rx_buf_dma()
2731 KMEM_FREE(rx_dmap, sizeof (nxge_dma_common_t) * NXGE_DMA_BLOCK); in nxge_alloc_rx_buf_dma()
2981 KMEM_FREE(data, sizeof (nxge_dma_common_t) * NXGE_DMA_BLOCK); in nxge_free_txb()
3104 KMEM_ZALLOC(sizeof (nxge_dma_common_t) * NXGE_DMA_BLOCK, in nxge_alloc_tx_buf_dma()
3119 (size_index >= 0) && (i < NXGE_DMA_BLOCK)) { in nxge_alloc_tx_buf_dma()
3135 if ((nxgep->niu_type == N2_NIU) && (NXGE_DMA_BLOCK == 1)) { in nxge_alloc_tx_buf_dma()
3177 KMEM_FREE(tx_dmap, sizeof (nxge_dma_common_t) * NXGE_DMA_BLOCK); in nxge_alloc_tx_buf_dma()