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.c489 int refill_alloc; in mlx5e_refill_rx_wqes() local
500 refill_alloc = mlx5e_alloc_rx_wqes(rq, ix + total_alloc, refill); in mlx5e_refill_rx_wqes()
501 if (unlikely(refill_alloc != refill)) in mlx5e_refill_rx_wqes()
504 total_alloc += refill_alloc; in mlx5e_refill_rx_wqes()
511 mlx5e_free_rx_wqes(rq, ix, total_alloc + refill_alloc); in mlx5e_refill_rx_wqes()