Searched refs:counters (Results 1 - 11 of 11) sorted by relevance

/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
H A DRxXfer.h68 TI_UINT32 counters; member in struct:__anon2336
H A DtxResult.c85 /* The Tx-results counters and table read transaction structure. */
106 TResultsInfoReadTxn tResultsInfoReadTxn; /* The structure used for reading Tx-results counters and table from FW */
273 uTempCounters = ENDIAN_HANDLE_LONG(pFwStatus->counters);
319 /* Read Tx-Result queue and counters. */
H A DRxXfer.c168 /* For all the counters */
394 uTempCounters = ENDIAN_HANDLE_LONG (pFwStatus->counters);
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
H A Dpublic_host_int.h122 /* The content of the "counters" field in FwStatus_t - see below */
135 uint32 counters; /* The counters defined in FwStatCntrs_t - see above */ member in struct:__anon2410
H A Dpublic_infoele.h1019 counters/metrics.
1243 uint32 counters[NOISE_HIST_LEN]; /* This array of eight 32 bit counters describes */ member in struct:__anon2454
/hardware/ti/wlan/wl1271/TWD/MacServices/
H A DMeasurementSrv.c953 sumOfSamples += pMeasurementSRV->noiseHistogramResults.counters[ index ];
956 TRACE2( pMeasurementSRV->hReport, REPORT_SEVERITY_INFORMATION, ": Counter #%d = %x\n", index, pMeasurementSRV->noiseHistogramResults.counters[index]);
973 ( 255 * pMeasurementSRV->noiseHistogramResults.counters[ index ]) / sumOfSamples;
/hardware/ti/wlan/wl1271/TWD/Ctrl/
H A DCmdBldDb.h217 * General counters
333 TGenCounters counters; /* General counters */ member in struct:__anon2300
H A DCmdBld.h254 #define DB_CNT(HCMDBLD) (((TCmdBld *)HCMDBLD)->tDb.counters)
/hardware/ti/wlan/wl1271/TWD/Data_Service/
H A DtxHwQueue.c46 * They are freed according to FW counters that are provided by the FwEvent module
303 3. Resources are available so update allocated blocks and descriptors counters.
437 This function is called per queue after reading the freed blocks counters from the FwStatus.
547 uTempFwCounters = (ENDIAN_HANDLE_LONG(pFwStatus->counters));
/hardware/ti/wlan/wl1271/Test/
H A DmeasurementDbg.c440 pNoiseHistogramResults->counters[index]));
/hardware/ti/wlan/wl1271/TWD/TWDriver/
H A DTWDriver.h1754 TI_UINT32 counters[NUM_OF_NOISE_HISTOGRAM_COUNTERS]; /**< Counters */ member in struct:__anon2644

Completed in 118 milliseconds