Home | History | Annotate | Download | only in VirtioScsiDxe

Lines Matching defs:Features

710   UINT64     Features;

745 // step 4a -- retrieve and validate features
747 Status = Dev->VirtIo->GetDeviceFeatures (Dev->VirtIo, &Features);
751 Dev->InOutSupported = (BOOLEAN) ((Features & VIRTIO_SCSI_F_INOUT) != 0);
803 Features &= VIRTIO_SCSI_F_INOUT | VIRTIO_F_VERSION_1;
807 // discovery, and the device can also reject the selected set of features.
810 Status = Virtio10WriteFeatures (Dev->VirtIo, Features, &NextDevStat);
863 // step 5 -- Report understood features and guest-tuneables.
866 Features &= ~(UINT64)VIRTIO_F_VERSION_1;
867 Status = Dev->VirtIo->SetGuestFeatures (Dev->VirtIo, Features);