Lines Matching defs:isolate
2515 struct qm_err_isolate *isolate;
2518 isolate = &qm->isolate_data;
2523 if (qm->uacce->is_vf || isolate->is_isolate || !isolate->err_threshold)
2536 mutex_lock(&isolate->isolate_lock);
2538 list_for_each_entry_safe(err, tmp, &isolate->qm_hw_errs, list) {
2547 list_add(&hw_err->list, &isolate->qm_hw_errs);
2548 mutex_unlock(&isolate->isolate_lock);
2550 if (count >= isolate->err_threshold)
2551 isolate->is_isolate = true;
4193 pci_err(pdev, "failed to isolate hw err!\n");
4515 /* if resetting fails, isolate the device */
5185 /* Doorbell isolate register is a independent register. */