Lines Matching refs:Response
120 // request, response.
227 success, elicits a VirtioGpuRespOkNodata response
232 producing a response. If Fence is TRUE, then
268 volatile VIRTIO_GPU_CONTROL_HEADER Response;
295 VirtioAppendDesc (&VgpuDev->Ring, (UINTN)&Response, sizeof Response,
308 // Parse the response.
310 if (ResponseSize != sizeof Response) {
311 DEBUG ((EFI_D_ERROR, "%a: malformed response to Request=0x%x\n",
316 if (Response.Type == VirtioGpuRespOkNodata) {
320 DEBUG ((EFI_D_ERROR, "%a: Request=0x%x Response=0x%x\n", __FUNCTION__,
321 (UINT32)RequestType, Response.Type));