Home
last modified time | relevance | path

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

/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c279 hal_dev_ctx->tx_frame_offset = tx_token_base_addr; in nrf_wifi_sys_hal_buf_map_tx()
282 bounce_buf_addr = hal_dev_ctx->tx_frame_offset; 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()
298 hal_dev_ctx->tx_frame_offset); in nrf_wifi_sys_hal_buf_map_tx()
/nrf_wifi-latest/hw_if/hal/inc/common/
Dhal_structs_common.h246 unsigned long tx_frame_offset; member