Lines Matching refs:xrcdn
1004 in->ctx.xrcd = cpu_to_be32(to_mxrcd(init_attr->xrcd)->xrcdn); in create_qp_common()
1008 in->ctx.xrcd = cpu_to_be32(to_mxrcd(devr->x1)->xrcdn); in create_qp_common()
1013 in->ctx.xrcd = cpu_to_be32(to_mxrcd(devr->x0)->xrcdn); in create_qp_common()
1016 in->ctx.xrcd = cpu_to_be32(to_mxrcd(devr->x1)->xrcdn); in create_qp_common()
1232 u16 xrcdn = 0; in mlx5_ib_create_qp() local
1258 xrcdn = to_mxrcd(init_attr->xrcd)->xrcdn; in mlx5_ib_create_qp()
1291 qp->xrcdn = xrcdn; in mlx5_ib_create_qp()
3150 err = mlx5_core_xrcd_alloc(dev->mdev, &xrcd->xrcdn); in mlx5_ib_alloc_xrcd()
3162 u32 xrcdn = to_mxrcd(xrcd)->xrcdn; in mlx5_ib_dealloc_xrcd() local
3165 err = mlx5_core_xrcd_dealloc(dev->mdev, xrcdn); in mlx5_ib_dealloc_xrcd()
3167 mlx5_ib_warn(dev, "failed to dealloc xrcdn 0x%x\n", xrcdn); in mlx5_ib_dealloc_xrcd()