Searched refs:TEST_FLAG (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8723bs/include/ |
D | basic_types.h | 195 #define TEST_FLAG(__Flag, __testFlag) (((__Flag) & (__testFlag)) != 0) macro
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme.c | 2518 phtpriv->sgi_40m = TEST_FLAG(pregistrypriv->short_gi, BIT1) ? true : false; in rtw_ht_use_default_setting() 2519 phtpriv->sgi_20m = TEST_FLAG(pregistrypriv->short_gi, BIT0) ? true : false; in rtw_ht_use_default_setting() 2525 if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT4)) in rtw_ht_use_default_setting() 2530 if (TEST_FLAG(pregistrypriv->ldpc_cap, BIT5)) in rtw_ht_use_default_setting() 2540 if (TEST_FLAG(pregistrypriv->stbc_cap, BIT5)) in rtw_ht_use_default_setting() 2545 if (TEST_FLAG(pregistrypriv->stbc_cap, BIT4)) in rtw_ht_use_default_setting() 2555 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT4) && bHwSupportBeamformer) { in rtw_ht_use_default_setting() 2559 if (TEST_FLAG(pregistrypriv->beamform_cap, BIT5) && bHwSupportBeamformee) { in rtw_ht_use_default_setting() 2649 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX)) in rtw_restructure_ht_ie() 2655 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_RX)) { in rtw_restructure_ht_ie()
|
D | rtw_ap.c | 625 if (TEST_FLAG(phtpriv_ap->ldpc_cap, LDPC_HT_ENABLE_TX) && in update_sta_info_apmode() 632 if (TEST_FLAG(phtpriv_ap->stbc_cap, STBC_HT_ENABLE_TX) && in update_sta_info_apmode() 1199 if (!TEST_FLAG(pmlmepriv->htpriv.ldpc_cap, LDPC_HT_ENABLE_RX)) in rtw_check_beacon_data() 1202 if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) in rtw_check_beacon_data() 1205 if (!TEST_FLAG(pmlmepriv->htpriv.stbc_cap, STBC_HT_ENABLE_RX)) in rtw_check_beacon_data()
|
D | rtw_wlan_util.c | 1081 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && GET_HT_CAPABILITY_ELE_TX_STBC(pIE->data)) { in HT_caps_handler() 1088 …if (TEST_FLAG(phtpriv->ldpc_cap, LDPC_HT_ENABLE_TX) && GET_HT_CAPABILITY_ELE_LDPC_CAP(pIE->data)) { in HT_caps_handler() 1095 if (TEST_FLAG(phtpriv->stbc_cap, STBC_HT_ENABLE_TX) && GET_HT_CAPABILITY_ELE_RX_STBC(pIE->data)) { in HT_caps_handler() 1210 if (TEST_FLAG(psta->htpriv.ldpc_cap, LDPC_HT_ENABLE_TX)) in update_ldpc_stbc_cap() 1213 if (TEST_FLAG(psta->htpriv.stbc_cap, STBC_HT_ENABLE_TX)) in update_ldpc_stbc_cap()
|