Home
last modified time | relevance | path

Searched refs:he_data4 (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.h243 ppdu_info->rx_status.he_data4 = value; in hal_rx_handle_other_tlvs()
1040 ppdu_info->rx_status.he_data4 = value; in hal_rx_status_get_tlv_info_generic_rh()
1172 ppdu_info->rx_status.he_data4 = value; in hal_rx_status_get_tlv_info_generic_rh()
1325 ppdu_info->rx_status.he_data4 |= value; in hal_rx_status_get_tlv_info_generic_rh()
1384 ppdu_info->rx_status.he_data4 |= value; in hal_rx_status_get_tlv_info_generic_rh()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_generic_api.h379 ppdu_info->rx_status.he_data4 = value; in hal_rx_handle_other_tlvs()
1198 ppdu_info->rx_status.he_data4 = value; in hal_rx_status_get_tlv_info_generic_li()
1330 ppdu_info->rx_status.he_data4 = value; in hal_rx_status_get_tlv_info_generic_li()
1483 ppdu_info->rx_status.he_data4 |= value; in hal_rx_status_get_tlv_info_generic_li()
1542 ppdu_info->rx_status.he_data4 |= value; in hal_rx_status_get_tlv_info_generic_li()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_api_mon.h2360 mon_rx_user_status->he_data4 |= in hal_rx_parse_receive_user_info()
2397 mon_rx_user_status->he_data4 |= in hal_rx_parse_receive_user_info()
3168 ppdu_info->rx_status.he_data4 = value; in hal_rx_status_get_tlv_info_generic_be()
3300 ppdu_info->rx_status.he_data4 = value; in hal_rx_status_get_tlv_info_generic_be()
3456 ppdu_info->rx_status.he_data4 |= value; in hal_rx_status_get_tlv_info_generic_be()
3515 ppdu_info->rx_status.he_data4 |= value; in hal_rx_status_get_tlv_info_generic_be()
H A Dhal_be_generic_api.h2739 TXMON_HAL_USER(ppdu_info, user_id, he_data4) |= in hal_txmon_status_parse_tlv_generic_be()
2812 TXMON_HAL_USER(ppdu_info, user_id, he_data4) |= in hal_txmon_status_parse_tlv_generic_be()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_nbuf.h502 uint16_t he_data4; member
660 uint16_t he_data4; member
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_nbuf.c5106 put_unaligned_le16(rx_status->he_data4, &rtap_buf[rtap_len]); in qdf_nbuf_update_radiotap_he_flags()
5127 put_unaligned_le16(rx_user_status->he_data4 | in qdf_nbuf_update_radiotap_he_flags()
5128 rx_status->he_data4, &rtap_buf[rtap_len]); in qdf_nbuf_update_radiotap_he_flags()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
H A Ddp_rx_mon.c1310 ppdu_info->rx_status.he_data4 & 0xF; in dp_rx_populate_cdp_indication_ppdu_undecoded_metadata()