Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/amiga/dev/
H A Dzz9k_if.c71 struct zzif_softc { struct
96 static void zzif_init(struct zzif_softc *sc); argument
97 static void zzif_stop(struct zzif_softc *sc);
106 zz9k_if, sizeof(struct zzif_softc), zzif_match, zzif_attach, NULL, NULL);
126 struct zzif_softc *sc = device_private(self); in zzif_attach()
201 zzif_init(struct zzif_softc *sc) in zzif_init()
214 zzif_stop(struct zzif_softc *sc) in zzif_stop()
227 struct zzif_softc *sc = ifp->if_softc; in zzif_start()
285 struct zzif_softc *sc = arg; in zzif_intr()
329 struct zzif_softc *sc = ifp->if_softc; in zzif_ioctl()