reset_event
reset_event(ev);
char *reset_event[] = { I915_RESET_UEVENT "=1", NULL };
kobject_uevent_env(kobj, KOBJ_CHANGE, reset_event);
if (ops->reset_event)
ops->reset_event(pdev, NULL);
union pds_core_notifyq_comp reset_event = {
pdsc_notify(PDS_EVENT_RESET, &reset_event);
union pds_core_notifyq_comp reset_event = {
pdsc_notify(PDS_EVENT_RESET, &reset_event);
void (*reset_event)(struct pci_dev *pdev, struct hnae3_handle *handle);
if (h->ae_algo->ops->reset_event)
h->ae_algo->ops->reset_event(h->pdev, h);
if (ops->reset_event && ops->get_reset_level &&
ops->reset_event(pdev, NULL);
if (!ops->set_default_reset_request || !ops->reset_event)
ops->reset_event(h->pdev, h);
.reset_event = hclge_reset_event,
if (hdev->default_reset_request && ae_dev->ops->reset_event)
ae_dev->ops->reset_event(hdev->pdev, NULL);
ae_dev->ops->reset_event(hdev->pdev, NULL);
.reset_event = hclgevf_reset_event,