Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_main.c3016 int tdc_max; in nxge_alloc_tx_mem_pool() local
3021 tdc_max = NXGE_MAX_TDCS; in nxge_alloc_tx_mem_pool()
3029 sizeof (p_nxge_dma_common_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3034 sizeof (p_nxge_dma_common_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3063 sizeof (uint32_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3081 KMEM_ZALLOC(sizeof (p_tx_ring_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3085 KMEM_ZALLOC(sizeof (p_tx_mbox_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3091 tdc_max, dma_poolp->ndmas)); in nxge_alloc_tx_mem_pool()
3281 int tdc_max = NXGE_MAX_TDCS; in nxge_free_tx_mem_pool() local
3300 sizeof (p_tx_mbox_t) * tdc_max); in nxge_free_tx_mem_pool()
[all …]