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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_HW_Queue/
txHwQueueCalc.c 86 UINT16 fragThreshold;
89 fragThreshold = CalcFragThreshold(pTxHwQueue, pPktCtrlBlk);
93 if (payloadDataLen > fragThreshold)
96 if (fragThreshold == 0)
98 WLAN_OS_REPORT(("ERROR !!!!!!!!! fragThreshold==0 !!!!!!"));
103 numMemBlocksPerFullFrag = ((fragThreshold + MAX_MPDU_HEADER_AND_SECURITY) / HW_BLOCK_SIZE) + 1;
104 numMpdus = payloadDataLen / fragThreshold;
106 payloadDataLen -= numMpdus * fragThreshold;
130 pPktCtrlBlk->txDescriptor.fragThreshold = fragThreshold;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
txCtrlBlk.c 280 pTxCtrlBlk->TxCtrlBlkTbl[entry].txDescriptor.fragThreshold,
TNETW_Driver_Tx.c 226 /* Note that the HwQueue calls first the fragThreshold and numMemBlks calculation. */
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_descriptors.h 151 uint16 fragThreshold; /* The FW should cut the packet to fragments by */ \
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c 4170 int error, fragthreshold; local
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osUtil.c     [all...]
osRgstry.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldCfgIE.c     [all...]
  /hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_infoele.h     [all...]
  /system/wlan/ti/wilink_6_1/TWD/Ctrl/
CmdBldCfgIE.c     [all...]
  /system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_infoele.h     [all...]
  /hardware/ti/wlan/wl1271/platforms/os/common/src/
osRgstry.c     [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
osRgstry.c     [all...]

Completed in 94 milliseconds