Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
H A Drx.c192 frag->flags &= ~BIT(MLX5E_WQE_FRAG_SKIP_RELEASE); in mlx5e_xsk_alloc_rx_wqes_batched()
219 frag->flags &= ~BIT(MLX5E_WQE_FRAG_SKIP_RELEASE); in mlx5e_xsk_alloc_rx_wqes()
328 wi->flags |= BIT(MLX5E_WQE_FRAG_SKIP_RELEASE); in mlx5e_xsk_skb_from_cqe_linear()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c324 (BIT(MLX5E_WQE_FRAG_LAST_IN_PAGE) | BIT(MLX5E_WQE_FRAG_SKIP_RELEASE)) in mlx5e_frag_can_release()
358 frag->flags &= ~BIT(MLX5E_WQE_FRAG_SKIP_RELEASE); in mlx5e_alloc_rx_wqe()
385 if (!(wi->flags & BIT(MLX5E_WQE_FRAG_SKIP_RELEASE))) in mlx5e_xsk_free_rx_wqe()
403 wi->flags |= BIT(MLX5E_WQE_FRAG_SKIP_RELEASE); in mlx5e_dealloc_rx_wqe()
491 frag->flags |= BIT(MLX5E_WQE_FRAG_SKIP_RELEASE); in mlx5e_refill_rx_wqes()
H A Den.h561 MLX5E_WQE_FRAG_SKIP_RELEASE, enumerator
H A Den_main.c524 next_frag.flags = BIT(MLX5E_WQE_FRAG_SKIP_RELEASE); in mlx5e_init_frags_partition()
570 rq->wqe.frags[i].flags |= BIT(MLX5E_WQE_FRAG_SKIP_RELEASE); in mlx5e_init_xsk_buffs()