Searched refs:GetPhyRxPktCounts (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/drivers/staging/rtl8712/ |
| D | rtl871x_mp.c | 695 static u32 GetPhyRxPktCounts(struct _adapter *pAdapter, u32 selbit) in GetPhyRxPktCounts() function 710 u32 OFDM_cnt = GetPhyRxPktCounts(pAdapter, OFDM_MPDU_OK_BIT); in r8712_GetPhyRxPktReceived() 711 u32 CCK_cnt = GetPhyRxPktCounts(pAdapter, CCK_MPDU_OK_BIT); in r8712_GetPhyRxPktReceived() 712 u32 HT_cnt = GetPhyRxPktCounts(pAdapter, HT_MPDU_OK_BIT); in r8712_GetPhyRxPktReceived() 719 u32 OFDM_cnt = GetPhyRxPktCounts(pAdapter, OFDM_MPDU_FAIL_BIT); in r8712_GetPhyRxPktCRC32Error() 720 u32 CCK_cnt = GetPhyRxPktCounts(pAdapter, CCK_MPDU_FAIL_BIT); in r8712_GetPhyRxPktCRC32Error() 721 u32 HT_cnt = GetPhyRxPktCounts(pAdapter, HT_MPDU_FAIL_BIT); in r8712_GetPhyRxPktCRC32Error()
|
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_mp.c | 755 static u32 GetPhyRxPktCounts(struct adapter *pAdapter, u32 selbit) in GetPhyRxPktCounts() function 773 OFDM_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_OFDM_MPDU_OK); in GetPhyRxPktReceived() 774 CCK_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_CCK_MPDU_OK); in GetPhyRxPktReceived() 775 HT_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_HT_MPDU_OK); in GetPhyRxPktReceived() 784 OFDM_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_OFDM_MPDU_FAIL); in GetPhyRxPktCRC32Error() 785 CCK_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_CCK_MPDU_FAIL); in GetPhyRxPktCRC32Error() 786 HT_cnt = GetPhyRxPktCounts(pAdapter, RXERR_TYPE_HT_MPDU_FAIL); in GetPhyRxPktCRC32Error()
|