Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dtwevar.h29 struct twe_softc;
32 struct twe_softc *ccb_sc;
51 struct twe_softc { struct
89 int twe_attach(struct twe_softc *); argument
H A Dtwe.c73 void twe_dispose(struct twe_softc *sc);
85 struct twe_softc *sc = xsc; in twe_get_ccb()
100 struct twe_softc *sc = xsc; in twe_put_ccb()
110 twe_dispose(struct twe_softc *sc) in twe_dispose()
126 twe_attach(struct twe_softc *sc) in twe_attach()
414 struct twe_softc *sc = v; in twe_thread_create()
444 struct twe_softc *sc = v; in twe_thread()
493 struct twe_softc *sc = ccb->ccb_sc; in twe_cmd()
600 struct twe_softc*sc = ccb->ccb_sc; in twe_start()
908 struct twe_softc *sc = v; in twe_intr()
[all …]
/openbsd/sys/dev/pci/
H A Dtwe_pci.c51 sizeof(struct twe_softc), twe_pci_match, twe_pci_attach
69 struct twe_softc *sc = (struct twe_softc *)self; in twe_pci_attach()