Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/rh/
Dhal_rh_generic_api.c871 hal_soc->ops->hal_rx_get_reo_error_code = hal_rx_get_reo_error_code_rh; in hal_hw_txrx_default_ops_attach_rh()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_generic_api.c950 hal_soc->ops->hal_rx_get_reo_error_code = hal_rx_get_reo_error_code_be; in hal_hw_txrx_default_ops_attach_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_rx.h3014 hal_rx_get_reo_error_code(hal_soc_handle_t hal_soc_hdl, hal_ring_desc_t rx_desc) in hal_rx_get_reo_error_code() function
3018 return hal_soc->ops->hal_rx_get_reo_error_code(rx_desc); in hal_rx_get_reo_error_code()
Dhal_internal.h1364 uint32_t (*hal_rx_get_reo_error_code)(hal_ring_desc_t rx_desc); member
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
Dhal_li_generic_api.c1125 hal_soc->ops->hal_rx_get_reo_error_code = hal_rx_get_reo_error_code_li; in hal_hw_txrx_default_ops_attach_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
Ddp_rx_err.c2095 error_code = hal_rx_get_reo_error_code(hal_soc, in dp_rx_err_process()