Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/x86/pci/
H A Dtcpcib.c82 struct tcpcib_softc { struct
107 static void tcpcib_wdt_init(struct tcpcib_softc *, int); argument
108 static void tcpcib_wdt_start(struct tcpcib_softc *);
109 static void tcpcib_wdt_stop(struct tcpcib_softc *);
111 CFATTACH_DECL2_NEW(tcpcib, sizeof(struct tcpcib_softc),
122 tcpcib_wdt_unlock(struct tcpcib_softc *sc) in tcpcib_wdt_unlock()
130 tcpcib_wdt_init(struct tcpcib_softc *sc, int period) in tcpcib_wdt_init()
155 tcpcib_wdt_start(struct tcpcib_softc *sc) in tcpcib_wdt_start()
163 tcpcib_wdt_stop(struct tcpcib_softc *sc) in tcpcib_wdt_stop()
194 struct tcpcib_softc *sc = device_private(self); in tcpcib_attach()
[all …]