Searched refs:VRING_DESC_F_WRITE (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
H A DVirtio.h138 #define VRING_DESC_F_WRITE BIT1 // buffer to be written *by the host* macro
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
H A DSnpInitialize.c285 Dev->RxRing.Desc[DescIdx].Flags = VRING_DESC_F_WRITE | VRING_DESC_F_NEXT;
292 Dev->RxRing.Desc[DescIdx].Flags = VRING_DESC_F_WRITE;
/device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
H A DVirtioBlk.c311 // VRING_DESC_F_WRITE is interpreted from the host's point of view.
314 VRING_DESC_F_NEXT | (RequestIsWrite ? 0 : VRING_DESC_F_WRITE),
322 VRING_DESC_F_WRITE, &Indices);
/device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
H A DVirtioScsi.c456 VRING_DESC_F_WRITE | (Packet->InTransferLength > 0 ?
465 Packet->InTransferLength, VRING_DESC_F_WRITE, &Indices);

Completed in 206 milliseconds