Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.h40 uint16_t max_rdmar_ds; member
H A Dmlx5_crypto.c418 if (priv->max_rdmar_ds > ds) { in mlx5_crypto_wqe_set()
420 ds = priv->max_rdmar_ds - ds; in mlx5_crypto_wqe_set()
879 priv->max_rdmar_ds = rdmw_wqe_size / sizeof(struct mlx5_wqe_dseg); in mlx5_crypto_configure_wqe_size()
958 (uint16_t)(priv->max_rdmar_ds - 2))); in mlx5_crypto_dev_probe()