Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_main.c3017 int tdc_max; in nxge_alloc_tx_mem_pool() local
3022 tdc_max = NXGE_MAX_TDCS; in nxge_alloc_tx_mem_pool()
3030 sizeof (p_nxge_dma_common_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3035 sizeof (p_nxge_dma_common_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3064 sizeof (uint32_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3082 KMEM_ZALLOC(sizeof (p_tx_ring_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3086 KMEM_ZALLOC(sizeof (p_tx_mbox_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3092 tdc_max, dma_poolp->ndmas)); in nxge_alloc_tx_mem_pool()
3282 int tdc_max = NXGE_MAX_TDCS; in nxge_free_tx_mem_pool() local
3301 sizeof (p_tx_mbox_t) * tdc_max); in nxge_free_tx_mem_pool()
[all …]