Searched refs:sriov_data (Results 1 – 1 of 1) sorted by relevance
111 struct adf_sriov_dev_data *sriov_data = in adf_device_sriov_worker() local114 adf_reenable_sriov(sriov_data->accel_dev); in adf_device_sriov_worker()115 complete(&sriov_data->compl); in adf_device_sriov_worker()124 struct adf_sriov_dev_data sriov_data; in adf_device_reset_worker() local136 sriov_data.accel_dev = accel_dev; in adf_device_reset_worker()137 init_completion(&sriov_data.compl); in adf_device_reset_worker()138 INIT_WORK(&sriov_data.sriov_work, adf_device_sriov_worker); in adf_device_reset_worker()139 queue_work(device_sriov_wq, &sriov_data.sriov_work); in adf_device_reset_worker()140 if (wait_for_completion_timeout(&sriov_data.compl, wait_jiffies)) in adf_device_reset_worker()