Searched defs:rdc_max (Results 1 - 1 of 1) sorted by relevance

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

Completed in 81 milliseconds