Searched refs:stbc_he_tx (Results 1 – 14 of 14) sorted by relevance
572 proto_cap->stbc_he_tx = in rtw_hal_get_stbc_proto_cap()573 (sw_cap->stbc_he_tx && hw_cap->stbc_he_tx) ? 1 : 0; in rtw_hal_get_stbc_proto_cap()599 __func__, proto_cap->stbc_he_tx); in rtw_hal_get_stbc_proto_cap()
375 (proto_cap.stbc_he_tx)) { in _phl_init_proto_stbc_cap()376 proto_role_cap->stbc_he_tx = 0; in _phl_init_proto_stbc_cap()379 proto_role_cap->stbc_he_tx = proto_cap.stbc_he_tx; in _phl_init_proto_stbc_cap()
1056 u8 stbc_he_tx:1; member
391 (proto_cap.stbc_he_tx)) { in _phl_init_proto_stbc_cap()392 proto_role_cap->stbc_he_tx = 0; in _phl_init_proto_stbc_cap()395 proto_role_cap->stbc_he_tx = proto_cap.stbc_he_tx; in _phl_init_proto_stbc_cap()
1059 u8 stbc_he_tx:1; member
565 proto_cap->stbc_he_tx = in rtw_hal_get_stbc_proto_cap()566 (sw_cap->stbc_he_tx && hw_cap->stbc_he_tx) ? 1 : 0; in rtw_hal_get_stbc_proto_cap()592 __func__, proto_cap->stbc_he_tx); in rtw_hal_get_stbc_proto_cap()
107 hw_proto_cap[0].stbc_he_tx = 1; in init_hal_spec_8852b()108 hw_proto_cap[1].stbc_he_tx = 1; in init_hal_spec_8852b()
351 phl_sta->asoc_cap.stbc_he_tx = GET_HE_PHY_CAP_STBC_TX_LESS_THAN_80MHZ(ele_start); in update_sta_he_phy_cap_apmode()352 …->asoc_cap.stbc_he_rx = (GET_HE_PHY_CAP_STBC_RX_LESS_THAN_80MHZ(ele_start) & role_cap->stbc_he_tx); in update_sta_he_phy_cap_apmode()521 phl_sta->asoc_cap.stbc_he_tx = GET_HE_PHY_CAP_STBC_TX_LESS_THAN_80MHZ(ele_start); in HE_phy_caps_handler()522 …->asoc_cap.stbc_he_rx = (GET_HE_PHY_CAP_STBC_RX_LESS_THAN_80MHZ(ele_start) & role_cap->stbc_he_tx); in HE_phy_caps_handler()946 if (proto_cap->stbc_he_tx) in rtw_build_he_phy_caps()
1313 phl_com->proto_sw_cap[0].stbc_he_tx = (rtw_stbc_cap & BIT10) ? 1 : 0; in rtw_core_update_default_setting()1324 phl_com->proto_sw_cap[1].stbc_he_tx = (rtw_stbc_cap & BIT10) ? 1 : 0; in rtw_core_update_default_setting()
1339 phl_com->proto_sw_cap[0].stbc_he_tx = (rtw_stbc_cap & BIT10) ? 1 : 0; in rtw_core_update_default_setting()1350 phl_com->proto_sw_cap[1].stbc_he_tx = (rtw_stbc_cap & BIT10) ? 1 : 0; in rtw_core_update_default_setting()
1403 r->stbc_he_tx = (u32)sta->asoc_cap.stbc_he_tx; in _ntfy_role_info()
981 u32 stbc_he_tx:1; member