Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dtcpcib.c73 struct tcpcib_softc { struct
103 void tcpcib_wdt_init(struct tcpcib_softc *, int); argument
104 void tcpcib_wdt_start(struct tcpcib_softc *);
105 void tcpcib_wdt_stop(struct tcpcib_softc *);
110 sizeof(struct tcpcib_softc), tcpcib_match, tcpcib_attach,
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()
185 struct tcpcib_softc *sc = (struct tcpcib_softc *)self; in tcpcib_attach()
[all …]