Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Deeh_driver.c501 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()
624 struct eeh_rmv_data *rmv_data, in eeh_reset_device() argument
648 eeh_pe_dev_traverse(pe, eeh_rmv_device, rmv_data); in eeh_reset_device()
687 if (!driver_eeh_aware || rmv_data->removed_dev_count) { in eeh_reset_device()
842 struct eeh_rmv_data rmv_data = in eeh_handle_normal_event() local
843 {LIST_HEAD_INIT(rmv_data.removed_vf_list), 0}; in eeh_handle_normal_event()
[all …]