RTY               277 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 			pRaInfo->NscDown += pRaInfo->RTY[i] * RETRY_PENALTY[PenaltyID1][i];
RTY               294 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 			pRaInfo->NscUp += pRaInfo->RTY[i] * RETRY_PENALTY[PenaltyID2][i];
RTY               492 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 		numsc += pRaInfo->RTY[j] * PT_PENALTY[j];
RTY               572 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 	pRaInfo->RTY[0] = 0;
RTY               573 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 	pRaInfo->RTY[1] = 0;
RTY               574 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 	pRaInfo->RTY[2] = 0;
RTY               575 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 	pRaInfo->RTY[3] = 0;
RTY               576 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 	pRaInfo->RTY[4] = 0;
RTY               700 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 			pRAInfo->RTY[0] = (u16)GET_TX_REPORT_TYPE1_RERTY_0(pBuffer);
RTY               701 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 			pRAInfo->RTY[1] = (u16)GET_TX_REPORT_TYPE1_RERTY_1(pBuffer);
RTY               702 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 			pRAInfo->RTY[2] = (u16)GET_TX_REPORT_TYPE1_RERTY_2(pBuffer);
RTY               703 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 			pRAInfo->RTY[3] = (u16)GET_TX_REPORT_TYPE1_RERTY_3(pBuffer);
RTY               704 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 			pRAInfo->RTY[4] = (u16)GET_TX_REPORT_TYPE1_RERTY_4(pBuffer);
RTY               706 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 			pRAInfo->TOTAL = pRAInfo->RTY[0] + pRAInfo->RTY[1] +
RTY               707 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 					 pRAInfo->RTY[2] + pRAInfo->RTY[3] +
RTY               708 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 					 pRAInfo->RTY[4] + pRAInfo->DROP;
RTY               713 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 					     pRAInfo->RTY[0], pRAInfo->RTY[1],
RTY               714 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 					     pRAInfo->RTY[2], pRAInfo->RTY[3],
RTY               715 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 					     pRAInfo->RTY[4], pRAInfo->DROP,
RTY               736 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 					     pRAInfo->RTY[0],
RTY               737 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 					     pRAInfo->RTY[1],
RTY               738 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 					     pRAInfo->RTY[2],
RTY               739 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 					     pRAInfo->RTY[3],
RTY               740 drivers/staging/rtl8188eu/hal/hal8188e_rate_adaptive.c 					     pRAInfo->RTY[4],
RTY               551 drivers/staging/rtl8188eu/include/odm.h 	u16 RTY[5];
RTY               657 drivers/staging/rtl8723bs/hal/odm.h 	u16 RTY[5];