Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/mlx5/
Dmr.c708 wr->opcode = MLX5_IB_WR_UMR; in prep_umr_reg_wqe()
725 wr->opcode = MLX5_IB_WR_UMR; in prep_umr_unreg_wqe()
935 wr.opcode = MLX5_IB_WR_UMR; in mlx5_ib_update_mtt()
Dmlx5_ib.h117 #define MLX5_IB_WR_UMR IB_WR_RESERVED1 macro
Dqp.c70 [MLX5_IB_WR_UMR] = MLX5_OPCODE_UMR,
2789 if (wr->opcode != MLX5_IB_WR_UMR) { in mlx5_ib_post_send()
2794 qp->sq.wr_data[idx] = MLX5_IB_WR_UMR; in mlx5_ib_post_send()
Dcq.c105 case MLX5_IB_WR_UMR: in get_umr_comp()