Searched refs:he_data3 (Results 1 – 8 of 8) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/ |
D | hal_rh_generic_api.h | 234 ppdu_info->rx_status.he_data3 = value; in hal_rx_handle_other_tlvs() 238 ppdu_info->rx_status.he_data3 |= value; in hal_rx_handle_other_tlvs() 999 ppdu_info->rx_status.he_data3 = value; in hal_rx_status_get_tlv_info_generic_rh() 1003 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_rh() 1007 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_rh() 1013 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_rh() 1019 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_rh() 1025 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_rh() 1030 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_rh() 1035 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_rh() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/ |
D | hal_li_generic_api.h | 370 ppdu_info->rx_status.he_data3 = value; in hal_rx_handle_other_tlvs() 374 ppdu_info->rx_status.he_data3 |= value; in hal_rx_handle_other_tlvs() 1157 ppdu_info->rx_status.he_data3 = value; in hal_rx_status_get_tlv_info_generic_li() 1161 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_li() 1165 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_li() 1171 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_li() 1177 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_li() 1183 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_li() 1188 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_li() 1193 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_li() [all …]
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
D | hal_be_api_mon.h | 2351 mon_rx_user_status->he_data3 |= in hal_rx_parse_receive_user_info() 2355 mon_rx_user_status->he_data3 |= in hal_rx_parse_receive_user_info() 2384 mon_rx_user_status->he_data3 |= in hal_rx_parse_receive_user_info() 2388 mon_rx_user_status->he_data3 |= in hal_rx_parse_receive_user_info() 2392 mon_rx_user_status->he_data3 |= in hal_rx_parse_receive_user_info() 2597 ppdu_info->rx_status.he_data3 = value; in hal_rx_he_sig_a_mu_ul_e_handle() 3125 ppdu_info->rx_status.he_data3 = value; in hal_rx_status_get_tlv_info_generic_be() 3129 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_be() 3135 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_be() 3141 ppdu_info->rx_status.he_data3 |= value; in hal_rx_status_get_tlv_info_generic_be() [all …]
|
D | hal_be_generic_api.h | 796 uint32_t he_data3 = TXMON_HAL_USER(ppdu_info, user_id, he_data3); in hal_txmon_populate_he_data_per_user() local 805 he_data3 |= (!!usr->user_bf_type << QDF_MON_STATUS_BEAM_CHANGE_SHIFT); in hal_txmon_populate_he_data_per_user() 809 he_data3 |= (1 << QDF_MON_STATUS_DL_UL_SHIFT); in hal_txmon_populate_he_data_per_user() 813 he_data3 |= (usr->mcs << QDF_MON_STATUS_TRANSMIT_MCS_SHIFT); in hal_txmon_populate_he_data_per_user() 816 he_data3 |= (usr->dcm << QDF_MON_STATUS_DCM_SHIFT); in hal_txmon_populate_he_data_per_user() 819 he_data3 |= (usr->ldpc_extra_symbol << in hal_txmon_populate_he_data_per_user() 839 TXMON_HAL_USER(ppdu_info, user_id, he_data3) = he_data3; in hal_txmon_populate_he_data_per_user() 2568 TXMON_HAL_USER(ppdu_info, user_id, he_data3) |= in hal_txmon_status_parse_tlv_generic_be() 2672 TXMON_HAL_USER(ppdu_info, user_id, he_data3) |= bss_color_id; in hal_txmon_status_parse_tlv_generic_be() 2733 TXMON_HAL_USER(ppdu_info, user_id, he_data3) |= in hal_txmon_status_parse_tlv_generic_be() [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/ |
D | dp_rx_mon.c | 113 cdp_rx_ppdu->u.stbc = (ppdu_info->rx_status.he_data3 >> in dp_rx_mon_populate_cfr_ppdu_info() 115 cdp_rx_ppdu->u.dcm = (ppdu_info->rx_status.he_data3 >> in dp_rx_mon_populate_cfr_ppdu_info() 633 cdp_rx_ppdu->u.stbc = (ppdu_info->rx_status.he_data3 >> in dp_rx_populate_cdp_indication_ppdu() 635 cdp_rx_ppdu->u.dcm = (ppdu_info->rx_status.he_data3 >> in dp_rx_populate_cdp_indication_ppdu() 1280 cdp_rx_ppdu->u.stbc = (ppdu_info->rx_status.he_data3 >> in dp_rx_populate_cdp_indication_ppdu_undecoded_metadata() 1282 cdp_rx_ppdu->u.dcm = (ppdu_info->rx_status.he_data3 >> in dp_rx_populate_cdp_indication_ppdu_undecoded_metadata() 1302 ppdu_info->rx_status.he_data3 & 0x3F; in dp_rx_populate_cdp_indication_ppdu_undecoded_metadata() 1303 cdp_rx_ppdu->beam_change = (ppdu_info->rx_status.he_data3 >> in dp_rx_populate_cdp_indication_ppdu_undecoded_metadata() 1305 cdp_rx_ppdu->dl_ul_flag = (ppdu_info->rx_status.he_data3 >> in dp_rx_populate_cdp_indication_ppdu_undecoded_metadata() 1307 cdp_rx_ppdu->ldpc_extra_sym = (ppdu_info->rx_status.he_data3 >> in dp_rx_populate_cdp_indication_ppdu_undecoded_metadata()
|
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/ |
D | wlan_pkt_capture_data_txrx.c | 202 tx_status->he_data3 |= (pktcapture_hdr->mcs << 0x8) | in pkt_capture_tx_get_phy_info() 732 rx_status->he_data3 |= mcs << 0x8; in pkt_capture_rx_get_phy_info()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_nbuf.h | 501 uint16_t he_data3; member 659 uint16_t he_data3; member
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_nbuf.c | 5103 put_unaligned_le16(rx_status->he_data3, &rtap_buf[rtap_len]); in qdf_nbuf_update_radiotap_he_flags() 5123 put_unaligned_le16(rx_user_status->he_data3 | in qdf_nbuf_update_radiotap_he_flags() 5124 rx_status->he_data3, &rtap_buf[rtap_len]); in qdf_nbuf_update_radiotap_he_flags()
|