Searched refs:per_vq_vectors (Results 1 – 2 of 2) sorted by relevance
141 bool per_vq_vectors) in vp_request_msix_vectors() argument195 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() argument317 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()
103 bool per_vq_vectors; member