Home
last modified time | relevance | path

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

/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c136 unsigned long bounce_buf_addr = 0; in nrf_wifi_sys_hal_buf_map_rx() local
164 bounce_buf_addr = hal_dev_ctx->addr_rpu_pktram_base_rx_pool[pool_id] + in nrf_wifi_sys_hal_buf_map_rx()
167 rpu_addr = RPU_MEM_PKT_BASE + (bounce_buf_addr - hal_dev_ctx->addr_rpu_pktram_base); in nrf_wifi_sys_hal_buf_map_rx()
174 addr_to_map = bounce_buf_addr + hal_dev_ctx->hpriv->cfg_params.rx_buf_headroom_sz; in nrf_wifi_sys_hal_buf_map_rx()
254 unsigned long bounce_buf_addr = 0; in nrf_wifi_sys_hal_buf_map_tx() local
282 bounce_buf_addr = hal_dev_ctx->tx_frame_offset; in nrf_wifi_sys_hal_buf_map_tx()
285 bounce_buf_addr = (bounce_buf_addr + 3) & ~3; in nrf_wifi_sys_hal_buf_map_tx()
288 hal_dev_ctx->tx_frame_offset += (bounce_buf_addr - hal_dev_ctx->tx_frame_offset) + in nrf_wifi_sys_hal_buf_map_tx()
291 rpu_addr = RPU_MEM_PKT_BASE + (bounce_buf_addr - hal_dev_ctx->addr_rpu_pktram_base); in nrf_wifi_sys_hal_buf_map_tx()
295 bounce_buf_addr, in nrf_wifi_sys_hal_buf_map_tx()
[all …]