Lines Matching defs:vector
418 * interrupt vector. If a Linux IRQ number is not available then a new
427 unsigned int vector, bool msix)
434 irq = pci_irq_vector(pdev, vector);
441 map = pci_msix_alloc_irq_at(pdev, vector, NULL);
448 unsigned int vector, int fd, bool msix)
456 ctx = vfio_irq_ctx_get(vdev, vector);
460 irq = pci_irq_vector(pdev, vector);
467 vfio_irq_ctx_free(vdev, ctx, vector);
475 irq = vfio_msi_alloc_irq(vdev, vector, msix);
480 ctx = vfio_irq_ctx_alloc(vdev, vector);
485 msix ? "x" : "", vector, pci_name(pdev));
498 * If the vector was previously allocated, refresh the on-device
534 vfio_irq_ctx_free(vdev, ctx, vector);