16#include "fmac_structs.h"
18#define RX_BUF_HEADROOM 4
35 unsigned int desc_id);
enum nrf_wifi_status nrf_wifi_fmac_rx_event_process(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, struct nrf_wifi_rx_buff *config)
enum nrf_wifi_status nrf_wifi_fmac_rx_cmd_send(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, enum nrf_wifi_fmac_rx_cmd_type cmd_type, unsigned int desc_id)
void nrf_wifi_fmac_rx_tasklet(void *data)
nrf_wifi_fmac_rx_cmd_type
Definition: fmac_rx.h:20
@ NRF_WIFI_FMAC_RX_CMD_TYPE_INIT
Definition: fmac_rx.h:21
@ NRF_WIFI_FMAC_RX_CMD_TYPE_MAX
Definition: fmac_rx.h:23
@ NRF_WIFI_FMAC_RX_CMD_TYPE_DEINIT
Definition: fmac_rx.h:22
nrf_wifi_status
The status of an operation performed by the RPU driver.
Definition: osal_structs.h:29
Structure to hold common fmac dev context parameter data.
Definition: fmac_structs_common.h:146
unsigned int buf_id
Definition: fmac_rx.h:29
unsigned int pool_id
Definition: fmac_rx.h:28
This structure represents RX data event(NRF_WIFI_CMD_RX_BUFF).
Definition: host_rpu_data_if.h:195