HomeSort by: relevance | last modified time | path
    Searched defs:ixv_allocate_msix (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixv.c 101 static int ixv_allocate_msix(struct ixgbe_softc *,
543 error = ixv_allocate_msix(sc, pa);
545 aprint_error_dev(dev, "ixv_allocate_msix() failed!\n");
3359 * ixv_allocate_msix - Setup MSI-X Interrupt resources and handlers
3362 ixv_allocate_msix(struct ixgbe_softc *sc, const struct pci_attach_args *pa) function in typeref:typename:int
3517 } /* ixv_allocate_msix */
ixv.c 101 static int ixv_allocate_msix(struct ixgbe_softc *,
543 error = ixv_allocate_msix(sc, pa);
545 aprint_error_dev(dev, "ixv_allocate_msix() failed!\n");
3359 * ixv_allocate_msix - Setup MSI-X Interrupt resources and handlers
3362 ixv_allocate_msix(struct ixgbe_softc *sc, const struct pci_attach_args *pa) function in typeref:typename:int
3517 } /* ixv_allocate_msix */

Completed in 28 milliseconds