Home
last modified time | relevance | path

Searched refs:NO_PCI_REG (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_c2xxxreg.h74 #define BAR_SRAM_ID_C2XXX NO_PCI_REG
85 #define BAR_PESRAM_C2XXX NO_PCI_REG
125 #define PESRAM_BAR_C2XXX NO_PCI_REG
132 #define SCRATCH_BAR_C2XXX NO_PCI_REG
141 #define PMU_BAR_C2XXX NO_PCI_REG
147 #define MSIX_TAB_BAR_C2XXX NO_PCI_REG /* mapped by pci(9) */
H A Dqatreg.h105 #define NO_PCI_REG (-1) macro
H A Dqat.c368 if (sc->sc_hw.qhw_sram_bar_id != NO_PCI_REG) { in qat_attach()