Home
last modified time | relevance | path

Searched refs:reTries (Results 1 – 10 of 10) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdsmcmnapi.c453 tdIORequestBody->reTries = 0; in tdsmIDCompletedCB()
465 if (tdIORequestBody->reTries <= SM_RETRIES) in tdsmIDCompletedCB()
484 tdIORequestBody->reTries = 0; in tdsmIDCompletedCB()
495 tdIORequestBody->reTries++; in tdsmIDCompletedCB()
507 tdIORequestBody->reTries = 0; in tdsmIDCompletedCB()
564 tdIORequestBody->reTries = 0; in tdsmIDCompletedCB()
578 if (tdIORequestBody->reTries <= SM_RETRIES) in tdsmIDCompletedCB()
594 tdIORequestBody->reTries = 0; in tdsmIDCompletedCB()
613 tdIORequestBody->reTries++; in tdsmIDCompletedCB()
625 tdIORequestBody->reTries = 0; in tdsmIDCompletedCB()
[all …]
HDossacmnapi.c8680 if (tdIORequestBody->reTries <= SM_RETRIES) in tdIDStartTimerCB()
8691 tdIORequestBody->reTries++; in tdIDStartTimerCB()
8700 tdIORequestBody->reTries = 0; in tdIDStartTimerCB()
8720 tdIORequestBody->reTries = 0; in tdIDStartTimerCB()
8851 tdIORequestBody->reTries = 0; in tdIDStart()
/NextBSD/sys/dev/pms/RefTisa/sat/src/
HDsminit.c467 smIOCommand[i].reTries = 0; in smIOInit()
493 smIORequestBody->reTries = 0; in smIOReInit()
HDsmtypes.h286 bit32 reTries; member
HDsmsathw.c345 smIORequestBody->reTries = 0; in smsataLLIOStart()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sata/host/
HDsathw.c386 tdIORequestBody->reTries = 0; in sataLLIOStart()
HDossasat.c225 if (tdIORequestBody->reTries <= OPEN_RETRY_RETRIES) /* 10 */ in ossaSATACompleted()
242 tdIORequestBody->reTries++; in ossaSATACompleted()
250 tdIORequestBody->reTries = 0; in ossaSATACompleted()
257 tdIORequestBody->reTries = 0; in ossaSATACompleted()
263 tdIORequestBody->reTries = 0; in ossaSATACompleted()
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/common/
HDtdtypes.h621 bit32 reTries; member
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/sas/ini/
HDitdcb.c3976 if (tdIORequestBody->reTries < OPEN_RETRY_RETRIES) /* 10 */ in itdssXferOpenRetryTimeoutHandler()
3993 tdIORequestBody->reTries++; in itdssXferOpenRetryTimeoutHandler()
4001 tdIORequestBody->reTries = 0; in itdssXferOpenRetryTimeoutHandler()
4007 tdIORequestBody->reTries = 0; in itdssXferOpenRetryTimeoutHandler()
4013 tdIORequestBody->reTries = 0; in itdssXferOpenRetryTimeoutHandler()
HDitdio.c318 tdIORequestBody->reTries = 0; in tiINIIOStart()