Lines Matching refs:Child

432         /** Child data */
461 } Child;
1472 pIoCtx->Type.Child.uOffsetSaved = uOffset;
1473 pIoCtx->Type.Child.cbTransferLeftSaved = cbTransfer;
1474 pIoCtx->Type.Child.cbTransferParent = cbTransferParent;
1475 pIoCtx->Type.Child.cbWriteParent = cbWriteParent;
1545 pIoCtx->Req.Io.uOffset = pIoCtx->Type.Child.uOffsetSaved;
1546 pIoCtx->Req.Io.cbTransferLeft = (uint32_t)pIoCtx->Type.Child.cbTransferLeftSaved;
1547 Assert((uint32_t)pIoCtx->Type.Child.cbTransferLeftSaved == pIoCtx->Type.Child.cbTransferLeftSaved);
2589 size_t cbPreRead = pIoCtx->Type.Child.cbPreRead;
2590 size_t cbPostRead = pIoCtx->Type.Child.cbPostRead;
2591 size_t cbThisWrite = pIoCtx->Type.Child.cbTransferParent;
2618 size_t cbPreRead = pIoCtx->Type.Child.cbPreRead;
2619 size_t cbPostRead = pIoCtx->Type.Child.cbPostRead;
2620 size_t cbWriteCopy = pIoCtx->Type.Child.Write.Optimized.cbWriteCopy;
2621 size_t cbFill = pIoCtx->Type.Child.Write.Optimized.cbFill;
2622 size_t cbReadImage = pIoCtx->Type.Child.Write.Optimized.cbReadImage;
2632 cbThisWrite = pIoCtx->Type.Child.cbTransferParent;
2723 uint64_t uOffset = pIoCtx->Type.Child.uOffsetSaved;
2724 size_t cbThisWrite = pIoCtx->Type.Child.cbTransferParent;
2725 size_t cbPreRead = pIoCtx->Type.Child.cbPreRead;
2726 size_t cbPostRead = pIoCtx->Type.Child.cbPostRead;
2727 size_t cbWrite = pIoCtx->Type.Child.cbWriteParent;
2754 pIoCtx->Type.Child.Write.Optimized.cbFill = cbFill;
2755 pIoCtx->Type.Child.Write.Optimized.cbWriteCopy = cbWriteCopy;
2756 pIoCtx->Type.Child.Write.Optimized.cbReadImage = cbReadImage;
2788 size_t cbFill = pIoCtx->Type.Child.Write.Optimized.cbFill;
2808 size_t cbPostRead = pIoCtx->Type.Child.cbPostRead;
2809 size_t cbThisWrite = pIoCtx->Type.Child.cbTransferParent;
2817 size_t cbFill = pIoCtx->Type.Child.Write.Optimized.cbFill;
2818 size_t cbWriteCopy = pIoCtx->Type.Child.Write.Optimized.cbWriteCopy;
2819 size_t cbReadImage = pIoCtx->Type.Child.Write.Optimized.cbReadImage;
2893 uint64_t uOffset = pIoCtx->Type.Child.uOffsetSaved;
2894 size_t cbThisWrite = pIoCtx->Type.Child.cbTransferParent;
2895 size_t cbPreRead = pIoCtx->Type.Child.cbPreRead;
2896 size_t cbPostRead = pIoCtx->Type.Child.cbPostRead;
2897 size_t cbWrite = pIoCtx->Type.Child.cbWriteParent;
2927 pIoCtx->Type.Child.Write.Optimized.cbFill = cbFill;
2928 pIoCtx->Type.Child.Write.Optimized.cbWriteCopy = cbWriteCopy;
2929 pIoCtx->Type.Child.Write.Optimized.cbReadImage = cbReadImage;
3053 pIoCtxWrite->Type.Child.cbPreRead = cbPreRead;
3054 pIoCtxWrite->Type.Child.cbPostRead = cbPostRead;
3069 LogFlow(("Child write request completed\n"));
3079 LogFlow(("Child write pending\n"));
4098 pIoCtx->Type.Child.cbTransferParent, pIoCtxParent));
4101 Assert(pIoCtxParent->Req.Io.cbTransferLeft >= pIoCtx->Type.Child.cbTransferParent);
4102 ASMAtomicSubU32(&pIoCtxParent->Req.Io.cbTransferLeft, (uint32_t)pIoCtx->Type.Child.cbTransferParent);