Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/staging/rtl8723bs/core/
A Drtw_mlme.c2237 phtpriv->sgi_40m = TEST_FLAG(pregistrypriv->short_gi, BIT1) ? true : false; in rtw_ht_use_default_setting()
2238 phtpriv->sgi_20m = TEST_FLAG(pregistrypriv->short_gi, BIT0) ? true : false; in rtw_ht_use_default_setting()
2244 if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT4)) in rtw_ht_use_default_setting()
2249 if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT5)) in rtw_ht_use_default_setting()
2257 if (TEST_FLAG(pregistrypriv->stbc_cap, BIT5)) in rtw_ht_use_default_setting()
2262 if (TEST_FLAG(pregistrypriv->stbc_cap, BIT4)) in rtw_ht_use_default_setting()
2270 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT4) && bHwSupportBeamformer) in rtw_ht_use_default_setting()
2273 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT5) && bHwSupportBeamformee) in rtw_ht_use_default_setting()
2361 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX)) in rtw_restructure_ht_ie()
2367 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_RX)) { in rtw_restructure_ht_ie()
A Drtw_ap.c522 if (TEST_FLAG(phtpriv_ap->ldpc_cap, LDPC_HT_ENABLE_TX) && in update_sta_info_apmode()
527 if (TEST_FLAG(phtpriv_ap->stbc_cap, STBC_HT_ENABLE_TX) && in update_sta_info_apmode()
1054 if (!TEST_FLAG(pmlmepriv->htpriv.ldpc_cap, LDPC_HT_ENABLE_RX)) in rtw_check_beacon_data()
1057 if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) in rtw_check_beacon_data()
1060 if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_RX)) in rtw_check_beacon_data()
A Drtw_wlan_util.c1008 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && in HT_caps_handler()
1015 if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) && in HT_caps_handler()
1022 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && in HT_caps_handler()
1135 if (TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX)) in update_ldpc_stbc_cap()
1138 if (TEST_FLAG(psta->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) in update_ldpc_stbc_cap()
/linux-6.3-rc2/drivers/staging/rtl8723bs/include/
A Dbasic_types.h193 #define TEST_FLAG(__Flag, __testFlag) (((__Flag) & (__testFlag)) != 0) macro

Completed in 15 milliseconds