Searched refs:total_alloc_size (Results 1 – 2 of 2) sorted by relevance
1764 size_t total_alloc_size; in hxge_alloc_rx_buf_dma() local1777 total_alloc_size = alloc_size; in hxge_alloc_rx_buf_dma()1789 while ((allocated < total_alloc_size) && in hxge_alloc_rx_buf_dma()1825 if (allocated < total_alloc_size) { in hxge_alloc_rx_buf_dma()1829 allocated, total_alloc_size)); in hxge_alloc_rx_buf_dma()2071 size_t total_alloc_size; in hxge_alloc_tx_buf_dma() local2080 total_alloc_size = alloc_size; in hxge_alloc_tx_buf_dma()2091 while ((allocated < total_alloc_size) && in hxge_alloc_tx_buf_dma()2117 if (allocated < total_alloc_size) { in hxge_alloc_tx_buf_dma()2121 allocated, total_alloc_size)); in hxge_alloc_tx_buf_dma()
2597 size_t total_alloc_size; in nxge_alloc_rx_buf_dma() local2612 total_alloc_size = alloc_size; in nxge_alloc_rx_buf_dma()2615 total_alloc_size = alloc_size + alloc_size/4; in nxge_alloc_rx_buf_dma()2640 while ((allocated < total_alloc_size) && in nxge_alloc_rx_buf_dma()2712 if (allocated < total_alloc_size) { in nxge_alloc_rx_buf_dma()2717 allocated, total_alloc_size)); in nxge_alloc_rx_buf_dma()2726 allocated, total_alloc_size)); in nxge_alloc_rx_buf_dma()3103 size_t total_alloc_size; in nxge_alloc_tx_buf_dma() local3113 total_alloc_size = alloc_size; in nxge_alloc_tx_buf_dma()3124 while ((allocated < total_alloc_size) && in nxge_alloc_tx_buf_dma()[all …]