Home
last modified time | relevance | path

Searched refs:arn_tx_setup (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c2985 if (!arn_tx_setup(sc, ATH9K_WME_AC_BK)) { in arn_attach()
2990 if (!arn_tx_setup(sc, ATH9K_WME_AC_BE)) { in arn_attach()
2995 if (!arn_tx_setup(sc, ATH9K_WME_AC_VI)) { in arn_attach()
3000 if (!arn_tx_setup(sc, ATH9K_WME_AC_VO)) { in arn_attach()
H A Darn_core.h558 int arn_tx_setup(struct arn_softc *sc, int haltype);
H A Darn_xmit.c1632 arn_tx_setup(struct arn_softc *sc, int haltype) in arn_tx_setup() function