Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_main.c2251 uint32_t rdc_max; in nxge_alloc_rx_mem_pool() local
2270 rdc_max = NXGE_MAX_RDCS; in nxge_alloc_rx_mem_pool()
2278 sizeof (p_nxge_dma_common_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2283 sizeof (p_nxge_dma_common_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2286 sizeof (uint32_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2409 KMEM_ZALLOC(sizeof (p_rx_rbr_ring_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2413 KMEM_ZALLOC(sizeof (p_rx_rcr_ring_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2417 KMEM_ZALLOC(sizeof (p_rx_mbox_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2543 int rdc_max = NXGE_MAX_RDCS; in nxge_free_rx_mem_pool() local
2561 sizeof (p_nxge_dma_common_t) * rdc_max); in nxge_free_rx_mem_pool()
[all …]