Home
last modified time | relevance | path

Searched refs:msdu_desc_info_hdl (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_rx.h409 uint32_t hal_rx_msdu_flags_get_be(rx_msdu_desc_info_t msdu_desc_info_hdl) in hal_rx_msdu_flags_get_be() argument
412 (struct rx_msdu_desc_info *)msdu_desc_info_hdl; in hal_rx_msdu_flags_get_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
Dhal_rh_rx.h631 uint32_t hal_rx_msdu_flags_get_rh(rx_msdu_desc_info_t msdu_desc_info_hdl) in hal_rx_msdu_flags_get_rh() argument
634 (struct rx_msdu_desc_info *)msdu_desc_info_hdl; in hal_rx_msdu_flags_get_rh()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
Dhal_li_rx.h923 uint32_t hal_rx_msdu_flags_get_li(rx_msdu_desc_info_t msdu_desc_info_hdl) in hal_rx_msdu_flags_get_li() argument
926 (struct rx_msdu_desc_info *)msdu_desc_info_hdl; in hal_rx_msdu_flags_get_li()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_rx.h487 rx_msdu_desc_info_t msdu_desc_info_hdl) in hal_rx_msdu_flags_get() argument
491 return hal_soc->ops->hal_rx_msdu_flags_get(msdu_desc_info_hdl); in hal_rx_msdu_flags_get()
Dhal_internal.h1363 uint32_t (*hal_rx_msdu_flags_get)(rx_msdu_desc_info_t msdu_desc_info_hdl);