HomeSort by relevance Sort by last modified time
    Searched refs:TI_UINT32 (Results 1 - 25 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/
EvHandler.h 44 TI_UINT32 TailIndex; /* Points to the next free node*/
45 TI_UINT32 HeadIndex; /* Points to the first occupied node*/
46 TI_UINT32 Counter;
54 TI_UINT32 LastUMEventType;
61 TI_UINT32 EvHandlerUnload (TI_HANDLE hEvHandler);
63 TI_UINT32 EvHandlerRegisterEvent (TI_HANDLE hEvHandler, TI_UINT8* pData, TI_UINT32 Length);
65 TI_UINT32 EvHandlerUnRegisterEvent (TI_HANDLE hEvHandler, TI_HANDLE uEventID);
67 TI_UINT32 EvHandlerMaskEvent (TI_HANDLE hEvHandler, TI_UINT32 uEventID)
    [all...]
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/stad/Export_Inc/
privateCmd.h 83 TI_UINT32 cmd; /**< Number of command to execute - configMgr parameter name */
84 TI_UINT32 flags; /**< Command action type (PRIVATE_CMD_SET_FLAG | PRIVATE_CMD_GET_FLAG) */
86 TI_UINT32 in_buffer_len; /**< Input buffer length */
88 TI_UINT32 out_buffer_len; /**< Output buffer length */
STADExternalIf.h 157 TI_UINT32 XmitOk; /**< The number of frames that were transferred to TNET without errors */
158 TI_UINT32 DirectedBytesXmit; /**< The number of bytes in directed packets that are transmitted without errors */
159 TI_UINT32 DirectedFramesXmit; /**< The number of directed packets that are transmitted without errors */
160 TI_UINT32 MulticastBytesXmit; /**< The number of bytes in multicast/functional packets that are transmitted without errors */
161 TI_UINT32 MulticastFramesXmit; /**< The number of multicast/functional packets that are transmitted without errors */
162 TI_UINT32 BroadcastBytesXmit; /**< The number of bytes in broadcast packets that are transmitted without errors */
163 TI_UINT32 BroadcastFramesXmit; /**< The number of broadcast packets that are transmitted without errors */
165 TI_UINT32 RetryHistogram[ TX_RETRY_HISTOGRAM_SIZE ]; /**< Histogram counting the number of packets xfered with any retry number */
167 TI_UINT32 RetryFailCounter; /**< Number of packets that failed transmission due to retry number exceeded */
168 TI_UINT32 TxTimeoutCounter; /**< Number of packets that failed transmission due to lifetime expir (…)
    [all...]
tiwlnif.h 72 TI_UINT32 dot11CurrentTxRate;
73 TI_UINT32 dot11CurrentChannel;
79 TI_UINT32 RTSThreshold;
80 TI_UINT32 FragmentationThreshold;
83 TI_UINT32 TxAntenna;
84 TI_UINT32 RxAntenna;
85 TI_UINT32 TxPowerDbm;
86 TI_UINT32 PowerMode;
103 TI_UINT32 dwSecuritySuit; /* Security suit bitmask (see defines)*/
104 TI_UINT32 dwSecurityState; /* 802.1x security protocol state*
    [all...]
  /hardware/ti/wlan/wl1271/utils/
tiQosTypes.h 123 TI_UINT32 MsduLifeTime;
156 TI_UINT32 acID;
157 TI_UINT32 MaxLifeTime;
158 TI_UINT32 PSDeliveryProtocol;
159 TI_UINT32 VoiceDeliveryProtocol;
166 TI_UINT32 psPoll;
167 TI_UINT32 UPSD;
174 TI_UINT32 uAC;
175 TI_UINT32 uAssocAdmissionCtrlFlag;
176 TI_UINT32 uAIFS
    [all...]
freq.h 46 TI_UINT8 Freq2Chan (TI_UINT32 freq);
47 TI_UINT32 Chan2Freq (TI_UINT8 chan);
GenSM.h 53 TI_UINT32 uNextState; /**< next state in transition */
73 TI_UINT32 uStateNum; /**< Number of states in the matrix */
74 TI_UINT32 uEventNum; /**< Number of events in the matrix */
75 TI_UINT32 uCurrentState; /**< Current state */
76 TI_UINT32 uEvent; /**< Last event sent */
80 TI_UINT32 uModuleLogIndex; /**< Module index to use for printouts */
89 void genSM_SetDefaults (TI_HANDLE hGenSM, TI_UINT32 uStateNum, TI_UINT32 uEventNum,
90 TGenSM_matrix pMatrix, TI_UINT32 uInitialState, TI_INT8 *pGenSMName,
91 TI_INT8 **pStateDesc, TI_INT8 **pEventDesc, TI_UINT32 uModuleLogIndex)
    [all...]
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...]
  /hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
keyTypes.h 65 TI_UINT32 keyId; /**< Decoded key Id */
66 TI_UINT32 keyLen; /**< Key length */
  /hardware/ti/wlan/wl1271/Test/
connDebug.h 43 void connDebugSetParam(TI_HANDLE hConn, TI_UINT32 paramType, TI_UINT32 *value);
44 void connDebugGetParam(TI_HANDLE hConn, TI_UINT32 paramType, TI_UINT32 *value);
46 TI_UINT32 funcType,
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/
IPCKernelApi.h 38 TI_UINT32 IPCKernelInit (TI_HANDLE hAdapter,TI_HANDLE hIPCEv);
40 TI_UINT32 IPCKernelDeInit (TI_HANDLE hAdapter);
42 TI_INT32 IPC_EventSend (TI_HANDLE hAdapter, TI_UINT8 *pEvData, TI_UINT32 EvDataSize);
osRgstry.h 47 TI_UINT32 DefaultValue;
48 TI_UINT32 MinValue;
49 TI_UINT32 MaxValue;
51 TI_UINT32 FieldOffset;
52 TI_UINT32 FieldSize;
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/stad/src/Sta_Management/
mlmeParser.h 82 TI_UINT32 dataLen,
83 TI_UINT32 *pReadLen,
88 TI_UINT32 dataLen,
89 TI_UINT32 *pReadLen,
95 TI_UINT32 dataLen,
96 TI_UINT32 *pReadLen,
101 TI_UINT32 dataLen,
102 TI_UINT32 *pReadLen,
107 TI_UINT32 dataLen,
108 TI_UINT32 *pReadLen,
    [all...]
  /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...]
  /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...]
  /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...]
  /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...]

Completed in 2164 milliseconds

1 2 3 4 5 6 7 8 91011