Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dgdt_pci.c124 void gdt_pci_intr(struct gdt_softc *, struct gdt_intr_ctx *);
131 void gdt_pcinew_intr(struct gdt_softc *, struct gdt_intr_ctx *);
138 void gdt_mpr_intr(struct gdt_softc *, struct gdt_intr_ctx *);
619 gdt_pci_intr(struct gdt_softc *sc, struct gdt_intr_ctx *ctx) in gdt_pci_intr()
661 gdt_pcinew_intr(struct gdt_softc *sc, struct gdt_intr_ctx *ctx) in gdt_pcinew_intr()
719 gdt_mpr_intr(struct gdt_softc *sc, struct gdt_intr_ctx *ctx) in gdt_mpr_intr()
/openbsd/sys/dev/ic/
H A Dgdtvar.h62 struct gdt_intr_ctx { struct
230 void (*sc_intr)(struct gdt_softc *, struct gdt_intr_ctx *);
H A Dgdt_common.c985 struct gdt_intr_ctx ctx; in gdt_intr()