Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c2244 uint32_t rdc_max; in nxge_alloc_rx_mem_pool() local
2263 rdc_max = NXGE_MAX_RDCS; in nxge_alloc_rx_mem_pool()
2271 sizeof (p_nxge_dma_common_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2279 sizeof (uint32_t) * rdc_max, KM_SLEEP); in nxge_alloc_rx_mem_pool()
2536 int rdc_max = NXGE_MAX_RDCS; in nxge_free_rx_mem_pool() local
2554 sizeof (p_nxge_dma_common_t) * rdc_max); in nxge_free_rx_mem_pool()
2558 sizeof (uint32_t) * rdc_max); in nxge_free_rx_mem_pool()
2560 sizeof (p_nxge_dma_common_t) * rdc_max); in nxge_free_rx_mem_pool()
2567 sizeof (p_rx_rbr_ring_t) * rdc_max); in nxge_free_rx_mem_pool()
2570 sizeof (p_rx_rcr_ring_t) * rdc_max); in nxge_free_rx_mem_pool()
[all …]