Searched defs:pScsiReq (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Storage/
H A DISCSI.cpp437 PSCSIREQ pScsiReq; member in struct:ISCSICMD::__anon16778::__anon16779
2701 PSCSIREQ pScsiReq;
2709 pScsiReq = pIScsiCmd->CmdType.ScsiReq.pScsiReq;
2711 if (pScsiReq->cT2ISegs)
2712 RTSgBufInit(&pScsiReq->SgBufT2I, pScsiReq->paT2ISegs, pScsiReq->cT2ISegs);
2718 size_t cI2TSegs = 2*(pScsiReq->cI2TSegs + 1);
2725 if (pScsiReq
[all...]

Completed in 50 milliseconds