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

/freebsd-11-stable/sys/dev/trm/
H A Dtrm.c457 pSRB->SRBSGIndex = 0;
1356 * parsing from last time disconnect SRBSGIndex
1359 pSRB->pSRBSGL + pSRB->SRBSGIndex;
1360 for (SGIndexTemp = pSRB->SRBSGIndex;
1382 pSRB->SRBSGIndex = SGIndexTemp;
1444 * parsing from last time disconnect SRBSGIndex
1446 pseg = pSRB->pSRBSGL + pSRB->SRBSGIndex;
1447 for (SGIndexTemp = pSRB->SRBSGIndex;
1463 pSRB->SRBSGIndex = SGIndexTemp;
1492 if (pSRB->SRBSGIndex < pSR
[all...]
H A Dtrm.h167 u_int8_t SRBSGIndex; member in struct:_SRB

Completed in 113 milliseconds