Home
last modified time | relevance | path

Searched refs:HAL_RX_REO_BUF_COOKIE_GET (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/
H A Ddp_li_rx.h243 …*last_prefetched_sw_desc = dp_rx_cookie_2_va_rxdma_buf_prefetch(soc, HAL_RX_REO_BUF_COOKIE_GET(*la… in dp_rx_prefetch_hw_sw_nbuf_desc()
H A Ddp_li_rx.c336 rx_buf_cookie = HAL_RX_REO_BUF_COOKIE_GET(ring_desc); in dp_rx_process_li()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
H A Dhal_be_rx.h78 #define HAL_RX_REO_BUF_COOKIE_GET(reo_desc) \ macro
H A Dhal_be_generic_api.c382 buf_info->sw_cookie = HAL_RX_REO_BUF_COOKIE_GET(reo_ring); in hal_rx_reo_buf_paddr_get_be()
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
H A Dhal_li_rx.h69 #define HAL_RX_REO_BUF_COOKIE_GET(reo_desc) \ macro
H A Dhal_li_generic_api.c380 buf_info->sw_cookie = HAL_RX_REO_BUF_COOKIE_GET(reo_ring); in hal_rx_reo_buf_paddr_get_li()
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/
H A Ddp_be_rx.c427 rx_buf_cookie = HAL_RX_REO_BUF_COOKIE_GET(ring_desc); in dp_rx_process_be()