HomeSort by: relevance | last modified time | path
    Searched defs:tcpcib_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/pci/
tcpcib.c 82 struct tcpcib_softc { struct
107 static void tcpcib_wdt_init(struct tcpcib_softc *, int);
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)
130 tcpcib_wdt_init(struct tcpcib_softc *sc, int period)
155 tcpcib_wdt_start(struct tcpcib_softc *sc)
163 tcpcib_wdt_stop(struct tcpcib_softc *sc)
194 struct tcpcib_softc *sc = device_private(self)
    [all...]

Completed in 12 milliseconds