Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Drx.c295 enum NRF_WIFI_HAL_STATUS hal_status; in nrf_wifi_fmac_rx_tasklet() local
298 hal_status = nrf_wifi_hal_status_unlocked(fmac_dev_ctx->hal_dev_ctx); in nrf_wifi_fmac_rx_tasklet()
299 if (hal_status != NRF_WIFI_HAL_STATUS_ENABLED) { in nrf_wifi_fmac_rx_tasklet()
Dtx.c1422 enum NRF_WIFI_HAL_STATUS hal_status; in tx_done_tasklet_fn() local
1425 hal_status = nrf_wifi_hal_status_unlocked(fmac_dev_ctx->hal_dev_ctx); in tx_done_tasklet_fn()
1426 if (hal_status != NRF_WIFI_HAL_STATUS_ENABLED) { in tx_done_tasklet_fn()
/nrf_wifi-latest/hw_if/hal/inc/common/
Dhal_structs_common.h286 enum NRF_WIFI_HAL_STATUS hal_status; member
/nrf_wifi-latest/hw_if/hal/src/common/
Dhal_api_common.c790 if (hal_dev_ctx->hal_status != NRF_WIFI_HAL_STATUS_ENABLED) { in nrf_wifi_hal_irq_handler()
1155 hal_dev_ctx->hal_status = NRF_WIFI_HAL_STATUS_ENABLED; in nrf_wifi_hal_enable()
1164 hal_dev_ctx->hal_status = NRF_WIFI_HAL_STATUS_DISABLED; in nrf_wifi_hal_disable()
1171 return hal_dev_ctx->hal_status; in nrf_wifi_hal_status_unlocked()
/nrf_wifi-latest/hw_if/hal/src/offload_raw_tx/
Dhal_api.c33 if (hal_dev_ctx->hal_status != NRF_WIFI_HAL_STATUS_ENABLED) { in event_tasklet_fn()
/nrf_wifi-latest/hw_if/hal/src/radio_test/
Dhal_api.c32 if (hal_dev_ctx->hal_status != NRF_WIFI_HAL_STATUS_ENABLED) { in event_tasklet_fn()
/nrf_wifi-latest/hw_if/hal/src/system/
Dhal_api.c68 if (hal_dev_ctx->hal_status != NRF_WIFI_HAL_STATUS_ENABLED) { in event_tasklet_fn()