Searched refs:refill_alloc (Results 1 – 1 of 1) sorted by relevance
461 int refill_alloc; in mlx5e_refill_rx_wqes() local472 refill_alloc = mlx5e_alloc_rx_wqes(rq, ix + total_alloc, refill); in mlx5e_refill_rx_wqes()473 if (unlikely(refill_alloc != refill)) in mlx5e_refill_rx_wqes()476 total_alloc += refill_alloc; in mlx5e_refill_rx_wqes()483 mlx5e_free_rx_wqes(rq, ix, total_alloc + refill_alloc); in mlx5e_refill_rx_wqes()