Searched refs:is_vht (Results 1 – 4 of 4) sorted by relevance
200 #define is_vht(rate) is_type_vht((rate)->type) macro302 bool is_vht; member
752 } else if (is_vht(rate)) { in ucode_rate_from_rs_rate()860 !is_vht(rate)); in rs_rate_from_ucode_rate()1739 rate->type = lq_sta->is_vht ? LQ_VHT_SISO : LQ_HT_SISO; in rs_switch_to_column()1742 rate->type = lq_sta->is_vht ? LQ_VHT_MIMO2 : LQ_HT_MIMO2; in rs_switch_to_column()1922 if (is_vht(rate)) in rs_tpc_allowed()2709 lq_sta->is_vht = false; in rs_ht_init()2733 lq_sta->is_vht = true; in rs_vht_init()2868 lq_sta->is_vht, lq_sta->ldpc, lq_sta->stbc_capable, in iwl_mvm_rs_rate_init()3414 is_vht(rate) ? "VHT" : "HT"); in rs_sta_dbgfs_scale_table_read()
254 (pstatus->is_vht && in query_rxphystatus()484 status->is_vht = rtl8821ae_get_rxdesc_is_vht(hw, pdesc); in rtl8821ae_rx_query_desc()492 status->is_ht, status->is_vht, status->vht_nss, in rtl8821ae_rx_query_desc()528 if (status->is_vht) in rtl8821ae_rx_query_desc()558 status->is_vht, in rtl8821ae_rx_query_desc()
1997 bool is_vht; member