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

  /src/sys/arch/x86/pci/
pci_msi_machdep.c 529 int hw_max; local in function:pci_msi_alloc
535 hw_max = pci_msi_count(pa->pa_pc, pa->pa_tag);
536 if (hw_max == 0)
539 if (*count > hw_max) {
540 DPRINTF(("cut off MSI count to %d\n", hw_max));
541 *count = hw_max; /* cut off hw_max */
559 int hw_max; local in function:pci_msi_alloc_exact
565 hw_max = pci_msi_count(pa->pa_pc, pa->pa_tag);
566 if (hw_max == 0
588 int hw_max; local in function:pci_msix_alloc
615 int hw_max; local in function:pci_msix_alloc_exact
649 int hw_max, i, j; local in function:pci_msix_alloc_map
    [all...]
  /src/sys/arch/powerpc/booke/pci/
pq3pci.c 1705 int hw_max; local in function:pq3pci_msi_alloc
1713 hw_max = pci_msi_count(pa->pa_pc, pa->pa_tag);
1714 if (hw_max == 0)
1717 if (*count > hw_max)
1718 *count = hw_max;

Completed in 12 milliseconds