Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
A Dcmsg_so_mark.sh34 TOTAL=0
37 ((TOTAL++))
56 echo "FAIL - $BAD/$TOTAL cases failed"
/linux/drivers/staging/r8188eu/hal/
A DHal8188ERateAdaptive.c227 if (pRaInfo->Active && (pRaInfo->TOTAL > 0)) { /* STA used and data packet exits */ in odm_RateDecision_8188E()
249 if (pRaInfo->NscDown > (pRaInfo->TOTAL * RETRY_PENALTY[PenaltyID1][5])) in odm_RateDecision_8188E()
250 pRaInfo->NscDown -= pRaInfo->TOTAL * RETRY_PENALTY[PenaltyID1][5]; in odm_RateDecision_8188E()
261 if (pRaInfo->NscUp > (pRaInfo->TOTAL * RETRY_PENALTY[PenaltyID2][5])) in odm_RateDecision_8188E()
262 pRaInfo->NscUp -= pRaInfo->TOTAL * RETRY_PENALTY[PenaltyID2][5]; in odm_RateDecision_8188E()
436 num_total = pRaInfo->TOTAL * PT_PENALTY[5]; in odm_PTDecision_8188E()
512 pRaInfo->TOTAL = 0; in ODM_RAInfo_Init()
623 pRAInfo->TOTAL = pRAInfo->RTY[0] + pRAInfo->RTY[1] + in ODM_RA_TxRPT2Handle_8188E()
626 if (pRAInfo->TOTAL != 0) { in ODM_RA_TxRPT2Handle_8188E()
/linux/Documentation/userspace-api/media/dvb/
A Dfrontend-stat-properties.rst105 :ref:`DTV_STAT_PRE_TOTAL_BIT_COUNT <DTV-STAT-PRE-TOTAL-BIT-COUNT>`.
120 .. _DTV-STAT-PRE-TOTAL-BIT-COUNT:
162 :ref:`DTV_STAT_POST_TOTAL_BIT_COUNT <DTV-STAT-POST-TOTAL-BIT-COUNT>`.
177 .. _DTV-STAT-POST-TOTAL-BIT-COUNT:
226 .. _DTV-STAT-TOTAL-BLOCK-COUNT:
237 :ref:`DTV-STAT-TOTAL-BLOCK-COUNT`.
/linux/Documentation/driver-api/media/
A Ddtv-frontend.rst246 Bit counts post-FEC (:ref:`DTV-STAT-POST-ERROR-BIT-COUNT` and :ref:`DTV-STAT-POST-TOTAL-BIT-COUNT`)
255 Bit counts pre-FEC (:ref:`DTV-STAT-PRE-ERROR-BIT-COUNT` and :ref:`DTV-STAT-PRE-TOTAL-BIT-COUNT`)
265 Block counts (:ref:`DTV-STAT-ERROR-BLOCK-COUNT` and :ref:`DTV-STAT-TOTAL-BLOCK-COUNT`)
/linux/drivers/staging/r8188eu/include/
A Dodm.h328 u32 TOTAL; member

Completed in 16 milliseconds