Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c461 int refill_alloc; in mlx5e_refill_rx_wqes() local
472 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()