Home
last modified time | relevance | path

Searched refs:hxge_dma_common_t (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/hxge/
H A Dhxge_main.c1733 sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK); in hxge_free_rx_mem_pool()
1734 KMEM_FREE(dma_rbr_cntl_p[i], sizeof (hxge_dma_common_t)); in hxge_free_rx_mem_pool()
1735 KMEM_FREE(dma_rcr_cntl_p[i], sizeof (hxge_dma_common_t)); in hxge_free_rx_mem_pool()
1736 KMEM_FREE(dma_mbox_cntl_p[i], sizeof (hxge_dma_common_t)); 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()
1842 KMEM_FREE(rx_dmap, sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK); in hxge_alloc_rx_buf_dma()
1881 KMEM_ZALLOC(sizeof (hxge_dma_common_t), KM_SLEEP); in hxge_alloc_rx_cntl_dma()
1900 KMEM_FREE(rx_dmap, sizeof (hxge_dma_common_t)); in hxge_alloc_rx_cntl_dma()
2078 KMEM_ZALLOC(sizeof (hxge_dma_common_t) * HXGE_DMA_BLOCK, KM_SLEEP); 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()
[all …]
H A Dhxge_impl.h213 typedef struct _hxge_dma_common_t hxge_dma_common_t, *p_hxge_dma_common_t; typedef
H A Dhxge_send.c116 hxge_dma_common_t desc_area; in hxge_start()
H A Dhxge_txdma.c606 hxge_dma_common_t desc_area; in hxge_txdma_reclaim()
1964 i, sizeof (hxge_dma_common_t), dma_bufp)); in hxge_map_txdma_channel_buf_ring()