Searched refs:gdt_softc (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/sys/dev/iir/
H A Diir.c150 static int iir_intr_locked(struct gdt_softc *gdt);
157 static int gdt_internal_cmd(struct gdt_softc *gdt, struct gdt_ccb *gccb,
160 static int gdt_wait(struct gdt_softc *gdt, struct gdt_ccb *ccb,
163 static struct gdt_ccb *gdt_get_ccb(struct gdt_softc *gdt);
165 static int gdt_sync_event(struct gdt_softc *gdt, int service,
167 static int gdt_async_event(struct gdt_softc *gdt, int service);
168 static struct gdt_ccb *gdt_raw_cmd(struct gdt_softc *gdt,
170 static struct gdt_ccb *gdt_cache_cmd(struct gdt_softc *gdt,
172 static struct gdt_ccb *gdt_ioctl_cmd(struct gdt_softc *gdt,
174 static void gdt_internal_cache_cmd(struct gdt_softc *gd
[all...]
H A Diir.h592 struct gdt_softc { struct
666 void (*sc_copy_cmd)(struct gdt_softc *, struct gdt_ccb *);
667 u_int8_t (*sc_get_status)(struct gdt_softc *);
668 void (*sc_intr)(struct gdt_softc *, struct gdt_intr_ctx *);
669 void (*sc_release_event)(struct gdt_softc *);
670 void (*sc_set_sema0)(struct gdt_softc *);
671 int (*sc_test_busy)(struct gdt_softc *);
673 TAILQ_ENTRY(gdt_softc) links;
702 int iir_init(struct gdt_softc *);
703 void iir_free(struct gdt_softc *);
[all...]
H A Diir_ctrl.c62 static struct gdt_softc *gdt_minor2softc(struct cdev *dev, int minor_no);
94 gdt_make_dev(struct gdt_softc *gdt)
125 static struct gdt_softc *
196 struct gdt_softc *gdt;
223 struct gdt_softc *gdt;
H A Diir_pci.c133 void gdt_pci_enable_intr(struct gdt_softc *);
135 void gdt_mpr_copy_cmd(struct gdt_softc *, struct gdt_ccb *);
136 u_int8_t gdt_mpr_get_status(struct gdt_softc *);
137 void gdt_mpr_intr(struct gdt_softc *, struct gdt_intr_ctx *);
138 void gdt_mpr_release_event(struct gdt_softc *);
139 void gdt_mpr_set_sema0(struct gdt_softc *);
140 int gdt_mpr_test_busy(struct gdt_softc *);
154 sizeof(struct gdt_softc)
185 struct gdt_softc *gdt;
353 gdt_pci_enable_intr(struct gdt_softc *gd
[all...]

Completed in 128 milliseconds