Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dtrm.c969 u_int8_t TempDMAstatus, SGIndexTemp; in trm_DataOutPhase0() local
1043 for (SGIndexTemp = pSRB->SRBSGIndex; in trm_DataOutPhase0()
1044 SGIndexTemp < pSRB->SRBSGCount; in trm_DataOutPhase0()
1045 SGIndexTemp++) { in trm_DataOutPhase0()
1067 pSRB->SRBSGIndex = SGIndexTemp; in trm_DataOutPhase0()
1106 u_int8_t SGIndexTemp; in trm_DataInPhase0() local
1146 for (SGIndexTemp = pSRB->SRBSGIndex; in trm_DataInPhase0()
1147 SGIndexTemp < pSRB->SRBSGCount; in trm_DataInPhase0()
1148 SGIndexTemp++) { in trm_DataInPhase0()
1168 pSRB->SRBSGIndex = SGIndexTemp; in trm_DataInPhase0()