Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.c840 mlx5_crypto_max_segs_num(uint16_t max_wqe_size) in mlx5_crypto_max_segs_num() argument
842 int klms_sizes = max_wqe_size - MLX5_CRYPTO_UMR_WQE_STATIC_SIZE; in mlx5_crypto_max_segs_num()
852 if (umr_wqe_size <= max_wqe_size && in mlx5_crypto_max_segs_num()
853 rdmw_wqe_size <= max_wqe_size) in mlx5_crypto_max_segs_num()
862 uint16_t max_wqe_size, uint32_t max_segs_num) in mlx5_crypto_configure_wqe_size() argument
869 if (umr_wqe_size > max_wqe_size || in mlx5_crypto_configure_wqe_size()
870 rdmw_wqe_size > max_wqe_size) { in mlx5_crypto_configure_wqe_size()
873 mlx5_crypto_max_segs_num(max_wqe_size)); in mlx5_crypto_configure_wqe_size()
/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_wq.h63 / (wq)->max_wqe_size)