Home
last modified time | relevance | path

Searched refs:rmv_data (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/arch/powerpc/kernel/
Deeh_driver.c505 struct eeh_rmv_data *rmv_data = (struct eeh_rmv_data *)userdata; in eeh_rmv_device() local
518 if (rmv_data) { in eeh_rmv_device()
535 if (rmv_data) in eeh_rmv_device()
536 rmv_data->removed_dev_count++; in eeh_rmv_device()
551 if (rmv_data) in eeh_rmv_device()
552 list_add(&edev->rmv_entry, &rmv_data->removed_vf_list); in eeh_rmv_device()
649 struct eeh_rmv_data *rmv_data, in eeh_reset_device() argument
673 eeh_pe_dev_traverse(pe, eeh_rmv_device, rmv_data); in eeh_reset_device()
712 if (!driver_eeh_aware || rmv_data->removed_dev_count) { in eeh_reset_device()
867 struct eeh_rmv_data rmv_data = in eeh_handle_normal_event() local
[all …]