Lines Matching refs:msix_entries
217 if (!xhci->msix_entries) in xhci_free_msi()
221 if (xhci->msix_entries[i].vector) in xhci_free_msi()
222 free_irq(xhci->msix_entries[i].vector, in xhci_free_msi()
294 xhci->msix_entries = in xhci_setup_msix()
297 if (!xhci->msix_entries) { in xhci_setup_msix()
303 xhci->msix_entries[i].entry = i; in xhci_setup_msix()
304 xhci->msix_entries[i].vector = 0; in xhci_setup_msix()
307 ret = pci_enable_msix_exact(pdev, xhci->msix_entries, xhci->msix_count); in xhci_setup_msix()
315 ret = request_irq(xhci->msix_entries[i].vector, in xhci_setup_msix()
330 kfree(xhci->msix_entries); in xhci_setup_msix()
331 xhci->msix_entries = NULL; in xhci_setup_msix()
346 if (xhci->msix_entries) { in xhci_cleanup_msix()
348 kfree(xhci->msix_entries); in xhci_cleanup_msix()
349 xhci->msix_entries = NULL; in xhci_cleanup_msix()
362 if (xhci->msix_entries) { in xhci_msix_sync_irqs()
364 synchronize_irq(xhci->msix_entries[i].vector); in xhci_msix_sync_irqs()