14#ifndef __BAL_STRUCTS_H__
15#define __BAL_STRUCTS_H__
54#ifdef CONFIG_NRF_WIFI_LOW_POWER
nrf_wifi_status
The status of an operation performed by the RPU driver.
Definition: osal_structs.h:29
unsigned long addr_pktram_base
Definition: bal_structs.h:25
Structure holding configuration parameters for the BAL.
Definition: bal_structs.h:23
void * bus_dev_ctx
Definition: bal_structs.h:53
void * hal_dev_ctx
Definition: bal_structs.h:51
struct nrf_wifi_bal_priv * bpriv
Definition: bal_structs.h:49
Structure holding the device context for the BAL.
Definition: bal_structs.h:47
Header containing the OPs declarations for the Bus Abstraction Layer (BAL) of the Wi-Fi driver.
Definition: bal_ops.h:21
struct nrf_wifi_bal_ops * ops
Definition: bal_structs.h:35
enum nrf_wifi_status(* init_dev_callbk_fn)(void *ctx)
Definition: bal_structs.h:37
void(* deinit_dev_callbk_fn)(void *ctx)
Definition: bal_structs.h:39
enum nrf_wifi_status(* intr_callbk_fn)(void *ctx)
Definition: bal_structs.h:41
void * bus_priv
Definition: bal_structs.h:33
Structure holding context information for the BAL.
Definition: bal_structs.h:31