Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dgdt_pci.c120 void gdt_pci_enable_intr(struct gdt_softc *);
122 void gdt_pci_copy_cmd(struct gdt_softc *, struct gdt_ccb *);
123 u_int8_t gdt_pci_get_status(struct gdt_softc *);
124 void gdt_pci_intr(struct gdt_softc *, struct gdt_intr_ctx *);
125 void gdt_pci_release_event(struct gdt_softc *, struct gdt_ccb *);
126 void gdt_pci_set_sema0(struct gdt_softc *);
127 int gdt_pci_test_busy(struct gdt_softc *);
129 void gdt_pcinew_copy_cmd(struct gdt_softc *, struct gdt_ccb *);
130 u_int8_t gdt_pcinew_get_status(struct gdt_softc *);
131 void gdt_pcinew_intr(struct gdt_softc *, struct gdt_intr_ctx *);
[all …]
/mirbsd/src/sys/dev/ic/
Dgdt_common.c64 int gdt_async_event(struct gdt_softc *, int);
65 void gdt_chain(struct gdt_softc *);
66 void gdt_clear_events(struct gdt_softc *);
68 struct scsi_xfer *gdt_dequeue(struct gdt_softc *);
69 void gdt_enqueue(struct gdt_softc *, struct scsi_xfer *, int);
70 void gdt_enqueue_ccb(struct gdt_softc *, struct gdt_ccb *);
73 void gdt_free_ccb(struct gdt_softc *, struct gdt_ccb *);
74 struct gdt_ccb *gdt_get_ccb(struct gdt_softc *, int);
76 int gdt_internal_cmd(struct gdt_softc *, u_int8_t, u_int16_t,
83 void gdt_start_ccbs(struct gdt_softc *);
[all …]
Dgdtvar.h268 struct gdt_softc { struct
383 void (*sc_copy_cmd)(struct gdt_softc *, struct gdt_ccb *); argument
384 u_int8_t (*sc_get_status)(struct gdt_softc *); argument
385 void (*sc_intr)(struct gdt_softc *, struct gdt_intr_ctx *); argument
386 void (*sc_release_event)(struct gdt_softc *, struct gdt_ccb *); argument
387 void (*sc_set_sema0)(struct gdt_softc *); argument
388 int (*sc_test_busy)(struct gdt_softc *); argument
397 int gdt_attach(struct gdt_softc *);