| /netbsd/src/sys/dev/pci/ |
| D | siisata_pci.c | 228 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()
|
| D | ciss_pci.c | 237 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()
|
| D | pci_stub.c | 72 int *counts, pci_intr_type_t max_type) in pci_intr_alloc() argument
|
| D | virtio_pci.c | 1144 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()
|
| D | if_ena.c | 1927 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()
|
| D | if_rge.c | 236 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()
|
| D | if_wm.c | 2014 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()
|
| D | if_bge.c | 3631 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()
|
| D | if_ixl.c | 5962 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/ |
| D | pci_intr_machdep.c | 517 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/ |
| D | pci_machdep.h | 295 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/ |
| D | pci_machdep_common.c | 155 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/ |
| D | pci_machdep.c | 508 int *counts, pci_intr_type_t max_type) in pci_intr_alloc() argument
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | ax-gdb.c | 97 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/ |
| D | pq3pci.c | 1602 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/ |
| D | ixgbe.c | 6755 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()
|