OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:txResultsCntr
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
public_host_int.h
128
uint8
txResultsCntr
; /* Incremented by FW upon adding Tx-Result to the TxResultQueue */
/hardware/ti/wlan/wl1271/TWD/Data_Service/
txHwQueue.c
549
if (pFwStatusCounters->
txResultsCntr
!= pTxHwQueue->uFwTxResultsCntr)
551
pTxHwQueue->uFwTxResultsCntr = pFwStatusCounters->
txResultsCntr
;
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/
txResult.c
275
if (pFwStatusCounters->
txResultsCntr
== (TI_UINT8)pTxResult->uHostResultsCounter)
Completed in 1963 milliseconds