Home
last modified time | relevance | path

Searched refs:max_type (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/sys/dev/pci/
Dsiisata_pci.c228 int max_type = PCI_INTR_TYPE_MSIX; in siisata_pci_attach() local
231 max_type = PCI_INTR_TYPE_INTX; in siisata_pci_attach()
235 if (pci_intr_alloc(pa, &psc->sc_pihp, counts, max_type) != 0) { in siisata_pci_attach()
Dciss_pci.c237 int max_type = PCI_INTR_TYPE_INTX; in ciss_pci_attach() local
246 max_type = PCI_INTR_TYPE_MSIX; in ciss_pci_attach()
251 if (pci_intr_alloc(pa, &ih, counts, max_type)) { in ciss_pci_attach()
Dpci_stub.c72 int *counts, pci_intr_type_t max_type) in pci_intr_alloc() argument
Dvirtio_pci.c1144 pci_intr_type_t max_type; in virtio_pci_alloc_interrupts() local
1153 max_type = PCI_INTR_TYPE_INTX; in virtio_pci_alloc_interrupts()
1164 max_type = PCI_INTR_TYPE_MSIX; in virtio_pci_alloc_interrupts()
1171 error = pci_intr_alloc(&psc->sc_pa, &psc->sc_ihp, counts, max_type); in virtio_pci_alloc_interrupts()
1188 max_type = PCI_INTR_TYPE_INTX; in virtio_pci_alloc_interrupts()
Dif_ena.c1927 int max_type; in ena_enable_msix() local
1935 max_type = PCI_INTR_TYPE_MSIX; in ena_enable_msix()
1938 max_type) != 0) { in ena_enable_msix()
Dif_rge.c236 int max_type = PCI_INTR_TYPE_MSIX; in rge_attach() local
240 if (pci_intr_alloc(pa, &ihp, counts, max_type) != 0) { in rge_attach()
Dif_wm.c2014 pci_intr_type_t max_type; in wm_attach() local
2206 max_type = PCI_INTR_TYPE_MSIX; in wm_attach()
2215 max_type = PCI_INTR_TYPE_MSI; in wm_attach()
2226 max_type = PCI_INTR_TYPE_INTX; in wm_attach()
2230 max_type = PCI_INTR_TYPE_MSI; in wm_attach()
2235 if (pci_intr_alloc(pa, &sc->sc_intrs, counts, max_type) != 0) { in wm_attach()
2247 max_type = PCI_INTR_TYPE_MSI; in wm_attach()
2260 max_type = PCI_INTR_TYPE_INTX; in wm_attach()
Dif_bge.c3631 int max_type = PCI_INTR_TYPE_MSIX; in bge_attach() local
3635 max_type = PCI_INTR_TYPE_INTX; in bge_attach()
3638 if (pci_intr_alloc(pa, &sc->bge_pihp, counts, max_type) != 0) { in bge_attach()
Dif_ixl.c5962 pci_intr_type_t max_type, intr_type; in ixl_setup_interrupts() local
5969 max_type = PCI_INTR_TYPE_MSIX; in ixl_setup_interrupts()
5979 error = pci_intr_alloc(pa, &sc->sc_ihp, counts, max_type); in ixl_setup_interrupts()
/netbsd/src/sys/arch/x86/pci/
Dpci_intr_machdep.c517 int *counts, pci_intr_type_t max_type) in pci_intr_alloc() argument
528 switch (max_type) { in pci_intr_alloc()
/netbsd/src/sys/arch/powerpc/include/
Dpci_machdep.h295 int *count, pci_intr_type_t max_type) in pci_intr_alloc() argument
298 return (*pc->pc_intr_alloc)(pa, ihps, count, max_type); in pci_intr_alloc()
/netbsd/src/sys/arch/powerpc/pci/
Dpci_machdep_common.c155 pci_intr_handle_t **ihps, int *counts, pci_intr_type_t max_type) in genppc_pci_intr_alloc() argument
/netbsd/src/sys/arch/sandpoint/pci/
Dpci_machdep.c508 int *counts, pci_intr_type_t max_type) in pci_intr_alloc() argument
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dax-gdb.c97 static struct type *max_type (struct type *type1, struct type *type2);
775 max_type (struct type *type1, struct type *type2) in max_type() function
849 struct type *target = max_type (builtin_type (ax->gdbarch)->builtin_int, in gen_usual_arithmetic()
850 max_type (type1, type2)); in gen_usual_arithmetic()
/netbsd/src/sys/arch/powerpc/booke/pci/
Dpq3pci.c1602 int *counts, pci_intr_type_t max_type) in pq3pci_intr_alloc() argument
1613 switch (max_type) { in pq3pci_intr_alloc()
1629 memset(counts, 0, sizeof(counts[0]) * (max_type + 1)); in pq3pci_intr_alloc()
/netbsd/src/sys/dev/pci/ixgbe/
Dixgbe.c6755 pci_intr_type_t intr_type, max_type; in ixgbe_allocate_legacy() local
6762 max_type = PCI_INTR_TYPE_MSI; in ixgbe_allocate_legacy()
6771 if (pci_intr_alloc(pa, &sc->osdep.intrs, counts, max_type) != 0) { in ixgbe_allocate_legacy()
6790 max_type = PCI_INTR_TYPE_INTX; in ixgbe_allocate_legacy()