Searched refs:total_vqs (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ |
| H A D | virtio_net.c | 6472 int total_vqs; in virtnet_find_vqs() local 6480 total_vqs = vi->max_queue_pairs * 2 + in virtnet_find_vqs() 6484 vqs = kcalloc(total_vqs, sizeof(*vqs), GFP_KERNEL); in virtnet_find_vqs() 6487 vqs_info = kcalloc(total_vqs, sizeof(*vqs_info), GFP_KERNEL); in virtnet_find_vqs() 6491 ctx = kcalloc(total_vqs, sizeof(*ctx), GFP_KERNEL); in virtnet_find_vqs() 6500 vqs_info[total_vqs - 1].name = "control"; in virtnet_find_vqs() 6515 ret = virtio_find_vqs(vi->vdev, total_vqs, vqs, vqs_info, NULL); in virtnet_find_vqs() 6520 vi->cvq = vqs[total_vqs - 1]; in virtnet_find_vqs()
|