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

  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Data_Srv/Tx_Ctrl_Blk/
TNETW_Driver_Tx.c 126 UINT8 aQueueId, /* Tx queue as defined in ConfigureQueue. */
149 if (aQueueId >= MAX_NUM_OF_TX_QUEUES)
152 ("TnetwDrv_txXfer_sendPacket(): Invalid aQueueId = %d !!!\n", aQueueId));
164 pTnetwDrv->dbgCountSentPackets[aQueueId]++; /* Count packets sent from upper driver. */
191 pPktCtrlBlk->txDescriptor.xmitQueue = aQueueId;
206 txAttr.ackPolicy = TnetwDrv_txGetAckPolicy(pTnetwDrv, aQueueId , bIsMultiCastAndIBSS);
236 pTnetwDrv->dbgPktSeqNum[aQueueId]++;
237 pPktCtrlBlk->txPktParams.dbgPktSeqNum = pTnetwDrv->dbgPktSeqNum[aQueueId];
239 pTnetwDrv->dbgCountQueueAvailable[aQueueId]++; /* Count packets sent and queue not busy. *
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/Core_Adapt/
Core_AdaptTx.c 176 UINT8 aQueueId;
196 aQueueId = TxQid;
206 aQueueId,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/Export_Inc/
whalTx_api.h 75 UINT32 aQueueId,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/Export_Inc/
TNETW_Driver_api.h 96 UINT8 aQueueId, /* Tx queue as defined in ConfigureQueue. */

Completed in 13 milliseconds