Searched refs:cotable_res (Results 1 – 1 of 1) sorted by relevance
1256 struct vmw_resource *cotable_res; in vmw_cmd_dx_define_query() local1268 cotable_res = vmw_context_cotable(ctx_node->ctx, SVGA_COTABLE_DXQUERY); in vmw_cmd_dx_define_query()1269 if (IS_ERR_OR_NULL(cotable_res)) in vmw_cmd_dx_define_query()1270 return cotable_res ? PTR_ERR(cotable_res) : -EINVAL; in vmw_cmd_dx_define_query()1271 ret = vmw_cotable_notify(cotable_res, cmd->body.queryId); in vmw_cmd_dx_define_query()