Symbol: TEST_FLAG
drivers/staging/rtl8723bs/core/rtw_ap.c
1022
if (!TEST_FLAG(pmlmepriv->htpriv.ldpc_cap, LDPC_HT_ENABLE_RX))
drivers/staging/rtl8723bs/core/rtw_ap.c
1025
if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_TX))
drivers/staging/rtl8723bs/core/rtw_ap.c
1028
if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_RX))
drivers/staging/rtl8723bs/core/rtw_ap.c
515
if (TEST_FLAG(phtpriv_ap->ldpc_cap, LDPC_HT_ENABLE_TX) &&
drivers/staging/rtl8723bs/core/rtw_ap.c
520
if (TEST_FLAG(phtpriv_ap->stbc_cap, STBC_HT_ENABLE_TX) &&
drivers/staging/rtl8723bs/core/rtw_mlme.c
2238
phtpriv->sgi_40m = TEST_FLAG(pregistrypriv->short_gi, BIT1) ? true : false;
drivers/staging/rtl8723bs/core/rtw_mlme.c
2239
phtpriv->sgi_20m = TEST_FLAG(pregistrypriv->short_gi, BIT0) ? true : false;
drivers/staging/rtl8723bs/core/rtw_mlme.c
2245
if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT4))
drivers/staging/rtl8723bs/core/rtw_mlme.c
2250
if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT5))
drivers/staging/rtl8723bs/core/rtw_mlme.c
2258
if (TEST_FLAG(pregistrypriv->stbc_cap, BIT5))
drivers/staging/rtl8723bs/core/rtw_mlme.c
2263
if (TEST_FLAG(pregistrypriv->stbc_cap, BIT4))
drivers/staging/rtl8723bs/core/rtw_mlme.c
2271
if (TEST_FLAG(pregistrypriv->beamform_cap, BIT4) && bHwSupportBeamformer)
drivers/staging/rtl8723bs/core/rtw_mlme.c
2274
if (TEST_FLAG(pregistrypriv->beamform_cap, BIT5) && bHwSupportBeamformee)
drivers/staging/rtl8723bs/core/rtw_mlme.c
2357
if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX))
drivers/staging/rtl8723bs/core/rtw_mlme.c
2363
if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_RX)) {
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
1090
if (TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX))
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
1093
if (TEST_FLAG(psta->htpriv.stbc_cap, STBC_HT_ENABLE_TX))
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
963
if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) &&
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
970
if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) &&
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
977
if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) &&