Home
last modified time | relevance | path

Searched refs:mpdu_flags (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_rx.h275 uint32_t mpdu_flags = 0; in hal_rx_get_mpdu_flags() local
278 mpdu_flags |= HAL_MPDU_F_FRAGMENT; in hal_rx_get_mpdu_flags()
281 mpdu_flags |= HAL_MPDU_F_RETRY_BIT; in hal_rx_get_mpdu_flags()
284 mpdu_flags |= HAL_MPDU_F_AMPDU_FLAG; in hal_rx_get_mpdu_flags()
287 mpdu_flags |= HAL_MPDU_F_RAW_AMPDU; in hal_rx_get_mpdu_flags()
290 mpdu_flags |= HAL_MPDU_F_QOS_CONTROL_VALID; in hal_rx_get_mpdu_flags()
292 return mpdu_flags; in hal_rx_get_mpdu_flags()
453 mpdu_desc_info->mpdu_flags = hal_rx_get_mpdu_flags(mpdu_info); in hal_rx_mpdu_desc_info_get_be()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
Ddp_be_rx.h821 if (mpdu_desc_info.mpdu_flags & HAL_MPDU_F_RETRY_BIT) in dp_rx_copy_desc_info_in_nbuf_cb()
824 if (qdf_unlikely(mpdu_desc_info.mpdu_flags & HAL_MPDU_F_RAW_AMPDU)) in dp_rx_copy_desc_info_in_nbuf_cb()
865 if (qdf_likely(mpdu_desc_info.mpdu_flags & in dp_rx_copy_desc_info_in_nbuf_cb()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
Dhal_kiwi.c1105 uint32_t mpdu_flags = 0; in hal_rx_get_mpdu_flags_from_tlv() local
1108 mpdu_flags |= HAL_MPDU_F_FRAGMENT; in hal_rx_get_mpdu_flags_from_tlv()
1111 mpdu_flags |= HAL_MPDU_F_RETRY_BIT; in hal_rx_get_mpdu_flags_from_tlv()
1114 mpdu_flags |= HAL_MPDU_F_AMPDU_FLAG; in hal_rx_get_mpdu_flags_from_tlv()
1117 mpdu_flags |= HAL_MPDU_F_RAW_AMPDU; in hal_rx_get_mpdu_flags_from_tlv()
1120 mpdu_flags |= HAL_MPDU_F_QOS_CONTROL_VALID; in hal_rx_get_mpdu_flags_from_tlv()
1122 return mpdu_flags; in hal_rx_get_mpdu_flags_from_tlv()
1146 mpdu_desc_info->mpdu_flags = hal_rx_get_mpdu_flags_from_tlv(mpdu_info); in hal_rx_tlv_populate_mpdu_desc_info_kiwi()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
Ddp_li_rx.c435 if (mpdu_desc_info.mpdu_flags & HAL_MPDU_F_RETRY_BIT) in dp_rx_process_li()
438 if (qdf_unlikely(mpdu_desc_info.mpdu_flags & in dp_rx_process_li()
1212 if (qdf_likely(mpdu_desc_info.mpdu_flags & in dp_rx_wbm_err_reap_desc_li()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
Dhal_li_rx.h883 mpdu_desc_info->mpdu_flags = HAL_RX_MPDU_FLAGS_GET(mpdu_info); in hal_rx_mpdu_desc_info_get_li()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_rx.h271 uint32_t mpdu_flags; member
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx_defrag.c2199 mpdu_desc_info->mpdu_flags); in dp_rx_frag_handle()
Ddp_rx_err.c2208 if (mpdu_desc_info.mpdu_flags & HAL_MPDU_F_FRAGMENT) { in dp_rx_err_process()
Ddp_internal.h5349 (mpdu_desc_info->mpdu_flags & HAL_MPDU_F_FRAGMENT)) in dp_rx_err_send_pktlog()