Lines Matching refs:cli
55 struct nouveau_cli *cli = (void *)chan->user.client;
57 NV_PRINTK(warn, cli, "channel %d killed!\n", chan->chid);
69 struct nouveau_cli *cli = (void *)chan->user.client;
80 NV_PRINTK(err, cli, "failed to idle channel %d [%s]\n",
81 chan->chid, nvxx_client(&cli->base)->name);
93 struct nouveau_cli *cli = (void *)chan->user.client;
98 if (cli)
148 struct nouveau_cli *cli = (void *)device->object.client;
160 chan->vmm = nouveau_cli_vmm(cli);
168 ret = nouveau_bo_new(cli, size, 0, target, 0, 0, NULL, NULL,
181 chan->chan._push.mem.object.parent = cli->base.object.parent;
182 chan->chan._push.mem.object.client = &cli->base;
282 struct nouveau_cli *cli = (void *)device->object.client;
332 ret = nvif_mem_ctor(&cli->mmu, "abi16ChanUSERD", NVIF_CLASS_MEM_GF100,
499 struct nouveau_cli *cli = (void *)device->object.client;
504 NV_PRINTK(dbg, cli, "channel create, %d\n", ret);
510 NV_PRINTK(err, cli, "channel failed to initialise, %d\n", ret);