Searched refs:NXGE_DMA_BLOCK (Results 1 – 3 of 3) sorted by relevance
67 #define NXGE_DMA_BLOCK (16 * 64 * 4) macro69 #define NXGE_DMA_BLOCK 172 #define NXGE_DMA_BLOCK (64 * 64)
268 rxbuf_index_info_t buffer[NXGE_DMA_BLOCK];
2533 KMEM_FREE(data, sizeof (nxge_dma_common_t) * NXGE_DMA_BLOCK); in nxge_free_rxb()2605 KMEM_ZALLOC(sizeof (nxge_dma_common_t) * NXGE_DMA_BLOCK, in nxge_alloc_rx_buf_dma()2641 (size_index >= 0) && (i < NXGE_DMA_BLOCK)) { in nxge_alloc_rx_buf_dma()2657 if ((nxgep->niu_type == N2_NIU) && (NXGE_DMA_BLOCK == 1)) { in nxge_alloc_rx_buf_dma()2737 KMEM_FREE(rx_dmap, sizeof (nxge_dma_common_t) * NXGE_DMA_BLOCK); in nxge_alloc_rx_buf_dma()2987 KMEM_FREE(data, sizeof (nxge_dma_common_t) * NXGE_DMA_BLOCK); in nxge_free_txb()3110 KMEM_ZALLOC(sizeof (nxge_dma_common_t) * NXGE_DMA_BLOCK, in nxge_alloc_tx_buf_dma()3125 (size_index >= 0) && (i < NXGE_DMA_BLOCK)) { in nxge_alloc_tx_buf_dma()3141 if ((nxgep->niu_type == N2_NIU) && (NXGE_DMA_BLOCK == 1)) { in nxge_alloc_tx_buf_dma()3183 KMEM_FREE(tx_dmap, sizeof (nxge_dma_common_t) * NXGE_DMA_BLOCK); in nxge_alloc_tx_buf_dma()