Searched refs:otables (Results 1 – 2 of 2) sorted by relevance
242 struct vmw_otable *otables = batch->otables; in vmw_otable_batch_setup() local248 if (!otables[i].enabled) in vmw_otable_batch_setup()251 otables[i].size = PFN_ALIGN(otables[i].size); in vmw_otable_batch_setup()269 &otables[i]); in vmw_otable_batch_setup()272 offset += otables[i].size; in vmw_otable_batch_setup()281 &batch->otables[i]); in vmw_otable_batch_setup()303 struct vmw_otable **otables = &dev_priv->otable_batch.otables; in vmw_otables_setup() local308 if (!(*otables)) in vmw_otables_setup()315 if (!(*otables)) in vmw_otables_setup()328 kfree(*otables); in vmw_otables_setup()[all …]
471 struct vmw_otable *otables; member