Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c1765 size_t total_alloc_size; in hxge_alloc_rx_buf_dma() local
1778 total_alloc_size = alloc_size; in hxge_alloc_rx_buf_dma()
1790 while ((allocated < total_alloc_size) && in hxge_alloc_rx_buf_dma()
1826 if (allocated < total_alloc_size) { in hxge_alloc_rx_buf_dma()
1830 allocated, total_alloc_size)); in hxge_alloc_rx_buf_dma()
2072 size_t total_alloc_size; in hxge_alloc_tx_buf_dma() local
2081 total_alloc_size = alloc_size; in hxge_alloc_tx_buf_dma()
2092 while ((allocated < total_alloc_size) && in hxge_alloc_tx_buf_dma()
2118 if (allocated < total_alloc_size) { in hxge_alloc_tx_buf_dma()
2122 allocated, total_alloc_size)); in hxge_alloc_tx_buf_dma()
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c2592 size_t total_alloc_size; in nxge_alloc_rx_buf_dma() local
2607 total_alloc_size = alloc_size; in nxge_alloc_rx_buf_dma()
2610 total_alloc_size = alloc_size + alloc_size/4; in nxge_alloc_rx_buf_dma()
2635 while ((allocated < total_alloc_size) && in nxge_alloc_rx_buf_dma()
2707 if (allocated < total_alloc_size) { in nxge_alloc_rx_buf_dma()
2712 allocated, total_alloc_size)); in nxge_alloc_rx_buf_dma()
2721 allocated, total_alloc_size)); in nxge_alloc_rx_buf_dma()
3098 size_t total_alloc_size; in nxge_alloc_tx_buf_dma() local
3108 total_alloc_size = alloc_size; in nxge_alloc_tx_buf_dma()
3119 while ((allocated < total_alloc_size) && in nxge_alloc_tx_buf_dma()
[all …]