Searched refs:he_data2 (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
D | hal_be_generic_api.h | 795 uint32_t he_data2 = TXMON_HAL_USER(ppdu_info, user_id, he_data2); in hal_txmon_populate_he_data_per_user() local 822 he_data2 |= QDF_MON_STATUS_RU_ALLOCATION_OFFSET_KNOWN; in hal_txmon_populate_he_data_per_user() 823 he_data2 |= (get_ru_offset_from_start_index(usr->ru_size, in hal_txmon_populate_he_data_per_user() 838 TXMON_HAL_USER(ppdu_info, user_id, he_data2) = he_data2; in hal_txmon_populate_he_data_per_user() 1049 he_data2) |= (QDF_MON_STATUS_PE_DISAMBIGUITY_KNOWN | in hal_txmon_populate_he_data_common() 2560 TXMON_HAL_USER(ppdu_info, user_id, he_data2) |= in hal_txmon_status_parse_tlv_generic_be() 2668 TXMON_HAL_USER(ppdu_info, user_id, he_data2) |= in hal_txmon_status_parse_tlv_generic_be() 2799 TXMON_HAL_USER(ppdu_info, user_id, he_data2) |= in hal_txmon_status_parse_tlv_generic_be() 3139 uint32_t he_data2 = 0; in hal_txmon_status_parse_tlv_generic_be() local 3223 he_data2 |= QDF_MON_STATUS_HE_GI_KNOWN; in hal_txmon_status_parse_tlv_generic_be() [all …]
|
D | hal_be_api_mon.h | 2313 mon_rx_user_status->he_data2 |= in hal_rx_parse_receive_user_info() 2315 mon_rx_user_status->he_data2 |= in hal_rx_parse_receive_user_info() 2591 ppdu_info->rx_status.he_data2 |= in hal_rx_he_sig_a_mu_ul_e_handle() 3112 ppdu_info->rx_status.he_data2 = in hal_rx_status_get_tlv_info_generic_be() 3114 ppdu_info->rx_status.he_data2 |= in hal_rx_status_get_tlv_info_generic_be() 3266 ppdu_info->rx_status.he_data2 = in hal_rx_status_get_tlv_info_generic_be() 3268 ppdu_info->rx_status.he_data2 |= in hal_rx_status_get_tlv_info_generic_be() 3490 ppdu_info->rx_status.he_data2 |= in hal_rx_status_get_tlv_info_generic_be()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/ |
D | hal_rh_generic_api.h | 228 ppdu_info->rx_status.he_data2 |= in hal_rx_handle_other_tlvs() 986 ppdu_info->rx_status.he_data2 = in hal_rx_status_get_tlv_info_generic_rh() 988 ppdu_info->rx_status.he_data2 |= in hal_rx_status_get_tlv_info_generic_rh() 1138 ppdu_info->rx_status.he_data2 = in hal_rx_status_get_tlv_info_generic_rh() 1140 ppdu_info->rx_status.he_data2 |= in hal_rx_status_get_tlv_info_generic_rh() 1359 ppdu_info->rx_status.he_data2 |= in hal_rx_status_get_tlv_info_generic_rh()
|
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/ |
D | hal_li_generic_api.h | 364 ppdu_info->rx_status.he_data2 |= in hal_rx_handle_other_tlvs() 1144 ppdu_info->rx_status.he_data2 = in hal_rx_status_get_tlv_info_generic_li() 1146 ppdu_info->rx_status.he_data2 |= in hal_rx_status_get_tlv_info_generic_li() 1296 ppdu_info->rx_status.he_data2 = in hal_rx_status_get_tlv_info_generic_li() 1298 ppdu_info->rx_status.he_data2 |= in hal_rx_status_get_tlv_info_generic_li() 1517 ppdu_info->rx_status.he_data2 |= in hal_rx_status_get_tlv_info_generic_li()
|
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/ |
D | wlan_pkt_capture_data_txrx.c | 201 tx_status->he_data2 |= IEEE80211_RADIOTAP_HE_DATA2_GI_KNOWN; in pkt_capture_tx_get_phy_info() 731 rx_status->he_data2 |= IEEE80211_RADIOTAP_HE_DATA2_GI_KNOWN; in pkt_capture_rx_get_phy_info()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
D | qdf_nbuf.h | 500 uint16_t he_data2; member 658 uint16_t he_data2; member
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
D | qdf_nbuf.c | 5100 put_unaligned_le16(rx_status->he_data2, &rtap_buf[rtap_len]); in qdf_nbuf_update_radiotap_he_flags() 5119 put_unaligned_le16(rx_user_status->he_data2 | in qdf_nbuf_update_radiotap_he_flags() 5120 rx_status->he_data2, &rtap_buf[rtap_len]); in qdf_nbuf_update_radiotap_he_flags()
|