Home
last modified time | relevance | path

Searched refs:NUM_TX_DESCRIPTORS (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Data_link/
DtxDataQueue.h59 #if ((DATA_QUEUE_DEPTH_TOTAL + (MGMT_QUEUES_DEPTH * 2) + NUM_TX_DESCRIPTORS) > (CTRL_BLK_ENTRIES_NU…
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
Dpublic_descriptors.h62 #define NUM_TX_DESCRIPTORS 32 /* Total number of Tx descriptors in the FW */ macro
/hardware/ti/wlan/wl1271/TWD/Data_Service/
DtxHwQueue.c630 if (pTxHwQueue->uNumUsedDescriptors < NUM_TX_DESCRIPTORS) in txHwQueue_CheckResources()
/hardware/ti/wlan/wl1271/TWD/Ctrl/
DCmdBldCfgIE.c80 pCfg->totalTxDescriptors = ENDIAN_HANDLE_LONG(NUM_TX_DESCRIPTORS); in cmdBld_CfgIeConfigMemory()