/drivers/crypto/qat/qat_common/ |
D | adf_accel_engine.c | 13 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 …]
|
D | adf_admin.c | 174 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()
|
D | adf_isr.c | 23 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()
|
D | adf_pf2vf_msg.c | 17 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()
|
D | adf_aer.c | 74 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()
|
D | adf_hw_arbiter.c | 37 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()
|
D | adf_init.c | 63 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()
|
D | adf_accel_devices.h | 157 #define GET_HW_DATA(accel_dev) (accel_dev->hw_device) 181 struct adf_hw_device_data *hw_device; member
|
D | adf_transport.c | 138 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()
|
D | adf_sriov.c | 70 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()
|
D | adf_vf_isr.c | 74 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()
|
D | adf_dev_mgr.c | 107 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()
|
D | adf_ctl_drv.c | 359 hw_data = accel_dev->hw_device; in adf_ctl_ioctl_get_status()
|
D | qat_hal.c | 659 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in qat_hal_init()
|
/drivers/crypto/qat/qat_dh895xccvf/ |
D | adf_drv.c | 56 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/ |
D | adf_drv.c | 56 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/ |
D | adf_drv.c | 56 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/ |
D | adf_drv.c | 56 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()
|
D | adf_c62x_hw_data.c | 138 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/ |
D | adf_drv.c | 56 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()
|
D | adf_c3xxx_hw_data.c | 128 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/ |
D | adf_drv.c | 56 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()
|
D | adf_dh895xcc_hw_data.c | 136 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()
|