Searched refs:total_alloc_size (Results 1 – 2 of 2) sorted by relevance
1765 size_t total_alloc_size; in hxge_alloc_rx_buf_dma() local1778 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() local2081 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()
2598 size_t total_alloc_size; in nxge_alloc_rx_buf_dma() local2613 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() local3114 total_alloc_size = alloc_size; in nxge_alloc_tx_buf_dma()3125 while ((allocated < total_alloc_size) && in nxge_alloc_tx_buf_dma()[all …]