Home
last modified time | relevance | path

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

/drivers/crypto/qat/qat_common/
Dadf_accel_engine.c13 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_ae_fw_load() local
17 if (!hw_device->fw_name) in adf_ae_fw_load()
20 if (request_firmware(&loader_data->mmp_fw, hw_device->fw_mmp_name, in adf_ae_fw_load()
23 hw_device->fw_mmp_name); in adf_ae_fw_load()
26 if (request_firmware(&loader_data->uof_fw, hw_device->fw_name, in adf_ae_fw_load()
29 hw_device->fw_name); in adf_ae_fw_load()
59 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_ae_fw_release() local
61 if (!hw_device->fw_name) in adf_ae_fw_release()
76 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_ae_start()
97 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_ae_stop()
[all …]
Dadf_admin.c174 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_init_me() local
175 u32 ae_mask = hw_device->ae_mask; in adf_init_me()
188 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_set_fw_constants() local
189 u32 ae_mask = hw_device->ae_mask; in adf_set_fw_constants()
224 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_admin_comms()
Dadf_isr.c23 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_msix()
68 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_msix_isr_ae()
123 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_request_irqs()
171 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_free_irqs()
191 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_isr_alloc_msix_entry_table()
239 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_setup_bh()
252 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_cleanup_bh()
Dadf_pf2vf_msg.c17 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_pf2vf_interrupts()
27 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_disable_pf2vf_interrupts()
37 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_vf2pf_interrupts()
60 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_disable_vf2pf_interrupts()
84 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in __adf_iov_putmsg()
183 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_vf2pf_req_hndl()
305 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_vf2pf_request_version()
Dadf_aer.c74 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_dev_restore() local
77 if (hw_device->reset_device) { in adf_dev_restore()
80 hw_device->reset_device(accel_dev); in adf_dev_restore()
Dadf_hw_arbiter.c37 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_arb()
74 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_exit_arb()
Dadf_init.c63 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_init()
149 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_start()
255 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_shutdown()
Dadf_accel_devices.h157 #define GET_HW_DATA(accel_dev) (accel_dev->hw_device)
181 struct adf_hw_device_data *hw_device; member
Dadf_transport.c138 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_ring()
346 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_bank()
419 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_etr_data()
472 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in cleanup_bank()
Dadf_sriov.c70 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_sriov()
129 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_disable_sriov()
Dadf_vf_isr.c74 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_pf2vf_bh_handler()
164 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_isr()
Dadf_dev_mgr.c107 if (ptr->hw_device->dev_class == class) in adf_devmgr_update_class_index()
108 ptr->hw_device->instance_id = i++; in adf_devmgr_update_class_index()
Dadf_ctl_drv.c359 hw_data = accel_dev->hw_device; in adf_ctl_ioctl_get_status()
Dqat_hal.c659 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in qat_hal_init()
/drivers/crypto/qat/qat_dh895xccvf/
Dadf_drv.c56 if (accel_dev->hw_device) { in adf_cleanup_accel()
59 adf_clean_hw_data_dh895xcciov(accel_dev->hw_device); in adf_cleanup_accel()
64 kfree(accel_dev->hw_device); in adf_cleanup_accel()
65 accel_dev->hw_device = NULL; in adf_cleanup_accel()
118 accel_dev->hw_device = hw_data; in adf_probe()
119 adf_init_hw_data_dh895xcciov(accel_dev->hw_device); in adf_probe()
/drivers/crypto/qat/qat_c62xvf/
Dadf_drv.c56 if (accel_dev->hw_device) { in adf_cleanup_accel()
59 adf_clean_hw_data_c62xiov(accel_dev->hw_device); in adf_cleanup_accel()
64 kfree(accel_dev->hw_device); in adf_cleanup_accel()
65 accel_dev->hw_device = NULL; in adf_cleanup_accel()
118 accel_dev->hw_device = hw_data; in adf_probe()
119 adf_init_hw_data_c62xiov(accel_dev->hw_device); in adf_probe()
/drivers/crypto/qat/qat_c3xxxvf/
Dadf_drv.c56 if (accel_dev->hw_device) { in adf_cleanup_accel()
59 adf_clean_hw_data_c3xxxiov(accel_dev->hw_device); in adf_cleanup_accel()
64 kfree(accel_dev->hw_device); in adf_cleanup_accel()
65 accel_dev->hw_device = NULL; in adf_cleanup_accel()
118 accel_dev->hw_device = hw_data; in adf_probe()
119 adf_init_hw_data_c3xxxiov(accel_dev->hw_device); in adf_probe()
/drivers/crypto/qat/qat_c62x/
Dadf_drv.c56 if (accel_dev->hw_device) { in adf_cleanup_accel()
59 adf_clean_hw_data_c62x(accel_dev->hw_device); in adf_cleanup_accel()
64 kfree(accel_dev->hw_device); in adf_cleanup_accel()
65 accel_dev->hw_device = NULL; in adf_cleanup_accel()
124 accel_dev->hw_device = hw_data; in adf_probe()
125 adf_init_hw_data_c62x(accel_dev->hw_device); in adf_probe()
Dadf_c62x_hw_data.c138 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_enable_error_correction() local
140 unsigned long accel_mask = hw_device->accel_mask; in adf_enable_error_correction()
141 unsigned long ae_mask = hw_device->ae_mask; in adf_enable_error_correction()
/drivers/crypto/qat/qat_c3xxx/
Dadf_drv.c56 if (accel_dev->hw_device) { in adf_cleanup_accel()
59 adf_clean_hw_data_c3xxx(accel_dev->hw_device); in adf_cleanup_accel()
64 kfree(accel_dev->hw_device); in adf_cleanup_accel()
65 accel_dev->hw_device = NULL; in adf_cleanup_accel()
124 accel_dev->hw_device = hw_data; in adf_probe()
125 adf_init_hw_data_c3xxx(accel_dev->hw_device); in adf_probe()
Dadf_c3xxx_hw_data.c128 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_enable_error_correction() local
130 unsigned long accel_mask = hw_device->accel_mask; in adf_enable_error_correction()
131 unsigned long ae_mask = hw_device->ae_mask; in adf_enable_error_correction()
/drivers/crypto/qat/qat_dh895xcc/
Dadf_drv.c56 if (accel_dev->hw_device) { in adf_cleanup_accel()
59 adf_clean_hw_data_dh895xcc(accel_dev->hw_device); in adf_cleanup_accel()
64 kfree(accel_dev->hw_device); in adf_cleanup_accel()
65 accel_dev->hw_device = NULL; in adf_cleanup_accel()
124 accel_dev->hw_device = hw_data; in adf_probe()
125 adf_init_hw_data_dh895xcc(accel_dev->hw_device); in adf_probe()
Dadf_dh895xcc_hw_data.c136 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_enable_error_correction() local
138 unsigned long accel_mask = hw_device->accel_mask; in adf_enable_error_correction()
139 unsigned long ae_mask = hw_device->ae_mask; in adf_enable_error_correction()