Lines Matching defs:dct
2414 qp->dct.in = kzalloc(MLX5_ST_SZ_BYTES(create_dct_in), GFP_KERNEL);
2415 if (!qp->dct.in)
2418 MLX5_SET(create_dct_in, qp->dct.in, uid, to_mpd(pd)->uid);
2419 dctc = MLX5_ADDR_OF(create_dct_in, qp->dct.in, dct_context_entry);
2443 if (attr->qp_type == IB_QPT_DRIVER && !MLX5_CAP_GEN(dev->mdev, dct))
2857 err = mlx5_core_destroy_dct(dev, &mqp->dct.mdct);
2864 kfree(mqp->dct.in);
4176 dctc = MLX5_ADDR_OF(create_dct_in, qp->dct.in, dct_context_entry);
4249 err = mlx5_core_create_dct(dev, &qp->dct.mdct, qp->dct.in,
4254 resp.dctn = qp->dct.mdct.mqp.qpn;
4259 mlx5_core_destroy_dct(dev, &qp->dct.mdct);
4674 struct mlx5_core_dct *dct = &mqp->dct.mdct;
4697 err = mlx5_core_dct_query(dev, dct, out, outlen);