Home
last modified time | relevance | path

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

/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c147 if (rx_buf_info->mapped) { in nrf_wifi_sys_hal_buf_map_rx()
189 rx_buf_info->mapped = true; in nrf_wifi_sys_hal_buf_map_rx()
208 if (!rx_buf_info->mapped) { in nrf_wifi_sys_hal_buf_unmap_rx()
261 if (tx_buf_info->mapped) { in nrf_wifi_sys_hal_buf_map_tx()
321 tx_buf_info->mapped = true; in nrf_wifi_sys_hal_buf_map_tx()
337 if (!tx_buf_info->mapped) { in nrf_wifi_sys_hal_buf_unmap_tx()
/nrf_wifi-latest/fw_if/umac_if/src/system/
Drx.c201 if (rx_buf_info->mapped) { in nrf_wifi_fmac_rx_cmd_send()
236 rx_buf_info->mapped = true; in nrf_wifi_fmac_rx_cmd_send()
254 if (!rx_buf_info->mapped) { in nrf_wifi_fmac_rx_cmd_send()
275 rx_buf_info->mapped = false; in nrf_wifi_fmac_rx_cmd_send()
413 rx_buf_info->mapped = false; in nrf_wifi_fmac_rx_event_process()
Dtx.c650 if (tx_buf_info->mapped) { in rawtx_cmd_prep_callbk_fn()
676 tx_buf_info->mapped = true; in rawtx_cmd_prep_callbk_fn()
720 if (tx_buf_info->mapped) { in tx_cmd_prep_callbk_fn()
748 tx_buf_info->mapped = true; in tx_cmd_prep_callbk_fn()
1314 if (!tx_buf_info->mapped) { in tx_done_process()
1336 tx_buf_info->mapped = false; in tx_done_process()
/nrf_wifi-latest/hw_if/hal/inc/common/
Dhal_structs_common.h131 bool mapped; member
/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_structs.h535 bool mapped; member