Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/ath/
HDif_ath_tx_ht.c160 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) macro
320 (HT_RC_2_STREAMS(rate) == 1) && in ath_tx_rate_fill_rcflags()
329 if (HT_RC_2_STREAMS(rate) == 2) in ath_tx_rate_fill_rcflags()
331 else if (HT_RC_2_STREAMS(rate) == 3) in ath_tx_rate_fill_rcflags()
676 , HT_RC_2_STREAMS(series[i].Rate) in ath_rateseries_setup()
/freebsd-head/sys/dev/ath/ath_hal/
HDah.c354 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) macro
376 numStreams = HT_RC_2_STREAMS(rc); in ath_hal_pkt_txtime()