Searched refs:retryCount (Results 1 – 6 of 6) sorted by relevance
109 int retryCount = 0; in ossl_pool_acquire_entropy() local114 while ((result != OK) && (retryCount < 10)) { in ossl_pool_acquire_entropy()135 retryCount++; in ossl_pool_acquire_entropy()
171 const int retryCount = 1000; in fw1x_reset() local173 for (int i = 0; i < retryCount; ++i) { in fw1x_reset()
84 UCHAR retryCount; member
78 U08 retryCount; member
3110 AGTIAPI_IO( "agtiapi_StartIO: ccb %p retry %d\n", pccb, pccb->retryCount ); in agtiapi_StartIO()3313 pccb, pccb->retryCount ); in agtiapi_StartSMP()4208 pccb->retryCount++; in agtiapi_Retry()4216 pccb->retryCount, pccb->flags ); in agtiapi_Retry()4554 pccb->retryCount = 0; in agtiapi_FreeCCB()4687 pccb->retryCount = 0; in agtiapi_FreeSMPCCB()4724 pccb->retryCount = 0; in agtiapi_FreeTMCCB()5056 if (&pccb->retryCount & 0x63) in agtiapi_PrepCCBs()5057 AGTIAPI_PRINTK("retry cnt addr = %p\n", &pccb->retryCount); in agtiapi_PrepCCBs()
88927 int retryCount = 0; local88937 if( retryCount ){88938 if( retryCount>100 ){88942 }else if( retryCount==1 ){88946 retryCount++;