Home
last modified time | relevance | path

Searched refs:va_from_desc (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_rx.h357 uint64_t va_from_desc; in hal_rx_wbm_get_desc_va() local
359 va_from_desc = qdf_le64_to_cpu(HAL_RX_GET(hal_desc, in hal_rx_wbm_get_desc_va()
365 return (uintptr_t)va_from_desc; in hal_rx_wbm_get_desc_va()
495 uint64_t va_from_desc; in hal_rx_get_reo_desc_va() local
497 va_from_desc = qdf_le64_to_cpu(HAL_RX_GET(reo_desc, in hal_rx_get_reo_desc_va()
503 return (uintptr_t)va_from_desc; in hal_rx_get_reo_desc_va()
Dhal_be_tx.h621 uint64_t va_from_desc; in hal_tx_comp_get_desc_va() local
623 va_from_desc = qdf_le64_to_cpu(HAL_TX_DESC_GET(hal_desc, in hal_tx_comp_get_desc_va()
631 return va_from_desc; in hal_tx_comp_get_desc_va()