Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ath/ath9k/
Dxmit.c23 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) macro
922 streams = HT_RC_2_STREAMS(rix); in ath_compute_num_delims()
1117 streams = HT_RC_2_STREAMS(rix); in ath_pkt_duration()
1135 int streams = HT_RC_2_STREAMS(mcs); in ath_max_framelen()