Searched refs:total_vqs (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/ |
| H A D | virtio_net.c | 6386 int total_vqs; in virtnet_find_vqs() local 6394 total_vqs = vi->max_queue_pairs * 2 + in virtnet_find_vqs() 6398 vqs = kcalloc(total_vqs, sizeof(*vqs), GFP_KERNEL); in virtnet_find_vqs() 6401 vqs_info = kcalloc(total_vqs, sizeof(*vqs_info), GFP_KERNEL); in virtnet_find_vqs() 6405 ctx = kcalloc(total_vqs, sizeof(*ctx), GFP_KERNEL); in virtnet_find_vqs() 6414 vqs_info[total_vqs - 1].name = "control"; in virtnet_find_vqs() 6429 ret = virtio_find_vqs(vi->vdev, total_vqs, vqs, vqs_info, NULL); in virtnet_find_vqs() 6434 vi->cvq = vqs[total_vqs - 1]; in virtnet_find_vqs()
|