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

  /src/sys/dev/pci/
if_vmx.c 293 pci_intr_handle_t *vmx_intrs; /* legacy use vmx_intrs[0] */ member in struct:vmxnet3_softc
801 if (pci_msix_alloc_exact(pa, &sc->vmx_intrs, required) == 0) {
821 if (pci_msi_alloc_exact(pa, &sc->vmx_intrs, required) == 0) {
833 if (pci_intx_alloc(sc->vmx_pa, &sc->vmx_intrs) == 0) {
898 pci_intr_release(pc, sc->vmx_intrs, sc->vmx_nintrs);
914 intr = sc->vmx_intrs;
997 intr = &sc->vmx_intrs[0];
1041 intr = &sc->vmx_intrs[0];
if_vmx.c 293 pci_intr_handle_t *vmx_intrs; /* legacy use vmx_intrs[0] */ member in struct:vmxnet3_softc
801 if (pci_msix_alloc_exact(pa, &sc->vmx_intrs, required) == 0) {
821 if (pci_msi_alloc_exact(pa, &sc->vmx_intrs, required) == 0) {
833 if (pci_intx_alloc(sc->vmx_pa, &sc->vmx_intrs) == 0) {
898 pci_intr_release(pc, sc->vmx_intrs, sc->vmx_nintrs);
914 intr = sc->vmx_intrs;
997 intr = &sc->vmx_intrs[0];
1041 intr = &sc->vmx_intrs[0];

Completed in 27 milliseconds