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()
2592 size_t total_alloc_size; in nxge_alloc_rx_buf_dma() local2607 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() local3108 total_alloc_size = alloc_size; in nxge_alloc_tx_buf_dma()3119 while ((allocated < total_alloc_size) && in nxge_alloc_tx_buf_dma()[all …]