Home
last modified time | relevance | path

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

/Linux-v4.19/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()
103 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_ae_fw_release() local
105 if (!hw_device->fw_name) in adf_ae_fw_release()
120 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_ae_start()
141 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_ae_stop()
[all …]
Dadf_isr.c65 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_msix()
110 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_msix_isr_ae()
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_admin.c193 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_send_admin_cmd() local
205 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) { in adf_send_admin_cmd()
235 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_admin_comms()
Dadf_pf2vf_msg.c62 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_pf2vf_interrupts()
72 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_disable_pf2vf_interrupts()
82 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_vf2pf_interrupts()
105 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_disable_vf2pf_interrupts()
129 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in __adf_iov_putmsg()
239 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_vf2pf_req_hndl()
355 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_vf2pf_request_version()
Dadf_aer.c118 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_dev_restore() local
121 if (hw_device->reset_device) { in adf_dev_restore()
124 hw_device->reset_device(accel_dev); in adf_dev_restore()
Dadf_hw_arbiter.c81 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_arb()
118 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_exit_arb()
Dadf_init.c107 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_init()
192 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_start()
298 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_shutdown()
Dadf_accel_devices.h206 #define GET_HW_DATA(accel_dev) (accel_dev->hw_device)
230 struct adf_hw_device_data *hw_device; member
Dadf_transport.c182 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_ring()
389 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_bank()
462 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_etr_data()
522 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_vf_isr.c118 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_pf2vf_bh_handler()
202 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_isr()
Dadf_dev_mgr.c151 if (ptr->hw_device->dev_class == class) in adf_devmgr_update_class_index()
152 ptr->hw_device->instance_id = i++; in adf_devmgr_update_class_index()
Dadf_ctl_drv.c403 hw_data = accel_dev->hw_device; in adf_ctl_ioctl_get_status()
Dqat_hal.c697 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in qat_hal_init()
/Linux-v4.19/drivers/crypto/qat/qat_c62x/
Dadf_c62x_hw_data.c164 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_enable_error_correction() local
170 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) { in adf_enable_error_correction()
180 for (i = 0; i < hw_device->get_num_accels(hw_device); i++) { in adf_enable_error_correction()
Dadf_drv.c103 if (accel_dev->hw_device) { in adf_cleanup_accel()
106 adf_clean_hw_data_c62x(accel_dev->hw_device); in adf_cleanup_accel()
111 kfree(accel_dev->hw_device); in adf_cleanup_accel()
112 accel_dev->hw_device = NULL; in adf_cleanup_accel()
171 accel_dev->hw_device = hw_data; in adf_probe()
172 adf_init_hw_data_c62x(accel_dev->hw_device); in adf_probe()
/Linux-v4.19/drivers/crypto/qat/qat_c3xxx/
Dadf_c3xxx_hw_data.c154 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_enable_error_correction() local
160 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) { in adf_enable_error_correction()
170 for (i = 0; i < hw_device->get_num_accels(hw_device); i++) { in adf_enable_error_correction()
Dadf_drv.c103 if (accel_dev->hw_device) { in adf_cleanup_accel()
106 adf_clean_hw_data_c3xxx(accel_dev->hw_device); in adf_cleanup_accel()
111 kfree(accel_dev->hw_device); in adf_cleanup_accel()
112 accel_dev->hw_device = NULL; in adf_cleanup_accel()
171 accel_dev->hw_device = hw_data; in adf_probe()
172 adf_init_hw_data_c3xxx(accel_dev->hw_device); in adf_probe()
/Linux-v4.19/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c176 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_enable_error_correction() local
182 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) { in adf_enable_error_correction()
192 for (i = 0; i < hw_device->get_num_accels(hw_device); i++) { in adf_enable_error_correction()
Dadf_drv.c103 if (accel_dev->hw_device) { in adf_cleanup_accel()
106 adf_clean_hw_data_dh895xcc(accel_dev->hw_device); in adf_cleanup_accel()
111 kfree(accel_dev->hw_device); in adf_cleanup_accel()
112 accel_dev->hw_device = NULL; in adf_cleanup_accel()
171 accel_dev->hw_device = hw_data; in adf_probe()
172 adf_init_hw_data_dh895xcc(accel_dev->hw_device); in adf_probe()
/Linux-v4.19/drivers/crypto/qat/qat_c3xxxvf/
Dadf_drv.c103 if (accel_dev->hw_device) { in adf_cleanup_accel()
106 adf_clean_hw_data_c3xxxiov(accel_dev->hw_device); in adf_cleanup_accel()
111 kfree(accel_dev->hw_device); in adf_cleanup_accel()
112 accel_dev->hw_device = NULL; in adf_cleanup_accel()
165 accel_dev->hw_device = hw_data; in adf_probe()
166 adf_init_hw_data_c3xxxiov(accel_dev->hw_device); in adf_probe()
/Linux-v4.19/drivers/crypto/qat/qat_c62xvf/
Dadf_drv.c103 if (accel_dev->hw_device) { in adf_cleanup_accel()
106 adf_clean_hw_data_c62xiov(accel_dev->hw_device); in adf_cleanup_accel()
111 kfree(accel_dev->hw_device); in adf_cleanup_accel()
112 accel_dev->hw_device = NULL; in adf_cleanup_accel()
165 accel_dev->hw_device = hw_data; in adf_probe()
166 adf_init_hw_data_c62xiov(accel_dev->hw_device); in adf_probe()
/Linux-v4.19/drivers/crypto/qat/qat_dh895xccvf/
Dadf_drv.c103 if (accel_dev->hw_device) { in adf_cleanup_accel()
106 adf_clean_hw_data_dh895xcciov(accel_dev->hw_device); in adf_cleanup_accel()
111 kfree(accel_dev->hw_device); in adf_cleanup_accel()
112 accel_dev->hw_device = NULL; in adf_cleanup_accel()
165 accel_dev->hw_device = hw_data; in adf_probe()
166 adf_init_hw_data_dh895xcciov(accel_dev->hw_device); in adf_probe()