Home
last modified time | relevance | path

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

/nrf_wifi-latest/hw_if/hal/inc/common/
Dhal_api_common.h82 enum NRF_WIFI_HAL_STATUS nrf_wifi_hal_status_unlocked(struct nrf_wifi_hal_dev_ctx *hal_dev_ctx);
/nrf_wifi-latest/fw_if/umac_if/src/system/
Drx.c298 hal_status = nrf_wifi_hal_status_unlocked(fmac_dev_ctx->hal_dev_ctx); in nrf_wifi_fmac_rx_tasklet()
Dtx.c1425 hal_status = nrf_wifi_hal_status_unlocked(fmac_dev_ctx->hal_dev_ctx); in tx_done_tasklet_fn()
/nrf_wifi-latest/hw_if/hal/src/common/
Dhal_api_common.c1169 enum NRF_WIFI_HAL_STATUS nrf_wifi_hal_status_unlocked(struct nrf_wifi_hal_dev_ctx *hal_dev_ctx) in nrf_wifi_hal_status_unlocked() function