OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:msix_vec
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/arm/cortex/
gic_v2m.c
179
gic_v2m_msix_enable(struct gic_v2m_frame *frame, int spi, int
msix_vec
,
198
const uint64_t entry_base = PCI_MSIX_TABLE_ENTRY_SIZE *
msix_vec
;
316
const int
msix_vec
= table_indexes ? table_indexes[n] : n;
local
317
vectors[
msix_vec
] = ARM_PCI_INTR_MSIX |
319
__SHIFTIN(
msix_vec
, ARM_PCI_INTR_MSI_VEC) |
322
gic_v2m_msix_enable(frame, spi,
msix_vec
, bst, bsh);
gicv3_its.c
530
gicv3_its_msix_enable(struct gicv3_its *its, int lpi, int
msix_vec
,
544
const uint64_t entry_base = PCI_MSIX_TABLE_ENTRY_SIZE *
msix_vec
;
679
const int
msix_vec
= table_indexes ? table_indexes[n] : n;
local
680
vectors[
msix_vec
] = ARM_PCI_INTR_MSIX |
682
__SHIFTIN(
msix_vec
, ARM_PCI_INTR_MSI_VEC) |
685
gicv3_its_msix_enable(its, lpi,
msix_vec
, bst, bsh);
/src/sys/arch/arm/apple/
apple_pcie.c
522
apple_pcie_msi_msix_enable(struct apple_pcie_softc *sc, int msi, int
msix_vec
,
541
const uint64_t entry_base = PCI_MSIX_TABLE_ENTRY_SIZE *
msix_vec
;
666
const int
msix_vec
= table_indexes ? table_indexes[n] : n;
local
667
vectors[
msix_vec
] = ARM_PCI_INTR_MSIX |
669
__SHIFTIN(
msix_vec
, ARM_PCI_INTR_MSI_VEC) |
672
apple_pcie_msi_msix_enable(sc, msino,
msix_vec
, bst, bsh);
Completed in 18 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026