Home
last modified time | relevance | path

Searched refs:p802_11Counter (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/vt6655/
Dmib.c524 PSDot11Counters p802_11Counter, in STAvUpdate802_11Counter() argument
529p802_11Counter->MulticastTransmittedFrameCount = (unsigned long long) (pStatistic->dwTsrBroadcast[… in STAvUpdate802_11Counter()
533p802_11Counter->FailedCount = (unsigned long long) (pStatistic->dwTsrErr[TYPE_AC0DMA] + pStatistic… in STAvUpdate802_11Counter()
534p802_11Counter->RetryCount = (unsigned long long) (pStatistic->dwTsrRetry[TYPE_AC0DMA] + pStatisti… in STAvUpdate802_11Counter()
535p802_11Counter->MultipleRetryCount = (unsigned long long) (pStatistic->dwTsrMoreThanOnceRetry[TYPE… in STAvUpdate802_11Counter()
537 p802_11Counter->RTSSuccessCount += (unsigned long long) (dwCounter & 0x000000ff); in STAvUpdate802_11Counter()
538 p802_11Counter->RTSFailureCount += (unsigned long long) ((dwCounter & 0x0000ff00) >> 8); in STAvUpdate802_11Counter()
539 p802_11Counter->ACKFailureCount += (unsigned long long) ((dwCounter & 0x00ff0000) >> 16); in STAvUpdate802_11Counter()
540 p802_11Counter->FCSErrorCount += (unsigned long long) ((dwCounter & 0xff000000) >> 24); in STAvUpdate802_11Counter()
541 p802_11Counter->MulticastReceivedFrameCount = (unsigned long long) (pStatistic->dwRsrBroadcast + in STAvUpdate802_11Counter()
[all …]
Dmib.h336 PSDot11Counters p802_11Counter,
341 void STAvClear802_11Counter(PSDot11Counters p802_11Counter);