Lines Matching refs:rmv_data
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()
625 struct eeh_rmv_data *rmv_data, in eeh_reset_device() argument
649 eeh_pe_dev_traverse(pe, eeh_rmv_device, rmv_data); in eeh_reset_device()
688 if (!driver_eeh_aware || rmv_data->removed_dev_count) { in eeh_reset_device()
843 struct eeh_rmv_data rmv_data = in eeh_handle_normal_event() local
844 {LIST_HEAD_INIT(rmv_data.removed_vf_list), 0}; in eeh_handle_normal_event()
1018 rc = eeh_reset_device(pe, bus, &rmv_data, true); in eeh_handle_normal_event()
1038 list_for_each_entry_safe(edev, tmp, &rmv_data.removed_vf_list, in eeh_handle_normal_event()