Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_reo.h687 static inline void hal_reo_qdesc_setup(hal_soc_handle_t hal_soc_hdl, int tid, in hal_reo_qdesc_setup() function
701 if (hal_soc->ops->hal_reo_qdesc_setup) in hal_reo_qdesc_setup()
702 hal_soc->ops->hal_reo_qdesc_setup(hal_soc_hdl, tid, in hal_reo_qdesc_setup()
H A Dhal_internal.h1086 void (*hal_reo_qdesc_setup)(hal_soc_handle_t hal_soc_hdl, int tid, member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
H A Dhal_rh_generic_api.c900 hal_soc->ops->hal_reo_qdesc_setup = hal_reo_qdesc_setup_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.c968 hal_soc->ops->hal_reo_qdesc_setup = hal_reo_qdesc_setup_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.c1150 hal_soc->ops->hal_reo_qdesc_setup = hal_reo_qdesc_setup_li; in hal_hw_txrx_default_ops_attach_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_rx_tid.c715 hal_reo_qdesc_setup(soc->hal_soc, tid, ba_window_size, start_seq, in dp_single_rx_tid_setup()