Searched refs:txchainmask (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/sys/dev/iwn/
H A Dif_iwn.c619 ((sc->txchainmask >> 2) & 1) +
620 ((sc->txchainmask >> 1) & 1) +
621 ((sc->txchainmask >> 0) & 1);
770 sc->txchainmask = IWN_ANT_AB;
817 sc->txchainmask = IWN_ANT_B;
839 sc->txchainmask = IWN_ANT_BC;
847 sc->txchainmask = IWN_ANT_AB;
1738 if (sc->txchainmask == 0)
1739 sc->txchainmask = IWN_RFCFG_TXANTMSK(sc->rfcfg);
2148 if (sc->txchainmask
[all...]
H A Dif_iwnvar.h354 uint8_t txchainmask; member in struct:iwn_softc
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c674 ar5210SetChainMasks(struct ath_hal *ah, uint32_t txchainmask, argument
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c714 ar5211SetChainMasks(struct ath_hal *ah, uint32_t txchainmask, argument
/freebsd-10.3-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300.h1370 struct ieee80211_channel *chan, HAL_HT_MACMODE macmode, u_int8_t txchainmask,
1374 HAL_HT_MACMODE macmode, u_int8_t txchainmask, u_int8_t rxchainmask);
H A Dar9300_reset.c4285 HAL_HT_MACMODE macmode, u_int8_t txchainmask, u_int8_t rxchainmask,
4334 ahp->ah_tx_chainmask = txchainmask & ap->ah_caps.halTxChainMask;
4284 ar9300_reset(struct ath_hal *ah, HAL_OPMODE opmode, struct ieee80211_channel *chan, HAL_HT_MACMODE macmode, u_int8_t txchainmask, u_int8_t rxchainmask, HAL_HT_EXTPROTSPACING extprotspacing, HAL_BOOL b_channel_change, HAL_STATUS *status, int is_scan) argument

Completed in 135 milliseconds