Searched refs:hal_rx_err_status_get (Results 1 – 6 of 6) sorted by relevance
878 hal_soc->ops->hal_rx_err_status_get = hal_rx_err_status_get_rh; in hal_hw_txrx_default_ops_attach_rh()
961 hal_soc->ops->hal_rx_err_status_get = hal_rx_err_status_get_be; in hal_hw_txrx_default_ops_attach_be()
3044 hal_rx_err_status_get(hal_soc_handle_t hal_soc_hdl, hal_ring_desc_t rx_desc) in hal_rx_err_status_get() function3048 return hal_soc->ops->hal_rx_err_status_get(rx_desc); in hal_rx_err_status_get()
1370 uint8_t (*hal_rx_err_status_get)(hal_ring_desc_t rx_desc); member
1132 hal_soc->ops->hal_rx_err_status_get = hal_rx_err_status_get_li; in hal_hw_txrx_default_ops_attach_li()
2091 err_status = hal_rx_err_status_get(hal_soc, ring_desc); in dp_rx_err_process()