Home
last modified time | relevance | path

Searched refs:hal_mpdu_desc_info_set (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_rx.h2887 static inline void hal_mpdu_desc_info_set(hal_soc_handle_t hal_soc_hdl, in hal_mpdu_desc_info_set() function
2894 if (hal_soc->ops->hal_mpdu_desc_info_set) in hal_mpdu_desc_info_set()
2895 return hal_soc->ops->hal_mpdu_desc_info_set( in hal_mpdu_desc_info_set()
H A Dhal_internal.h1330 void (*hal_mpdu_desc_info_set)(hal_soc_handle_t hal_soc_hdl, member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.c919 hal_soc->ops->hal_mpdu_desc_info_set = hal_mpdu_desc_info_set_rh; in hal_hw_txrx_default_ops_attach_rh()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_generic_api.c977 hal_soc->ops->hal_mpdu_desc_info_set = hal_mpdu_desc_info_set_be; in hal_hw_txrx_default_ops_attach_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_generic_api.c1165 hal_soc->ops->hal_mpdu_desc_info_set = hal_mpdu_desc_info_set_li; in hal_hw_txrx_default_ops_attach_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_defrag.c1366 hal_mpdu_desc_info_set(soc->hal_soc, ent_ring_desc, ent_mpdu_desc_info, in dp_rx_defrag_reo_reinject()