Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.h207 #define HXGE_RXDMA_POST_BATCH 16 macro
H A Dhxge_main.c1498 if (hxge_port_rbr_size % HXGE_RXDMA_POST_BATCH) { in hxge_alloc_rx_mem_pool()
1499 hxge_port_rbr_size = (HXGE_RXDMA_POST_BATCH * in hxge_alloc_rx_mem_pool()
1500 (hxge_port_rbr_size / HXGE_RXDMA_POST_BATCH + 1)); in hxge_alloc_rx_mem_pool()
1506 if (hxge_port_rbr_spare_size % HXGE_RXDMA_POST_BATCH) { in hxge_alloc_rx_mem_pool()
1507 hxge_port_rbr_spare_size = (HXGE_RXDMA_POST_BATCH * in hxge_alloc_rx_mem_pool()
1508 (hxge_port_rbr_spare_size / HXGE_RXDMA_POST_BATCH + 1)); in hxge_alloc_rx_mem_pool()