HomeSort by relevance Sort by last modified time
    Searched refs:MAX_BLKS_PER_PKT (Results 1 - 2 of 2) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/
txHwQueue.h 53 #define MAX_BLKS_PER_PKT 16 /* Max number of Tx HW blocks that may be required for one packet. */
txHwQueue.c 227 if (pQueueInfo->numBlocksLowThreshold > MAX_BLKS_PER_PKT)
228 pQueueInfo->lowResourceThresh = pQueueInfo->numBlocksLowThreshold - MAX_BLKS_PER_PKT;

Completed in 184 milliseconds