Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_main.c2250 uint32_t rdc_max; in nxge_alloc_rx_mem_pool() local
2269 rdc_max = NXGE_MAX_RDCS; in nxge_alloc_rx_mem_pool()
2277 sizeof (p_nxge_dma_common_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2282 sizeof (p_nxge_dma_common_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2285 sizeof (uint32_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2408 KMEM_ZALLOC(sizeof (p_rx_rbr_ring_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2412 KMEM_ZALLOC(sizeof (p_rx_rcr_ring_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2416 KMEM_ZALLOC(sizeof (p_rx_mbox_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2542 int rdc_max = NXGE_MAX_RDCS; in nxge_free_rx_mem_pool() local
2560 sizeof (p_nxge_dma_common_t) * rdc_max); in nxge_free_rx_mem_pool()
[all …]