Home
last modified time | relevance | path

Searched refs:hal_reo_set_err_dst_remap (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api.h3206 static inline void hal_reo_set_err_dst_remap(hal_soc_handle_t hal_soc_hdl) in hal_reo_set_err_dst_remap() function
3210 if (hal_soc->ops->hal_reo_set_err_dst_remap) in hal_reo_set_err_dst_remap()
3211 hal_soc->ops->hal_reo_set_err_dst_remap(hal_soc); in hal_reo_set_err_dst_remap()
H A Dhal_internal.h1084 void (*hal_reo_set_err_dst_remap)(void *hal_soc); member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6390/
H A Dhal_6390.c1139 hal_soc->ops->hal_reo_set_err_dst_remap = in hal_hw_txrx_ops_attach_qca6390()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/wcn6450/
H A Dhal_wcn6450.c1798 hal_soc->ops->hal_reo_set_err_dst_remap = in hal_hw_txrx_ops_attach_wcn6450()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6490/
H A Dhal_6490.c1767 hal_soc->ops->hal_reo_set_err_dst_remap = in hal_hw_txrx_ops_attach_qca6490()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/qca6750/
H A Dhal_6750.c1918 hal_soc->ops->hal_reo_set_err_dst_remap = hal_reo_set_err_dst_remap_6750; in hal_hw_txrx_ops_attach_qca6750()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
H A Dhal_kiwi.c2123 hal_soc->ops->hal_reo_set_err_dst_remap = in hal_hw_txrx_ops_attach_kiwi()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c4457 hal_reo_set_err_dst_remap(soc->hal_soc); in dp_soc_attach_target_wifi3()