Symbol: TEST_FLAG
drivers/staging/rtl8723bs/core/rtw_ap.c
501
if (TEST_FLAG(phtpriv_ap->ldpc_cap, LDPC_HT_ENABLE_TX) &&
drivers/staging/rtl8723bs/core/rtw_ap.c
506
if (TEST_FLAG(phtpriv_ap->stbc_cap, STBC_HT_ENABLE_TX) &&
drivers/staging/rtl8723bs/core/rtw_ap.c
970
if (!TEST_FLAG(pmlmepriv->htpriv.ldpc_cap, LDPC_HT_ENABLE_RX))
drivers/staging/rtl8723bs/core/rtw_ap.c
973
if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_TX))
drivers/staging/rtl8723bs/core/rtw_ap.c
976
if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_RX))
drivers/staging/rtl8723bs/core/rtw_mlme.c
2215
phtpriv->sgi_40m = TEST_FLAG(pregistrypriv->short_gi, BIT(1)) ? true : false;
drivers/staging/rtl8723bs/core/rtw_mlme.c
2216
phtpriv->sgi_20m = TEST_FLAG(pregistrypriv->short_gi, BIT(0)) ? true : false;
drivers/staging/rtl8723bs/core/rtw_mlme.c
2222
if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT(4)))
drivers/staging/rtl8723bs/core/rtw_mlme.c
2227
if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT(5)))
drivers/staging/rtl8723bs/core/rtw_mlme.c
2235
if (TEST_FLAG(pregistrypriv->stbc_cap, BIT(5)))
drivers/staging/rtl8723bs/core/rtw_mlme.c
2240
if (TEST_FLAG(pregistrypriv->stbc_cap, BIT(4)))
drivers/staging/rtl8723bs/core/rtw_mlme.c
2248
if (TEST_FLAG(pregistrypriv->beamform_cap, BIT(4)) && bHwSupportBeamformer)
drivers/staging/rtl8723bs/core/rtw_mlme.c
2251
if (TEST_FLAG(pregistrypriv->beamform_cap, BIT(5)) && bHwSupportBeamformee)
drivers/staging/rtl8723bs/core/rtw_mlme.c
2335
if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX))
drivers/staging/rtl8723bs/core/rtw_mlme.c
2341
if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_RX)) {
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
1066
if (TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX))
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
1069
if (TEST_FLAG(psta->htpriv.stbc_cap, STBC_HT_ENABLE_TX))
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
939
if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) &&
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
946
if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) &&
drivers/staging/rtl8723bs/core/rtw_wlan_util.c
953
if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) &&