Searched refs:CCK_cnt (Results 1 – 2 of 2) sorted by relevance
771 u32 OFDM_cnt = 0, CCK_cnt = 0, HT_cnt = 0; in GetPhyRxPktReceived() local774 CCK_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_CCK_MPDU_OK); in GetPhyRxPktReceived()777 return OFDM_cnt + CCK_cnt + HT_cnt; in GetPhyRxPktReceived()782 u32 OFDM_cnt = 0, CCK_cnt = 0, HT_cnt = 0; in GetPhyRxPktCRC32Error() local785 CCK_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_CCK_MPDU_FAIL); in GetPhyRxPktCRC32Error()788 return OFDM_cnt + CCK_cnt + HT_cnt; in GetPhyRxPktCRC32Error()
711 u32 CCK_cnt = GetPhyRxPktCounts(pAdapter, CCK_MPDU_OK_BIT); in r8712_GetPhyRxPktReceived() local714 return OFDM_cnt + CCK_cnt + HT_cnt; in r8712_GetPhyRxPktReceived()720 u32 CCK_cnt = GetPhyRxPktCounts(pAdapter, CCK_MPDU_FAIL_BIT); in r8712_GetPhyRxPktCRC32Error() local723 return OFDM_cnt + CCK_cnt + HT_cnt; in r8712_GetPhyRxPktCRC32Error()