Lines Matching refs:twe_softc

84     struct twe_softc		*sc = (struct twe_softc *)dev->si_drv1;  in twe_open()
102 struct twe_softc *sc = (struct twe_softc *)dev->si_drv1; in twe_close()
116 struct twe_softc *sc = (struct twe_softc *)dev->si_drv1; in twe_ioctl_wrapper()
129 static void twe_free(struct twe_softc *sc);
152 sizeof(struct twe_softc)
181 struct twe_softc *sc; in twe_attach()
386 twe_free(struct twe_softc *sc) in twe_free()
442 struct twe_softc *sc = device_get_softc(dev); in twe_detach()
478 struct twe_softc *sc = device_get_softc(dev); in twe_shutdown()
513 struct twe_softc *sc = device_get_softc(dev); in twe_suspend()
532 struct twe_softc *sc = device_get_softc(dev); in twe_resume()
551 struct twe_softc *sc = arg; in twe_pci_intr()
564 struct twe_softc *sc = (struct twe_softc *)arg; in twe_intrhook()
579 twe_attach_drive(struct twe_softc *sc, struct twe_drive *dr) in twe_attach_drive()
618 twe_detach_drive(struct twe_softc *sc, int unit) in twe_detach_drive()
638 twe_clear_pci_parity_error(struct twe_softc *sc) in twe_clear_pci_parity_error()
648 twe_clear_pci_abort(struct twe_softc *sc) in twe_clear_pci_abort()
666 struct twe_softc *twed_controller; /* parent device softc */
761 struct twe_softc *twe_sc; in twed_dump()
769 twe_sc = (struct twe_softc *)twed_sc->twed_controller; in twed_dump()
817 sc->twed_controller = (struct twe_softc *)device_get_softc(parent); in twed_attach()
887 twe_allocate_request(struct twe_softc *sc, int tag) in twe_allocate_request()
908 struct twe_softc *sc = tr->tr_sc; in twe_free_request()
943 struct twe_softc *sc = tr->tr_sc; in twe_setup_data_dmamap()
1037 struct twe_softc *sc = (struct twe_softc *)arg; in twe_setup_request_dmamap()
1048 struct twe_softc *sc = tr->tr_sc; in twe_map_request()
1108 struct twe_softc *sc = tr->tr_sc; in twe_unmap_request()
1165 struct twe_softc *sc; in twe_report()