Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_rx.h2899 static inline void hal_msdu_desc_info_set(hal_soc_handle_t hal_soc_hdl, in hal_msdu_desc_info_set() function
2905 if (hal_soc->ops->hal_msdu_desc_info_set) in hal_msdu_desc_info_set()
2906 return hal_soc->ops->hal_msdu_desc_info_set( in hal_msdu_desc_info_set()
Dhal_internal.h1327 void (*hal_msdu_desc_info_set)(hal_soc_handle_t hal_soc_hdl, member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
Dhal_rh_generic_api.c918 hal_soc->ops->hal_msdu_desc_info_set = hal_msdu_desc_info_set_rh; in hal_hw_txrx_default_ops_attach_rh()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_generic_api.c976 hal_soc->ops->hal_msdu_desc_info_set = hal_msdu_desc_info_set_be; in hal_hw_txrx_default_ops_attach_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
Dhal_li_generic_api.c1164 hal_soc->ops->hal_msdu_desc_info_set = hal_msdu_desc_info_set_li; in hal_hw_txrx_default_ops_attach_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx_defrag.c1289 hal_msdu_desc_info_set(soc->hal_soc, msdu_desc_info, dst_ind, nbuf_len); in dp_rx_defrag_reo_reinject()