Searched refs:rmv_data (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | eeh_driver.c | 489 struct eeh_rmv_data *rmv_data = (struct eeh_rmv_data *)userdata; in eeh_rmv_device() local 502 if (rmv_data) { in eeh_rmv_device() 519 if (rmv_data) in eeh_rmv_device() 520 rmv_data->removed_dev_count++; in eeh_rmv_device() 527 if (rmv_data) in eeh_rmv_device() 528 list_add(&edev->rmv_entry, &rmv_data->removed_vf_list); in eeh_rmv_device() 618 * @rmv_data: Optional, list to record removed devices 625 struct eeh_rmv_data *rmv_data, in eeh_reset_device() 649 eeh_pe_dev_traverse(pe, eeh_rmv_device, rmv_data); in eeh_reset_device() 688 if (!driver_eeh_aware || rmv_data in eeh_reset_device() 624 eeh_reset_device(struct eeh_pe *pe, struct pci_bus *bus, struct eeh_rmv_data *rmv_data, bool driver_eeh_aware) eeh_reset_device() argument 843 struct eeh_rmv_data rmv_data = eeh_handle_normal_event() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | eeh_driver.c | 488 struct eeh_rmv_data *rmv_data = (struct eeh_rmv_data *)userdata; in eeh_rmv_device() local 501 if (rmv_data) { in eeh_rmv_device() 518 if (rmv_data) in eeh_rmv_device() 519 rmv_data->removed_dev_count++; in eeh_rmv_device() 526 if (rmv_data) in eeh_rmv_device() 527 list_add(&edev->rmv_entry, &rmv_data->removed_vf_list); in eeh_rmv_device() 617 * @rmv_data: Optional, list to record removed devices 624 struct eeh_rmv_data *rmv_data, in eeh_reset_device() 648 eeh_pe_dev_traverse(pe, eeh_rmv_device, rmv_data); in eeh_reset_device() 687 if (!driver_eeh_aware || rmv_data in eeh_reset_device() 623 eeh_reset_device(struct eeh_pe *pe, struct pci_bus *bus, struct eeh_rmv_data *rmv_data, bool driver_eeh_aware) eeh_reset_device() argument 842 struct eeh_rmv_data rmv_data = eeh_handle_normal_event() local [all...] |
Completed in 3 milliseconds