HomeSort by relevance Sort by last modified time
    Searched full:lowthreshold (Results 1 - 9 of 9) sorted by null

  /hardware/ti/wlan/wl1271/TWD/Data_Service/
txHwQueue.c 443 TI_UINT32 lowThreshold; /* Minimum blocks that are guaranteed for this Queue. */
478 lowThreshold = pQueueInfo->uNumBlksThresh;
484 if (newUsedBlks < lowThreshold)
486 newReserved = lowThreshold - newUsedBlks;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/
txHwQueue.c 439 UINT8 lowThreshold; /* Minimum blocks that are guaranteed for this Queue. */
465 lowThreshold = pQueueInfo->numBlocksLowThreshold;
473 if (newUsed < lowThreshold)
475 newReserved = lowThreshold - newUsed;
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
txHwQueue.c 443 TI_UINT32 lowThreshold; /* Minimum blocks that are guaranteed for this Queue. */
478 lowThreshold = pQueueInfo->uNumBlksThresh;
484 if (newUsedBlks < lowThreshold)
486 newReserved = lowThreshold - newUsedBlks;
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
ticon.c     [all...]
cu_cmd.c     [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
ticon.c     [all...]
cu_cmd.c     [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
ticon.c     [all...]
cu_cmd.c     [all...]

Completed in 620 milliseconds