Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/mlx5/
H A Dmlx5_crypto.c367 struct mlx5_umr_wqe *umr) in mlx5_crypto_wqe_set() argument
371 struct mlx5_wqe_cseg *cseg = &umr->ctr; in mlx5_crypto_wqe_set()
372 struct mlx5_wqe_mkey_cseg *mkc = &umr->mkc; in mlx5_crypto_wqe_set()
373 struct mlx5_wqe_dseg *klms = &umr->kseg[0]; in mlx5_crypto_wqe_set()
375 RTE_PTR_ADD(umr, priv->umr_wqe_size)) - 1; in mlx5_crypto_wqe_set()
409 memcpy(klms, &umr->kseg[0], sizeof(*klms) * klm_n); in mlx5_crypto_wqe_set()
436 struct mlx5_umr_wqe *umr; in mlx5_crypto_enqueue_burst() local
451 umr = RTE_PTR_ADD(qp->qp_obj.umem_buf, in mlx5_crypto_enqueue_burst()
565 struct mlx5_umr_wqe *umr; in mlx5_crypto_indirect_mkeys_prepare() local
576 i < qp->entries_n; i++, umr = RTE_PTR_ADD(umr, priv->wqe_set_size)) { in mlx5_crypto_indirect_mkeys_prepare()
[all …]