Home
last modified time | relevance | path

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

/titanic_50/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()
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_main.c2598 size_t total_alloc_size; in nxge_alloc_rx_buf_dma() local
2613 total_alloc_size = alloc_size; in nxge_alloc_rx_buf_dma()
2616 total_alloc_size = alloc_size + alloc_size/4; in nxge_alloc_rx_buf_dma()
2641 while ((allocated < total_alloc_size) && in nxge_alloc_rx_buf_dma()
2713 if (allocated < total_alloc_size) { in nxge_alloc_rx_buf_dma()
2718 allocated, total_alloc_size)); in nxge_alloc_rx_buf_dma()
2727 allocated, total_alloc_size)); in nxge_alloc_rx_buf_dma()
3104 size_t total_alloc_size; in nxge_alloc_tx_buf_dma() local
3114 total_alloc_size = alloc_size; in nxge_alloc_tx_buf_dma()
3125 while ((allocated < total_alloc_size) && in nxge_alloc_tx_buf_dma()
[all …]