Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Dumr.c433 MLX5_SET(mkc, &wqe.mkey_seg, free, 1); in mlx5r_umr_revoke_mr()
434 MLX5_SET(mkc, &wqe.mkey_seg, pd, to_mpd(dev->umrc.pd)->pdn); in mlx5r_umr_revoke_mr()
435 MLX5_SET(mkc, &wqe.mkey_seg, qpn, 0xffffff); in mlx5r_umr_revoke_mr()
436 MLX5_SET(mkc, &wqe.mkey_seg, mkey_7_0, in mlx5r_umr_revoke_mr()
472 mlx5r_umr_set_access_flags(dev, &wqe.mkey_seg, access_flags); in mlx5r_umr_rereg_pd_access()
473 MLX5_SET(mkc, &wqe.mkey_seg, pd, to_mpd(pd)->pdn); in mlx5r_umr_rereg_pd_access()
474 MLX5_SET(mkc, &wqe.mkey_seg, qpn, 0xffffff); in mlx5r_umr_rereg_pd_access()
475 MLX5_SET(mkc, &wqe.mkey_seg, mkey_7_0, in mlx5r_umr_rereg_pd_access()
604 struct mlx5_mkey_seg *mkey_seg, in mlx5r_umr_set_update_xlt_mkey_seg() argument
608 mlx5r_umr_set_access_flags(dev, mkey_seg, mr->access_flags); in mlx5r_umr_set_update_xlt_mkey_seg()
[all …]
H A Dumr.h90 struct mlx5_mkey_seg mkey_seg; member