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

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/ddk/
H A Dndis.h3507 * OUT PUINT PhysicalBufferCount OPTIONAL,
3516 OUT PUINT PhysicalBufferCount OPTIONAL,
3523 if (TotalPacketLength || BufferCount || PhysicalBufferCount) {
3528 UINT PhysicalBufferCount = 0; local
3535 PhysicalBufferCount += NDIS_BUFFER_TO_SPAN_PAGES(NdisBuffer);
3540 Packet->Private.PhysicalCount = PhysicalBufferCount;
3546 if (PhysicalBufferCount)
3547 *PhysicalBufferCount = Packet->Private.PhysicalCount;
3561 * OUT PUINT PhysicalBufferCount OPTIONAL,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
H A Dndis.h3507 * OUT PUINT PhysicalBufferCount OPTIONAL,
3516 OUT PUINT PhysicalBufferCount OPTIONAL,
3523 if (TotalPacketLength || BufferCount || PhysicalBufferCount) {
3528 UINT PhysicalBufferCount = 0; local
3535 PhysicalBufferCount += NDIS_BUFFER_TO_SPAN_PAGES(NdisBuffer);
3540 Packet->Private.PhysicalCount = PhysicalBufferCount;
3546 if (PhysicalBufferCount)
3547 *PhysicalBufferCount = Packet->Private.PhysicalCount;
3561 * OUT PUINT PhysicalBufferCount OPTIONAL,

Completed in 58 milliseconds