Lines Matching defs:counts
2013 int counts[PCI_INTR_TYPE_SIZE];
2212 counts[PCI_INTR_TYPE_MSIX]
2216 counts[PCI_INTR_TYPE_MSIX] = 0;
2220 counts[PCI_INTR_TYPE_MSI] = 1;
2221 counts[PCI_INTR_TYPE_INTX] = 1;
2224 counts[PCI_INTR_TYPE_MSI] = 0;
2227 counts[PCI_INTR_TYPE_MSIX] = 0;
2231 counts[PCI_INTR_TYPE_MSIX] = 0;
2235 if (pci_intr_alloc(pa, &sc->sc_intrs, counts, max_type) != 0) {
2244 counts[PCI_INTR_TYPE_MSIX]);
2248 counts[PCI_INTR_TYPE_MSI] = 1;
2249 counts[PCI_INTR_TYPE_INTX] = 1;
2257 counts[PCI_INTR_TYPE_MSI]);
2261 counts[PCI_INTR_TYPE_INTX] = 1;
2269 counts[PCI_INTR_TYPE_INTX]);