Home
last modified time | relevance | path

Searched defs:tx_config (Results 1 – 1 of 1) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_structs.h325 struct tx_config { struct
327 void *tx_lock;
329 struct peers_info peers[MAX_SW_PEERS];
331 unsigned int *send_pkt_coalesce_count_p;
333 void *data_pending_txq[MAX_SW_PEERS][NRF_WIFI_FMAC_AC_MAX];
335 void *wakeup_client_q;
337 unsigned long *buf_pool_bmp_p;
339 unsigned int outstanding_descs[NRF_WIFI_FMAC_AC_MAX];
341 unsigned int curr_peer_opp[NRF_WIFI_FMAC_AC_MAX];
343 unsigned int next_spare_desc_ac;
[all …]