Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dtrm.c1042 pseg = &pSRB->SegmentX[pSRB->SRBSGIndex]; in trm_DataOutPhase0()
1043 for (SGIndexTemp = pSRB->SRBSGIndex; in trm_DataOutPhase0()
1067 pSRB->SRBSGIndex = SGIndexTemp; in trm_DataOutPhase0()
1145 pseg = &pSRB->SegmentX[pSRB->SRBSGIndex]; in trm_DataInPhase0()
1146 for (SGIndexTemp = pSRB->SRBSGIndex; in trm_DataInPhase0()
1168 pSRB->SRBSGIndex = SGIndexTemp; in trm_DataInPhase0()
1206 if (pSRB->SRBSGIndex < pSRB->SRBSGCount) { in trm_DataIO_transfer()
1216 ((u_int32_t)pSRB->SRBSGIndex << 3))); in trm_DataIO_transfer()
1222 pSRB->SRBSGIndex) << 3)); in trm_DataIO_transfer()
2092 pSRB->SRBSGIndex = 0; in trm_srb_reinit()
[all …]
Dtrm.h119 u_int8_t SRBSGIndex; member