Lines Matching refs:LowIoContext
231 PLOWIO_CONTEXT LowIoContext = &RxContext->LowIoContext;
233 PMDL BufferMdl = LowIoContext->ParamsFor.ReadWrite.Buffer;
234 uint32_t ByteCount = LowIoContext->ParamsFor.ReadWrite.ByteCount;
235 RXVBO ByteOffset = LowIoContext->ParamsFor.ReadWrite.ByteOffset;
351 PLOWIO_CONTEXT LowIoContext = &RxContext->LowIoContext;
353 PMDL BufferMdl = LowIoContext->ParamsFor.ReadWrite.Buffer;
354 uint32_t ByteCount = LowIoContext->ParamsFor.ReadWrite.ByteCount;
355 RXVBO ByteOffset = LowIoContext->ParamsFor.ReadWrite.ByteOffset;
454 PLOWIO_CONTEXT LowIoContext = &RxContext->LowIoContext;
459 LowIoContext->Operation));
461 switch (LowIoContext->Operation)
465 LowIoContext->Operation));
469 /* @todo Remove multiple locks listed in LowIoContext.ParamsFor.Locks.LockList. */
471 LowIoContext->Operation));
487 if (LowIoContext->ParamsFor.Locks.Flags & LOWIO_LOCKSFLAG_FAIL_IMMEDIATELY)
493 LowIoContext->ParamsFor.Locks.ByteOffset, LowIoContext->ParamsFor.Locks.Length, fu32Lock);