Lines Matching refs:xrcdn
995 in->ctx.xrcd = cpu_to_be32(to_mxrcd(init_attr->xrcd)->xrcdn); in create_qp_common()
999 in->ctx.xrcd = cpu_to_be32(to_mxrcd(devr->x1)->xrcdn); in create_qp_common()
1004 in->ctx.xrcd = cpu_to_be32(to_mxrcd(devr->x0)->xrcdn); in create_qp_common()
1007 in->ctx.xrcd = cpu_to_be32(to_mxrcd(devr->x1)->xrcdn); in create_qp_common()
1223 u16 xrcdn = 0; in mlx5_ib_create_qp() local
1248 xrcdn = to_mxrcd(init_attr->xrcd)->xrcdn; in mlx5_ib_create_qp()
1281 qp->xrcdn = xrcdn; in mlx5_ib_create_qp()
3139 err = mlx5_core_xrcd_alloc(dev->mdev, &xrcd->xrcdn); in mlx5_ib_alloc_xrcd()
3151 u32 xrcdn = to_mxrcd(xrcd)->xrcdn; in mlx5_ib_dealloc_xrcd() local
3154 err = mlx5_core_xrcd_dealloc(dev->mdev, xrcdn); in mlx5_ib_dealloc_xrcd()
3156 mlx5_ib_warn(dev, "failed to dealloc xrcdn 0x%x\n", xrcdn); in mlx5_ib_dealloc_xrcd()