Lines Matching refs:status
313 return header->cb_header->status;
346 SVGACBStatus status;
352 status = vmw_cmdbuf_header_submit(entry);
355 if (WARN_ON_ONCE(status == SVGA_CB_STATUS_QUEUE_FULL)) {
356 entry->cb_header->status = SVGA_CB_STATUS_NONE;
386 SVGACBStatus status = entry->cb_header->status;
388 if (status == SVGA_CB_STATUS_NONE)
394 switch (status) {
400 entry->cb_header->status = SVGA_CB_STATUS_NONE;
405 entry->cb_header->status = SVGA_CB_STATUS_NONE;
413 WARN_ONCE(true, "Undefined command buffer status.\n");
934 cb_hdr->status = SVGA_CB_STATUS_NONE;
980 header->cb_header->status = SVGA_CB_STATUS_NONE;
1136 int status;
1146 status = vmw_cmdbuf_header_submit(header);
1150 if (status != SVGA_CB_STATUS_COMPLETED) {
1151 DRM_ERROR("Device context command failed with status %d\n",
1152 status);