Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.c816 mlx5_crypto_get_wqe_sizes(uint32_t segs_num, uint32_t *umr_size, in mlx5_crypto_get_wqe_sizes() argument
821 *umr_size = MLX5_CRYPTO_UMR_WQE_STATIC_SIZE + in mlx5_crypto_get_wqe_sizes()
825 *umr_size = RTE_ALIGN(*umr_size, MLX5_SEND_WQE_BB); in mlx5_crypto_get_wqe_sizes()
832 wqe_set_size = *rdmaw_size + *umr_size; in mlx5_crypto_get_wqe_sizes()
836 *umr_size += diff; in mlx5_crypto_get_wqe_sizes()