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

  /src/sys/dev/qbus/
if_qt.c 166 static int qtinit(struct ifnet *);
287 ifp->if_init = qtinit;
397 qtinit(struct ifnet *ifp) function in typeref:typename:int
431 * -YM testing procedure. The CSR is saved here rather than in qtinit()
666 error = qtinit(ifp);
715 * After the reset put the device back in -T mode. Then call qtinit() to
725 qtinit(&sc->is_ec.ec_if);

Completed in 12 milliseconds