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

/freebsd-10.3-release/sys/dev/trm/
H A Dtrm.c457 pSRB->SRBSGIndex = 0;
1500 * parsing from last time disconnect SRBSGIndex
1503 pSRB->pSRBSGL + pSRB->SRBSGIndex;
1504 for (SGIndexTemp = pSRB->SRBSGIndex;
1526 pSRB->SRBSGIndex = SGIndexTemp;
1588 * parsing from last time disconnect SRBSGIndex
1590 pseg = pSRB->pSRBSGL + pSRB->SRBSGIndex;
1591 for (SGIndexTemp = pSRB->SRBSGIndex;
1607 pSRB->SRBSGIndex = SGIndexTemp;
1636 if (pSRB->SRBSGIndex < pSR
[all...]
H A Dtrm.h167 u_int8_t SRBSGIndex; member in struct:_SRB

Completed in 128 milliseconds