Home
last modified time | relevance | path

Searched refs:allocsz (Results 1 – 1 of 1) sorted by relevance

/drivers/net/caif/
Dcaif_virtio.c119 size_t allocsz; member
365 cfv->allocsz, cfv->alloc_addr, in cfv_destroy_genpool()
386 cfv->allocsz = (virtqueue_get_vring_size(cfv->vq_tx) * in cfv_create_genpool()
388 if (cfv->allocsz <= (num_possible_cpus() + 1) * cfv->ndev->mtu) in cfv_create_genpool()
392 if (cfv->allocsz <= num_possible_cpus() * cfv->ndev->mtu) { in cfv_create_genpool()
399 cfv->allocsz, &cfv->alloc_dma, in cfv_create_genpool()
404 cfv->allocsz = (cfv->allocsz * 3) >> 2; in cfv_create_genpool()
408 cfv->allocsz); in cfv_create_genpool()
417 cfv->allocsz, -1); in cfv_create_genpool()