Lines Matching defs:dct
2741 qp->dct.in = kzalloc(MLX5_ST_SZ_BYTES(create_dct_in), GFP_KERNEL);
2742 if (!qp->dct.in)
2745 MLX5_SET(create_dct_in, qp->dct.in, uid, to_mpd(pd)->uid);
2746 dctc = MLX5_ADDR_OF(create_dct_in, qp->dct.in, dct_context_entry);
2769 if (attr->qp_type == IB_QPT_DRIVER && !MLX5_CAP_GEN(dev->mdev, dct))
3195 err = mlx5_core_destroy_dct(dev, &mqp->dct.mdct);
3202 kfree(mqp->dct.in);
4508 dctc = MLX5_ADDR_OF(create_dct_in, qp->dct.in, dct_context_entry);
4581 err = mlx5_core_create_dct(dev, &qp->dct.mdct, qp->dct.in,
4584 err = mlx5_cmd_check(dev->mdev, err, qp->dct.in, out);
4587 resp.dctn = qp->dct.mdct.mqp.qpn;
4592 mlx5_core_destroy_dct(dev, &qp->dct.mdct);
5001 struct mlx5_core_dct *dct = &mqp->dct.mdct;
5024 err = mlx5_core_dct_query(dev, dct, out, outlen);