Searched defs:uath_config (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c293 static void uath_config(struct uath_softc *, uint32_t, uint32_t);
1931 uath_config(sc, CFG_USER_RTS_THRESHOLD, ic->ic_rtsthreshold);
2429 uath_config(struct uath_softc *sc, uint32_t reg, uint32_t val) function
2441 UATH_DEBUG(UATH_DBG_MSG, "uath: uath_config(): "
2635 uath_config(sc, CFG_RATE_CONTROL_ENABLE, 0x00000001);
2636 uath_config(sc, CFG_DIVERSITY_CTL, 0x00000001);
2637 uath_config(sc, CFG_ABOLT, 0x0000003f);
2638 uath_config(sc, CFG_WME_ENABLED, 0x00000001);
2640 uath_config(sc, CFG_SERVICE_TYPE, 1);
2641 uath_config(s
[all...]

Completed in 50 milliseconds