Searched refs:VRING_DESC_F_WRITE (Results 1 – 6 of 6) sorted by relevance
138 #define VRING_DESC_F_WRITE BIT1 // buffer to be written *by the host* macro
307 Dev->RxRing.Desc[DescIdx].Flags = VRING_DESC_F_WRITE | VRING_DESC_F_NEXT; in VirtioNetInitRx()313 Dev->RxRing.Desc[DescIdx].Flags = VRING_DESC_F_WRITE; in VirtioNetInitRx()
314 VRING_DESC_F_NEXT | (RequestIsWrite ? 0 : VRING_DESC_F_WRITE), in SynchronousRequest()322 VRING_DESC_F_WRITE, &Indices); in SynchronousRequest()
296 VRING_DESC_F_WRITE, &Indices); in VirtioGpuSendCommand()
456 VRING_DESC_F_WRITE | (Packet->InTransferLength > 0 ? in VirtioScsiPassThru()465 Packet->InTransferLength, VRING_DESC_F_WRITE, &Indices); in VirtioScsiPassThru()
174 VRING_DESC_F_WRITE, in VirtioRngGetRNG()