Home
last modified time | relevance | path

Searched refs:rs_flags (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca5018/
H A Dhal_5018_rx.h376 rs->rs_flags &= (~IEEE80211_AMSDU_FLAG);\
378 rs->rs_flags |= (IEEE80211_AMSDU_FLAG); \
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn6122/
H A Dhal_qcn6122_rx.h382 rs->rs_flags &= (~IEEE80211_AMSDU_FLAG);\
384 rs->rs_flags |= (IEEE80211_AMSDU_FLAG); \
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qcn9000/
H A Dhal_9000_rx.h370 rs->rs_flags &= (~IEEE80211_AMSDU_FLAG);\
372 rs->rs_flags |= (IEEE80211_AMSDU_FLAG); \
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api_mon.h157 rs->rs_flags &= (~IEEE80211_AMSDU_FLAG);\
159 rs->rs_flags |= (IEEE80211_AMSDU_FLAG); \
164 if (rs_mpdu->rs_flags & IEEE80211_AMSDU_FLAG)\
165 rs_ppdu->rs_flags |= IEEE80211_AMSDU_FLAG;\
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_rx_tlv.h1553 rs->rs_flags &= (~IEEE80211_AMSDU_FLAG);\
1555 rs->rs_flags |= (IEEE80211_AMSDU_FLAG); \
1560 if (rs_mpdu->rs_flags & IEEE80211_AMSDU_FLAG)\
1561 rs_ppdu->rs_flags |= IEEE80211_AMSDU_FLAG;\
H A Dhal_be_api_mon.h840 mon_rx_user_status->rs_flags = ppdu_info->rx_status.rs_flags; in hal_rx_populate_mu_user_info()
2803 ppdu_info->rx_status.rs_flags |= IEEE80211_AMPDU_FLAG; in hal_rx_status_get_tlv_info_generic_be()
2805 ppdu_info->rx_status.rs_flags &= in hal_rx_status_get_tlv_info_generic_be()
/wlan-driver/qcacld-3.0/core/dp/ol/inc/
H A Dol_htt_rx_api.h85 int rs_flags; member
/wlan-driver/qca-wifi-host-cmn/dp/inc/
H A Dcdp_txrx_mon_struct.h218 int rs_flags; member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.h359 mon_rx_user_status->rs_flags = ppdu_info->rx_status.rs_flags; in hal_rx_populate_mu_user_info()
692 ppdu_info->rx_status.rs_flags |= IEEE80211_AMPDU_FLAG; in hal_rx_status_get_tlv_info_generic_rh()
694 ppdu_info->rx_status.rs_flags &= in hal_rx_status_get_tlv_info_generic_rh()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx.c1335 rx_info->rs_flags = MESH_RXHDR_VER1; in dp_rx_fill_mesh_stats()
1337 rx_info->rs_flags |= MESH_RX_FIRST_MSDU; in dp_rx_fill_mesh_stats()
1340 rx_info->rs_flags |= MESH_RX_LAST_MSDU; in dp_rx_fill_mesh_stats()
1345 rx_info->rs_flags |= MESH_RX_DECRYPTED; in dp_rx_fill_mesh_stats()
1411 rx_info->rs_flags, in dp_rx_fill_mesh_stats()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_generic_api.h495 mon_rx_user_status->rs_flags = ppdu_info->rx_status.rs_flags; in hal_rx_populate_mu_user_info()
849 ppdu_info->rx_status.rs_flags |= IEEE80211_AMPDU_FLAG; in hal_rx_status_get_tlv_info_generic_li()
851 ppdu_info->rx_status.rs_flags &= in hal_rx_status_get_tlv_info_generic_li()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_nbuf.h490 uint8_t rs_flags; member
671 uint8_t rs_flags; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/2.0/
H A Ddp_tx_mon_2.0.c1281 rs_flags) |= IEEE80211_AMPDU_FLAG; in dp_tx_mon_update_radiotap()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_nbuf.c5614 if (rx_status->rs_flags & IEEE80211_AMPDU_FLAG) { in qdf_nbuf_update_radiotap()