Lines Matching refs:cli
52 struct nouveau_cli *cli = (void *)chan->user.client;
53 NV_PRINTK(warn, cli, "channel %d killed!\n", chan->chid);
64 struct nouveau_cli *cli = (void *)chan->user.client;
75 NV_PRINTK(err, cli, "failed to idle channel %d [%s]\n",
76 chan->chid, nvxx_client(&cli->base)->name);
88 struct nouveau_cli *cli = (void *)chan->user.client;
91 if (cli) {
92 super = cli->base.super;
93 cli->base.super = true;
99 if (cli)
115 if (cli)
116 cli->base.super = super;
150 struct nouveau_cli *cli = (void *)device->object.client;
162 chan->vmm = cli->svm.cli ? &cli->svm : &cli->vmm;
170 ret = nouveau_bo_new(cli, size, 0, target, 0, 0, NULL, NULL,
183 chan->chan._push.mem.object.parent = cli->base.object.parent;
184 chan->chan._push.mem.object.client = &cli->base;
514 struct nouveau_cli *cli = (void *)device->object.client;
519 super = cli->base.super;
520 cli->base.super = true;
524 NV_PRINTK(dbg, cli, "ib channel create, %d\n", ret);
527 NV_PRINTK(dbg, cli, "dma channel create, %d\n", ret);
534 NV_PRINTK(err, cli, "channel failed to initialise, %d\n", ret);
544 cli->base.super = super;