OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:intx_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/x86/pci/
pci_intr_machdep.c
520
int
intx_count
, msi_count, msix_count;
local in function:pci_intr_alloc
522
intx_count
= msi_count = msix_count = 0;
526
intx_count
= 1;
536
intx_count
= counts[PCI_INTR_TYPE_INTX];
572
if (
intx_count
!= 0) { /* The number of INTx is always 1. */
/src/sys/arch/arm/pci/
pci_msi_machdep.c
205
int
intx_count
, msi_count, msix_count, error;
local in function:pci_intr_alloc
210
intx_count
= msi_count = msix_count = 0;
220
intx_count
= counts[PCI_INTR_TYPE_INTX];
221
if (
intx_count
> 1)
229
intx_count
= msi_count = msix_count = 1;
248
if (
intx_count
> 0 && (error = pci_intx_alloc(pa, ihps)) == 0) {
250
counts[PCI_INTR_TYPE_INTX] =
intx_count
;
Completed in 126 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025