Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/
HDif_ath_tx_ht.c160 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) macro
279 HT_RC_2_STREAMS(rate) == 1) { in ath_tx_rate_fill_rcflags()
290 if (HT_RC_2_STREAMS(rate) == 2) in ath_tx_rate_fill_rcflags()
292 else if (HT_RC_2_STREAMS(rate) == 3) in ath_tx_rate_fill_rcflags()
575 , HT_RC_2_STREAMS(series[i].Rate) in ath_rateseries_setup()
/trueos/sys/net80211/
HDieee80211_phy.c590 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) macro
620 #undef HT_RC_2_STREAMS
/trueos/sys/dev/ath/ath_hal/
HDah.c276 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) macro
296 numStreams = HT_RC_2_STREAMS(rc); in ath_hal_pkt_txtime()