Searched refs:sriov_data (Results 1 – 1 of 1) sorted by relevance
114 struct adf_sriov_dev_data *sriov_data = in adf_device_sriov_worker() local117 adf_reenable_sriov(sriov_data->accel_dev); in adf_device_sriov_worker()118 complete(&sriov_data->compl); in adf_device_sriov_worker()127 struct adf_sriov_dev_data sriov_data; in adf_device_reset_worker() local139 sriov_data.accel_dev = accel_dev; in adf_device_reset_worker()140 init_completion(&sriov_data.compl); in adf_device_reset_worker()141 INIT_WORK(&sriov_data.sriov_work, adf_device_sriov_worker); in adf_device_reset_worker()142 queue_work(device_sriov_wq, &sriov_data.sriov_work); in adf_device_reset_worker()143 if (wait_for_completion_timeout(&sriov_data.compl, wait_jiffies)) in adf_device_reset_worker()