qt_softc
static int qtturbo(struct qt_softc *);
static void qtsrr(struct qt_softc *, int);
static void qtrint(struct qt_softc *sc);
static void qttint(struct qt_softc *sc);
static void qtreset(struct qt_softc *sc);
CFATTACH_DECL_NEW(qt, sizeof(struct qt_softc),
struct qt_softc ssc;
struct qt_softc *sc = &ssc;
struct qt_softc *sc = device_private(self);
qtturbo(struct qt_softc *sc)
struct qt_softc *sc = ifp->if_softc;
struct qt_softc *sc = ifp->if_softc;
struct qt_softc *sc = arg;
qttint(struct qt_softc *sc)
qtrint(struct qt_softc *sc)
qtsrr(struct qt_softc *sc, int srrbits)
struct qt_softc *sc = ifp->if_softc;
qtreset(struct qt_softc *sc)