Home
last modified time | relevance | path

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

/drivers/crypto/qat/qat_common/
Dadf_accel_engine.c57 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_ae_fw_load() local
61 if (!hw_device->fw_name) in adf_ae_fw_load()
64 if (request_firmware(&loader_data->mmp_fw, hw_device->fw_mmp_name, in adf_ae_fw_load()
67 hw_device->fw_mmp_name); in adf_ae_fw_load()
70 if (request_firmware(&loader_data->uof_fw, hw_device->fw_name, in adf_ae_fw_load()
73 hw_device->fw_name); in adf_ae_fw_load()
100 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_ae_fw_release() local
102 if (!hw_device->fw_name) in adf_ae_fw_release()
117 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_ae_start()
138 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_ae_stop()
[all …]
Dadf_admin.c191 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_send_admin_cmd() local
203 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) { in adf_send_admin_cmd()
233 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_admin_comms()
Dadf_pf2vf_msg.c70 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_pf2vf_interrupts()
87 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_disable_pf2vf_interrupts()
98 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_vf2pf_interrupts()
127 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_disable_vf2pf_interrupts()
152 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in __adf_iov_putmsg()
269 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_vf2pf_req_hndl()
385 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_vf2pf_request_version()
Dadf_init.c123 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_init()
209 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_start()
317 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_shutdown()
Dadf_hw_arbiter.c90 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_arb()
143 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_exit_arb()
Dadf_accel_devices.h192 #define GET_HW_DATA(accel_dev) (accel_dev->hw_device)
216 struct adf_hw_device_data *hw_device; member
Dadf_transport.c183 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_ring()
403 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_bank()
475 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_etr_data()
535 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in cleanup_bank()
Dadf_sriov.c114 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_sriov()
173 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_disable_sriov()
Dadf_dev_mgr.c148 if (ptr->hw_device->dev_class == class) in adf_devmgr_update_class_index()
149 ptr->hw_device->instance_id = i++; in adf_devmgr_update_class_index()
Dadf_ctl_drv.c404 hw_data = accel_dev->hw_device; in adf_ctl_ioctl_get_status()
Dqat_hal.c680 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in qat_hal_init()
/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c177 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_enable_error_correction() local
183 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) { in adf_enable_error_correction()
193 for (i = 0; i < hw_device->get_num_accels(hw_device); i++) { in adf_enable_error_correction()
Dadf_isr.c67 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_msix()
166 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_request_irqs()
214 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_free_irqs()
234 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_isr_alloc_msix_entry_table()
282 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_setup_bh()
295 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_cleanup_bh()
Dadf_drv.c107 if (accel_dev->hw_device) { in adf_cleanup_accel()
110 adf_clean_hw_data_dh895xcc(accel_dev->hw_device); in adf_cleanup_accel()
115 kfree(accel_dev->hw_device); in adf_cleanup_accel()
116 accel_dev->hw_device = NULL; in adf_cleanup_accel()
255 accel_dev->hw_device = hw_data; in adf_probe()
258 adf_init_hw_data_dh895xcc(accel_dev->hw_device); in adf_probe()
/drivers/crypto/qat/qat_dh895xccvf/
Dadf_drv.c107 if (accel_dev->hw_device) { in adf_cleanup_accel()
110 adf_clean_hw_data_dh895xcciov(accel_dev->hw_device); in adf_cleanup_accel()
115 kfree(accel_dev->hw_device); in adf_cleanup_accel()
116 accel_dev->hw_device = NULL; in adf_cleanup_accel()
245 accel_dev->hw_device = hw_data; in adf_probe()
248 adf_init_hw_data_dh895xcciov(accel_dev->hw_device); in adf_probe()