Home
last modified time | relevance | path

Searched refs:nrf_wifi_tx_buff (Results 1 – 3 of 3) sorted by relevance

/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_tx.h88 struct nrf_wifi_tx_buff *config;
/nrf_wifi-latest/fw_if/umac_if/inc/fw/
Dhost_rpu_data_if.h118 struct nrf_wifi_tx_buff { struct
/nrf_wifi-latest/fw_if/umac_if/src/system/
Dtx.c697 struct nrf_wifi_tx_buff *config = NULL; in tx_cmd_prep_callbk_fn()
840 struct nrf_wifi_tx_buff *config = NULL; in tx_cmd_prepare()
872 config = (struct nrf_wifi_tx_buff *)(umac_cmd->msg); in tx_cmd_prepare()
880 config->umac_head.len += sizeof(struct nrf_wifi_tx_buff); in tx_cmd_prepare()
1004 len += sizeof(struct nrf_wifi_tx_buff); in tx_cmd_init()