HomeSort by relevance Sort by last modified time
    Searched refs:TI_UINT32 (Results 26 - 50 of 518) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/
RxXfer.h 64 TI_UINT32 numPacketsRead;
65 TI_UINT32 numBytesRead;
66 TI_UINT32 numPacketsDroppedNoMem;
67 TI_UINT32 numPacketsDroppedPacketIDMismatch;
68 TI_UINT32 counters;
69 TI_UINT32 numAck0;
76 TI_UINT32 uRegData;
77 TI_UINT32 uRegAdata;
84 TI_UINT32 uCounter;
91 TI_UINT32 uData;
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
RxXfer.h 64 TI_UINT32 numPacketsRead;
65 TI_UINT32 numBytesRead;
66 TI_UINT32 numPacketsDroppedNoMem;
67 TI_UINT32 numPacketsDroppedPacketIDMismatch;
68 TI_UINT32 counters;
69 TI_UINT32 numAck0;
76 TI_UINT32 uRegData;
77 TI_UINT32 uRegAdata;
84 TI_UINT32 uCounter;
91 TI_UINT32 uData;
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrl.h 63 static const TI_UINT32 txDelayRangeStart[TX_DELAY_RANGES_NUM] = { 0, 1000, 10000, 20000, 40000, 60000, 80000, 100000, 200000 };
64 static const TI_UINT32 txDelayRangeEnd [TX_DELAY_RANGES_NUM] = { 1000, 10000, 20000, 40000, 60000, 80000, 100000, 200000, 0xFFFFFFFF };
71 TI_UINT32 dbgNumPktsSent[MAX_NUM_OF_AC]; /* Pkts sent by data-queue or mgmt-queue. */
72 TI_UINT32 dbgNumPktsBackpressure[MAX_NUM_OF_AC];/* Pkts for which backpressure was set by HW-Q */
73 TI_UINT32 dbgNumPktsBusy[MAX_NUM_OF_AC]; /* Pkts for which busy was received from HW-Q */
74 TI_UINT32 dbgNumPktsXfered[MAX_NUM_OF_AC]; /* Pkts sent to Xfer */
75 TI_UINT32 dbgNumPktsSuccess[MAX_NUM_OF_AC]; /* Pkts for which success was received from Xfer */
76 TI_UINT32 dbgNumPktsPending[MAX_NUM_OF_AC]; /* Pkts for which pending was received from Xfer */
77 TI_UINT32 dbgNumPktsError[MAX_NUM_OF_AC]; /* Pkts for which error was received from Xfer */
78 TI_UINT32 dbgNumTxCmplt[MAX_NUM_OF_AC]; /* Pkts that reached complete CB *
    [all...]
txDataQueue.h 66 TI_UINT32 uEnqueuePacket;
67 TI_UINT32 uDequeuePacket;
68 TI_UINT32 uRequeuePacket;
69 TI_UINT32 uXmittedPacket;
70 TI_UINT32 uDroppedPacket;
86 TI_UINT32 uContextId; /* ID allocated to this module on registration to context module */
90 TI_UINT32 uNumQueues; /* Indicates the number of allocated aQueues */
91 TI_UINT32 aQueueMaxSize[MAX_NUM_OF_AC]; /* indicates the max size of each Data queue */
92 TI_UINT32 aTxSendPaceThresh[MAX_NUM_OF_AC]; /* Number of packets to queue before scheduling Tx handling */
95 TI_UINT32 uLastQueId; /* the last queue processed by the scheduler */
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txCtrl.h 63 static const TI_UINT32 txDelayRangeStart[TX_DELAY_RANGES_NUM] = { 0, 1000, 10000, 20000, 40000, 60000, 80000, 100000, 200000 };
64 static const TI_UINT32 txDelayRangeEnd [TX_DELAY_RANGES_NUM] = { 1000, 10000, 20000, 40000, 60000, 80000, 100000, 200000, 0xFFFFFFFF };
71 TI_UINT32 dbgNumPktsSent[MAX_NUM_OF_AC]; /* Pkts sent by data-queue or mgmt-queue. */
72 TI_UINT32 dbgNumPktsBackpressure[MAX_NUM_OF_AC];/* Pkts for which backpressure was set by HW-Q */
73 TI_UINT32 dbgNumPktsBusy[MAX_NUM_OF_AC]; /* Pkts for which busy was received from HW-Q */
74 TI_UINT32 dbgNumPktsXfered[MAX_NUM_OF_AC]; /* Pkts sent to Xfer */
75 TI_UINT32 dbgNumPktsSuccess[MAX_NUM_OF_AC]; /* Pkts for which success was received from Xfer */
76 TI_UINT32 dbgNumPktsPending[MAX_NUM_OF_AC]; /* Pkts for which pending was received from Xfer */
77 TI_UINT32 dbgNumPktsError[MAX_NUM_OF_AC]; /* Pkts for which error was received from Xfer */
78 TI_UINT32 dbgNumTxCmplt[MAX_NUM_OF_AC]; /* Pkts that reached complete CB *
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
CmdHndlr.h 46 TI_UINT32 cmd;
47 TI_UINT32 flags;
49 TI_UINT32 buffer1_len;
51 TI_UINT32 buffer2_len;
52 TI_UINT32 *param3;
53 TI_UINT32 *param4;
56 TI_UINT32 local_buffer_len;
57 TI_UINT32 return_code;
74 TI_UINT32 cmd,
75 TI_UINT32 flags
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/
CmdHndlr.h 46 TI_UINT32 cmd;
47 TI_UINT32 flags;
49 TI_UINT32 buffer1_len;
51 TI_UINT32 buffer2_len;
52 TI_UINT32 *param3;
53 TI_UINT32 *param4;
56 TI_UINT32 local_buffer_len;
57 TI_UINT32 return_code;
74 TI_UINT32 cmd,
75 TI_UINT32 flags
    [all...]
  /hardware/ti/wlan/wl1271/TWD/FW_Transfer/Export_Inc/
fwDebug_api.h 60 TI_UINT32 addr;
61 TI_UINT32 length;
65 TI_UINT32 buf32[FW_DEBUG_MAX_BUF/4];
72 TI_UINT32 func_id;
75 TI_UINT32 opt_param;
95 TI_UINT32 Address,
96 TI_UINT32 Length,
102 TI_UINT32 Address,
103 TI_UINT32 Length,
109 TI_UINT32 Address
    [all...]
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/
fwDebug_api.h 60 TI_UINT32 addr;
61 TI_UINT32 length;
65 TI_UINT32 buf32[FW_DEBUG_MAX_BUF/4];
72 TI_UINT32 func_id;
75 TI_UINT32 opt_param;
95 TI_UINT32 Address,
96 TI_UINT32 Length,
102 TI_UINT32 Address,
103 TI_UINT32 Length,
109 TI_UINT32 Address
    [all...]
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriverInternal.h 120 TI_UINT32 uNumMboxFailures;
124 TI_UINT32 dbgPktSeqNum;
127 TI_UINT32 dbgCountSentPackets[MAX_NUM_OF_AC];
129 TI_UINT32 dbgCountQueueAvailable[MAX_NUM_OF_AC];
131 TI_UINT32 dbgCountXferDone[MAX_NUM_OF_AC];
133 TI_UINT32 dbgCountXferSuccess[MAX_NUM_OF_AC];
135 TI_UINT32 dbgCountXferPending[MAX_NUM_OF_AC];
137 TI_UINT32 dbgCountXferError[MAX_NUM_OF_AC];
139 TI_UINT32 dbgCountXferDoneCB[MAX_NUM_OF_AC];
141 TI_UINT32 dbgCountTxCompleteCB[MAX_NUM_OF_AC];
    [all...]
TWDriverScan.h 178 TI_UINT32 maxChannelDwellTime; /**< Maximum time to stay on the channel if some frames were
181 TI_UINT32 minChannelDwellTime; /**< Minimum time to stay on the channel if no frames were received (microseconds) */
202 TI_UINT32 scanDuration; /**< Length of time to start scanning the channel (TSF lower 4 bytes) */
203 TI_UINT32 scanStartTime; /**< Exact time to start scanning the channel (TSF lower 4 bytes) */
247 TI_UINT32 SPSScanDuration; /**< For SPS scan ONLY: the time duration of the scan (in milliseconds), used to
281 TI_UINT32 uChannel; /**< Channel's Number */
283 TI_UINT32 uMinDwellTimeMs; /**< minimum time to dwell on the channel, in microseconds */
284 TI_UINT32 uMaxDwellTimeMs; /**< maximum time to dwell on the channel, in microseconds */
285 TI_UINT32 uTxPowerLevelDbm; /**< Channel's Power Level In Dbm/10 units */
298 TI_UINT32 uSsidNum; /**< Number of Desired SSID scanned *
    [all...]
  /hardware/ti/wlan/wl1271/Test/
TwIfDebug.h 62 void twifDebugFunction (TI_HANDLE hTWD, TI_UINT32 uFuncType, void *pParam);
debug.h 49 TI_STATUS debugFunction (TStadHandlesList *pStadHandles, TI_UINT32 functionNumber, void *hParam);
qosMngrDbg.h 41 void qosMngrDebugFunction(TI_HANDLE hQosMngr, TI_UINT32 funcType, void *pParam);
  /system/wlan/ti/wilink_6_1/TWD/TWDriver/
TWDriverInternal.h 120 TI_UINT32 uNumMboxFailures;
124 TI_UINT32 dbgPktSeqNum;
127 TI_UINT32 dbgCountSentPackets[MAX_NUM_OF_AC];
129 TI_UINT32 dbgCountQueueAvailable[MAX_NUM_OF_AC];
131 TI_UINT32 dbgCountXferDone[MAX_NUM_OF_AC];
133 TI_UINT32 dbgCountXferSuccess[MAX_NUM_OF_AC];
135 TI_UINT32 dbgCountXferPending[MAX_NUM_OF_AC];
137 TI_UINT32 dbgCountXferError[MAX_NUM_OF_AC];
139 TI_UINT32 dbgCountXferDoneCB[MAX_NUM_OF_AC];
141 TI_UINT32 dbgCountTxCompleteCB[MAX_NUM_OF_AC];
    [all...]
TWDriverScan.h 179 TI_UINT32 maxChannelDwellTime; /**< Maximum time to stay on the channel if some frames were
182 TI_UINT32 minChannelDwellTime; /**< Minimum time to stay on the channel if no frames were received (microseconds) */
203 TI_UINT32 scanDuration; /**< Length of time to start scanning the channel (TSF lower 4 bytes) */
204 TI_UINT32 scanStartTime; /**< Exact time to start scanning the channel (TSF lower 4 bytes) */
248 TI_UINT32 SPSScanDuration; /**< For SPS scan ONLY: the time duration of the scan (in milliseconds), used to
282 TI_UINT32 uChannel; /**< Channel's Number */
284 TI_UINT32 uMinDwellTimeMs; /**< minimum time to dwell on the channel, in microseconds */
285 TI_UINT32 uMaxDwellTimeMs; /**< maximum time to dwell on the channel, in microseconds */
286 TI_UINT32 uTxPowerLevelDbm; /**< Channel's Power Level In Dbm/10 units */
299 TI_UINT32 uSsidNum; /**< Number of Desired SSID scanned *
    [all...]
  /system/wlan/ti/wilink_6_1/Test/
TwIfDebug.h 62 void twifDebugFunction (TI_HANDLE hTWD, TI_UINT32 uFuncType, void *pParam);
debug.h 49 TI_STATUS debugFunction (TStadHandlesList *pStadHandles, TI_UINT32 functionNumber, void *hParam);
qosMngrDbg.h 41 void qosMngrDebugFunction(TI_HANDLE hQosMngr, TI_UINT32 funcType, void *pParam);
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
RxBuf.h 80 #define RX_ETH_PKT_DATA(pBuf) *((void **)(((TI_UINT32)pBuf + sizeof(RxIfDescriptor_t) + 2) & ~3))
85 #define RX_ETH_PKT_LEN(pBuf) *((TI_UINT32 *)(((TI_UINT32)pBuf + sizeof(RxIfDescriptor_t) + 6) & ~3))
100 BUF* RxBufAlloc (TI_HANDLE hOs, TI_UINT32 len, PacketClassTag_e ePacketClassTag);
128 void RxBufReserve (TI_HANDLE hOs, void* pBuf, TI_UINT32 len);
  /hardware/ti/wlan/wl1271/utils/
freq.c 48 TI_UINT32 freq;
95 TI_UINT8 Freq2Chan (TI_UINT32 freq)
97 TI_UINT32 i;
111 TI_UINT32 Chan2Freq (TI_UINT8 chan)
113 TI_UINT32 i;
report.h 291 TI_UINT32 paramType; /**< The reported parameter type - one of External Parameters (which includes Set,Get, Module, internal number etc.)
295 TI_UINT32 paramLength; /**< Length of reported parameter */
307 TI_UINT32 uReportPPMode; /**< Used by user for Indicating if Debug Module should be enabled/disabled */
350 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 1, (TI_UINT32)p1); } } while(0)
354 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 2, (TI_UINT32)p1, (TI_UINT32)p2); } } while(0)
358 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 3, (TI_UINT32)p1, (TI_UINT32)p2, (TI_UINT32)p3); } } while(0)
362 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 4, (TI_UINT32)p1, (TI_UINT32)p2, (TI_UINT32)p3, (TI_UINT32)p4); } } while(0
    [all...]
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
RxBuf.h 80 #define RX_ETH_PKT_DATA(pBuf) *((void **)(((TI_UINT32)pBuf + sizeof(RxIfDescriptor_t) + 2) & ~3))
85 #define RX_ETH_PKT_LEN(pBuf) *((TI_UINT32 *)(((TI_UINT32)pBuf + sizeof(RxIfDescriptor_t) + 6) & ~3))
100 BUF* RxBufAlloc (TI_HANDLE hOs, TI_UINT32 len, PacketClassTag_e ePacketClassTag);
128 void RxBufReserve (TI_HANDLE hOs, void* pBuf, TI_UINT32 len);
  /system/wlan/ti/wilink_6_1/utils/
freq.c 48 TI_UINT32 freq;
95 TI_UINT8 Freq2Chan (TI_UINT32 freq)
97 TI_UINT32 i;
111 TI_UINT32 Chan2Freq (TI_UINT8 chan)
113 TI_UINT32 i;
report.h 275 TI_UINT32 paramType; /**< The reported parameter type - one of External Parameters (which includes Set,Get, Module, internal number etc.)
279 TI_UINT32 paramLength; /**< Length of reported parameter */
291 TI_UINT32 uReportPPMode; /**< Used by user for Indicating if Debug Module should be enabled/disabled */
334 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 1, (TI_UINT32)p1); } } while(0)
338 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 2, (TI_UINT32)p1, (TI_UINT32)p2); } } while(0)
342 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 3, (TI_UINT32)p1, (TI_UINT32)p2, (TI_UINT32)p3); } } while(0)
346 { os_Trace((((TReport *)hReport)->hOs), level, __FILE_ID__, __LINE__, 4, (TI_UINT32)p1, (TI_UINT32)p2, (TI_UINT32)p3, (TI_UINT32)p4); } } while(0
    [all...]

Completed in 629 milliseconds

12 3 4 5 6 7 8 91011>>