Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_rx.h58 #define HAL_RX_ERROR_STATUS_GET(reo_desc) \ macro
H A Dhal_be_generic_api.c547 return HAL_RX_ERROR_STATUS_GET(rx_desc); in hal_rx_err_status_get_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_rx.h49 #define HAL_RX_ERROR_STATUS_GET(reo_desc) \ macro
H A Dhal_li_generic_api.c627 return HAL_RX_ERROR_STATUS_GET(rx_desc); in hal_rx_err_status_get_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li_rx.c325 error = HAL_RX_ERROR_STATUS_GET(ring_desc); in dp_rx_process_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_rx.c415 error = HAL_RX_ERROR_STATUS_GET(ring_desc); in dp_rx_process_be()