Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rtl8712/
Drtl871x_mp.c704 static u32 GetPhyRxPktCounts(struct _adapter *pAdapter, u32 selbit) in GetPhyRxPktCounts() function
722 OFDM_cnt = GetPhyRxPktCounts(pAdapter, OFDM_MPDU_OK_BIT); in r8712_GetPhyRxPktReceived()
723 CCK_cnt = GetPhyRxPktCounts(pAdapter, CCK_MPDU_OK_BIT); in r8712_GetPhyRxPktReceived()
724 HT_cnt = GetPhyRxPktCounts(pAdapter, HT_MPDU_OK_BIT); in r8712_GetPhyRxPktReceived()
732 OFDM_cnt = GetPhyRxPktCounts(pAdapter, OFDM_MPDU_FAIL_BIT); in r8712_GetPhyRxPktCRC32Error()
733 CCK_cnt = GetPhyRxPktCounts(pAdapter, CCK_MPDU_FAIL_BIT); in r8712_GetPhyRxPktCRC32Error()
734 HT_cnt = GetPhyRxPktCounts(pAdapter, HT_MPDU_FAIL_BIT); in r8712_GetPhyRxPktCRC32Error()