Lines Matching refs:tcpcib_softc
73 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()
271 struct tcpcib_softc *sc = (struct tcpcib_softc *)self; in tcpcib_activate()
313 struct tcpcib_softc *sc = arg; in tcpcib_wdt_cb()
341 struct tcpcib_softc *sc = tc->tc_priv; in tcpcib_hpet_get_timecount()