Searched refs:GetPhyRxPktCounts (Results 1 – 1 of 1) sorted by relevance
708 static u32 GetPhyRxPktCounts(struct _adapter *pAdapter, u32 selbit) in GetPhyRxPktCounts() function726 OFDM_cnt = GetPhyRxPktCounts(pAdapter, OFDM_MPDU_OK_BIT); in r8712_GetPhyRxPktReceived()727 CCK_cnt = GetPhyRxPktCounts(pAdapter, CCK_MPDU_OK_BIT); in r8712_GetPhyRxPktReceived()728 HT_cnt = GetPhyRxPktCounts(pAdapter, HT_MPDU_OK_BIT); in r8712_GetPhyRxPktReceived()736 OFDM_cnt = GetPhyRxPktCounts(pAdapter, OFDM_MPDU_FAIL_BIT); in r8712_GetPhyRxPktCRC32Error()737 CCK_cnt = GetPhyRxPktCounts(pAdapter, CCK_MPDU_FAIL_BIT); in r8712_GetPhyRxPktCRC32Error()738 HT_cnt = GetPhyRxPktCounts(pAdapter, HT_MPDU_FAIL_BIT); in r8712_GetPhyRxPktCRC32Error()