Searched refs:gdt_softc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/dev/iir/ |
| D | iir_pci.c | 135 void gdt_pci_enable_intr(struct gdt_softc *); 137 void gdt_mpr_copy_cmd(struct gdt_softc *, struct gdt_ccb *); 138 u_int8_t gdt_mpr_get_status(struct gdt_softc *); 139 void gdt_mpr_intr(struct gdt_softc *, struct gdt_intr_ctx *); 140 void gdt_mpr_release_event(struct gdt_softc *); 141 void gdt_mpr_set_sema0(struct gdt_softc *); 142 int gdt_mpr_test_busy(struct gdt_softc *); 156 sizeof(struct gdt_softc) 187 struct gdt_softc *gdt; in iir_pci_attach() 356 gdt_pci_enable_intr(struct gdt_softc *gdt) in gdt_pci_enable_intr() [all …]
|
| D | iir.h | 594 struct gdt_softc { struct 668 void (*sc_copy_cmd)(struct gdt_softc *, struct gdt_ccb *); argument 669 u_int8_t (*sc_get_status)(struct gdt_softc *); argument 670 void (*sc_intr)(struct gdt_softc *, struct gdt_intr_ctx *); argument 671 void (*sc_release_event)(struct gdt_softc *); argument 672 void (*sc_set_sema0)(struct gdt_softc *); argument 673 int (*sc_test_busy)(struct gdt_softc *); argument 675 TAILQ_ENTRY(gdt_softc) links; 704 int iir_init(struct gdt_softc *); 705 void iir_free(struct gdt_softc *); [all …]
|
| D | iir.c | 152 static int iir_intr_locked(struct gdt_softc *gdt); 159 static int gdt_internal_cmd(struct gdt_softc *gdt, struct gdt_ccb *gccb, 162 static int gdt_wait(struct gdt_softc *gdt, struct gdt_ccb *ccb, 165 static struct gdt_ccb *gdt_get_ccb(struct gdt_softc *gdt); 167 static int gdt_sync_event(struct gdt_softc *gdt, int service, 169 static int gdt_async_event(struct gdt_softc *gdt, int service); 170 static struct gdt_ccb *gdt_raw_cmd(struct gdt_softc *gdt, 172 static struct gdt_ccb *gdt_cache_cmd(struct gdt_softc *gdt, 174 static struct gdt_ccb *gdt_ioctl_cmd(struct gdt_softc *gdt, 176 static void gdt_internal_cache_cmd(struct gdt_softc *gdt, union ccb *ccb); [all …]
|
| D | iir_ctrl.c | 64 static struct gdt_softc *gdt_minor2softc(struct cdev *dev, int minor_no); 96 gdt_make_dev(struct gdt_softc *gdt) in gdt_make_dev() 127 static struct gdt_softc * 198 struct gdt_softc *gdt; in iir_ioctl() 225 struct gdt_softc *gdt; in iir_ioctl()
|