Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/virtio/
Dvirtio_pci_common.c141 bool per_vq_vectors) in vp_request_msix_vectors() argument
195 if (!per_vq_vectors) { in vp_request_msix_vectors()
283 if (vp_dev->per_vq_vectors && in vp_del_vqs()
289 vp_dev->per_vq_vectors = false; in vp_del_vqs()
301 bool per_vq_vectors) in vp_try_to_find_vqs() argument
317 if (per_vq_vectors) { in vp_try_to_find_vqs()
328 err = vp_request_msix_vectors(vdev, nvectors, per_vq_vectors); in vp_try_to_find_vqs()
333 vp_dev->per_vq_vectors = per_vq_vectors; in vp_try_to_find_vqs()
341 else if (vp_dev->per_vq_vectors) in vp_try_to_find_vqs()
351 if (!vp_dev->per_vq_vectors || msix_vec == VIRTIO_MSI_NO_VECTOR) in vp_try_to_find_vqs()
Dvirtio_pci_common.h105 bool per_vq_vectors; member