12#include "fmac_structs.h"
22#define TX_DESC_BUCKET_BOUND 32
27#define DOT11_WMM_PARAMS_LEN 2
34#define SPARE_DESC_Q_MAP_SIZE 4
61#ifdef CONFIG_NRF700X_RAW_DATA_TX
65struct tx_cmd_prep_raw_info {
71 unsigned char num_tx_pkts;
110#ifdef CONFIG_NRF700X_RAW_DATA_TX
enum nrf_wifi_status tx_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx)
Initialize the TX module.
enum nrf_wifi_status tx_pending_process(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, unsigned int desc, unsigned int ac)
Process the pending TX descriptors.
enum nrf_wifi_status nrf_wifi_fmac_tx_done_event_process(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, struct nrf_wifi_tx_buff_done *config)
Process the TX done event.
unsigned int tx_buff_req_free(struct nrf_wifi_fmac_dev_ctx *fmac_ctx, unsigned int desc, unsigned char *ac)
Request free TX buffers.
enum nrf_wifi_status tx_cmd_init(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, void *txq, int desc, int peer_id)
Initialize a TX command.
nrf_wifi_fmac_tx_status
The status of a TX operation performed by the RPU driver.
Definition: fmac_tx.h:42
@ NRF_WIFI_FMAC_TX_STATUS_SUCCESS
Definition: fmac_tx.h:44
@ NRF_WIFI_FMAC_TX_STATUS_QUEUED
Definition: fmac_tx.h:46
@ NRF_WIFI_FMAC_TX_STATUS_FAIL
Definition: fmac_tx.h:48
unsigned int tx_desc_get(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx, int queue)
Get a TX descriptor from the specified queue.
void tx_deinit(struct nrf_wifi_fmac_dev_ctx *fmac_dev_ctx)
Deinitialize the TX module.
nrf_wifi_status
The status of an operation performed by the RPU driver.
Definition: osal_structs.h:29
This structure defines the command used to configure packet injector mode.
Definition: host_rpu_sys_if.h:1266
This structure defines an event that indicates the Raw tx done.
Definition: host_rpu_sys_if.h:1327
Structure to hold common fmac dev context parameter data.
Definition: fmac_structs_common.h:146
This structure represents the Tx done event(NRF_WIFI_CMD_TX_BUFF_DONE).
Definition: host_rpu_data_if.h:146
This structure provides the parameters for the tx command.
Definition: host_rpu_data_if.h:118
struct nrf_wifi_tx_buff * config
Definition: fmac_tx.h:82
struct nrf_wifi_fmac_dev_ctx * fmac_dev_ctx
Definition: fmac_tx.h:80
Structure containing information for preparing a TX command.
Definition: fmac_tx.h:78
void * pkt
Definition: fmac_tx.h:56
unsigned int peer_id
Definition: fmac_tx.h:58
Structure containing information about a TX packet.
Definition: fmac_tx.h:54