Home
last modified time | relevance | path

Searched refs:hal_reo_enable_pn_in_dest (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_api.h3223 hal_reo_enable_pn_in_dest(hal_soc_handle_t hal_soc_hdl) in hal_reo_enable_pn_in_dest() function
3227 if (hal_soc->ops->hal_reo_enable_pn_in_dest) in hal_reo_enable_pn_in_dest()
3228 return hal_soc->ops->hal_reo_enable_pn_in_dest(hal_soc); in hal_reo_enable_pn_in_dest()
H A Dhal_internal.h1085 uint8_t (*hal_reo_enable_pn_in_dest)(void *hal_soc); member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/kiwi/
H A Dhal_kiwi.c2125 hal_soc->ops->hal_reo_enable_pn_in_dest = in hal_hw_txrx_ops_attach_kiwi()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_main.c4459 soc->features.pn_in_reo_dest = hal_reo_enable_pn_in_dest(soc->hal_soc); in dp_soc_attach_target_wifi3()