Lines Matching refs:cli
45 struct nouveau_cli *cli = (void *)nvif_client(chan->object); in nouveau_channel_idle() local
56 NV_PRINTK(error, cli, "failed to idle channel 0x%08x [%s]\n", in nouveau_channel_idle()
57 chan->object->handle, nvxx_client(&cli->base)->name); in nouveau_channel_idle()
90 struct nouveau_cli *cli = (void *)nvif_client(&device->base); in nouveau_channel_prep() local
129 ret = nouveau_bo_vma_add(chan->push.buffer, cli->vm, in nouveau_channel_prep()
139 args.limit = cli->vm->mmu->limit - 1; in nouveau_channel_prep()
284 struct nouveau_cli *cli = (void *)nvif_client(&device->base); in nouveau_channel_init() local
298 args.limit = cli->vm->mmu->limit - 1; in nouveau_channel_init()
316 args.limit = cli->vm->mmu->limit - 1; in nouveau_channel_init()
398 struct nouveau_cli *cli = (void *)nvif_client(&device->base); in nouveau_channel_new() local
403 super = cli->base.super; in nouveau_channel_new()
404 cli->base.super = true; in nouveau_channel_new()
408 NV_PRINTK(debug, cli, "ib channel create, %d\n", ret); in nouveau_channel_new()
411 NV_PRINTK(debug, cli, "dma channel create, %d\n", ret); in nouveau_channel_new()
418 NV_PRINTK(error, cli, "channel failed to initialise, %d\n", ret); in nouveau_channel_new()
423 cli->base.super = super; in nouveau_channel_new()