Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/mlx5/
Dwr.c25 [MLX5_IB_WR_UMR] = MLX5_OPCODE_UMR,
1253 if (unlikely(wr->opcode != MLX5_IB_WR_UMR)) { in handle_qpt_reg_umr()
1259 qp->sq.wr_data[idx] = MLX5_IB_WR_UMR; in handle_qpt_reg_umr()
Dmr.c1099 wr.wr.opcode = MLX5_IB_WR_UMR; in mlx5_ib_update_xlt()
1482 umrwr.wr.opcode = MLX5_IB_WR_UMR; in mlx5_mr_cache_invalidate()
1499 umrwr.wr.opcode = MLX5_IB_WR_UMR; in rereg_umr()
Dmlx5_ib.h234 #define MLX5_IB_WR_UMR IB_WR_RESERVED1 macro
Dcq.c102 case MLX5_IB_WR_UMR: in get_umr_comp()