Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_aer.c111 struct adf_sriov_dev_data *sriov_data = in adf_device_sriov_worker() local
114 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() local
136 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()