Lines Matching refs:cli
52 struct nouveau_cli *cli = (void *)chan->user.client; in nouveau_channel_killed() local
53 NV_PRINTK(warn, cli, "channel %d killed!\n", chan->chid); in nouveau_channel_killed()
64 struct nouveau_cli *cli = (void *)chan->user.client; in nouveau_channel_idle() local
75 NV_PRINTK(err, cli, "failed to idle channel %d [%s]\n", in nouveau_channel_idle()
76 chan->chid, nvxx_client(&cli->base)->name); in nouveau_channel_idle()
88 struct nouveau_cli *cli = (void *)chan->user.client; in nouveau_channel_del() local
93 if (cli) in nouveau_channel_del()
141 struct nouveau_cli *cli = (void *)device->object.client; in nouveau_channel_prep() local
153 chan->vmm = cli->svm.cli ? &cli->svm : &cli->vmm; in nouveau_channel_prep()
161 ret = nouveau_bo_new(cli, size, 0, target, 0, 0, NULL, NULL, in nouveau_channel_prep()
174 chan->chan._push.mem.object.parent = cli->base.object.parent; in nouveau_channel_prep()
175 chan->chan._push.mem.object.client = &cli->base; in nouveau_channel_prep()
507 struct nouveau_cli *cli = (void *)device->object.client; in nouveau_channel_new() local
513 NV_PRINTK(dbg, cli, "ib channel create, %d\n", ret); in nouveau_channel_new()
516 NV_PRINTK(dbg, cli, "dma channel create, %d\n", ret); in nouveau_channel_new()
523 NV_PRINTK(err, cli, "channel failed to initialise, %d\n", ret); in nouveau_channel_new()