Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c3010 int tdc_max; in nxge_alloc_tx_mem_pool() local
3015 tdc_max = NXGE_MAX_TDCS; in nxge_alloc_tx_mem_pool()
3023 sizeof (p_nxge_dma_common_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3028 sizeof (p_nxge_dma_common_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3057 sizeof (uint32_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3075 KMEM_ZALLOC(sizeof (p_tx_ring_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3079 KMEM_ZALLOC(sizeof (p_tx_mbox_t) * tdc_max, KM_SLEEP); in nxge_alloc_tx_mem_pool()
3085 tdc_max, dma_poolp->ndmas)); in nxge_alloc_tx_mem_pool()
3275 int tdc_max = NXGE_MAX_TDCS; in nxge_free_tx_mem_pool() local
3294 sizeof (p_tx_mbox_t) * tdc_max); in nxge_free_tx_mem_pool()
[all …]