/linux/drivers/crypto/qat/qat_common/ |
A D | adf_accel_engine.c | 14 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_ae_fw_load_images() local 56 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_ae_fw_load() local 60 if (!hw_device->fw_name) in adf_ae_fw_load() 66 hw_device->fw_mmp_name); in adf_ae_fw_load() 72 hw_device->fw_name); in adf_ae_fw_load() 107 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_ae_fw_release() local 109 if (!hw_device->fw_name) in adf_ae_fw_release() 172 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_ae_init() local 174 if (!hw_device->fw_name) in adf_ae_init() 199 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_ae_shutdown() local [all …]
|
A D | adf_admin.c | 170 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_init_ae() local 171 u32 ae_mask = hw_device->ae_mask; in adf_init_ae() 184 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_set_fw_constants() local 185 u32 ae_mask = hw_device->admin_ae_mask ?: hw_device->ae_mask; in adf_set_fw_constants() 220 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_admin_comms()
|
A D | adf_isr.c | 23 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_msix() 64 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_msix_isr_ae() 114 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_free_irqs() 139 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_request_irqs() 206 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_isr_alloc_msix_vectors_data() 233 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_setup_bh() 246 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_cleanup_bh()
|
A D | qat_crypto.h | 60 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_hw_dev_has_crypto() local 61 u32 mask = ~hw_device->accel_capabilities_mask; in adf_hw_dev_has_crypto()
|
A D | adf_pf2vf_msg.c | 19 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_vf2pf_interrupts() 32 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_disable_vf2pf_interrupts() 46 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_disable_vf2pf_interrupts_irq() 59 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in __adf_iov_putmsg() 223 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_vf2pf_req_hndl() 345 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_vf2pf_request_version()
|
A 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()
|
A D | adf_hw_arbiter.c | 20 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_arb() 51 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_update_ring_arb() 75 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_exit_arb()
|
A D | adf_vf_isr.c | 35 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_pf2vf_interrupts() 45 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_disable_pf2vf_interrupts() 91 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_pf2vf_bh_handler() 181 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_isr()
|
A D | adf_gen2_hw_data.c | 75 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen2_enable_error_correction() 108 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen2_cfg_iov_thds() 255 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen2_get_accel_cap() 283 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen2_set_ssm_wdtimer()
|
A D | adf_accel_devices.h | 219 #define GET_HW_DATA(accel_dev) (accel_dev->hw_device) 224 #define GET_CSR_OPS(accel_dev) (&(accel_dev)->hw_device->csr_ops) 245 struct adf_hw_device_data *hw_device; member
|
A D | adf_init.c | 63 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_init() 156 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_start() 266 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_shutdown()
|
A D | adf_sriov.c | 44 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_sriov() 87 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_disable_sriov()
|
A D | adf_transport.c | 156 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_ring() 377 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_bank() 466 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_etr_data() 516 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in cleanup_bank()
|
A 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()
|
A D | adf_gen4_hw_data.c | 112 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_gen4_set_ssm_wdtimer()
|
A D | adf_ctl_drv.c | 359 hw_data = accel_dev->hw_device; in adf_ctl_ioctl_get_status()
|
A D | qat_hal.c | 686 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in qat_hal_chip_init()
|
/linux/drivers/crypto/qat/qat_c62xvf/ |
A 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()
|
/linux/drivers/crypto/qat/qat_dh895xccvf/ |
A 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()
|
/linux/drivers/crypto/qat/qat_c3xxxvf/ |
A 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()
|
/linux/drivers/crypto/qat/qat_c62x/ |
A D | adf_drv.c | 57 if (accel_dev->hw_device) { in adf_cleanup_accel() 60 adf_clean_hw_data_c62x(accel_dev->hw_device); in adf_cleanup_accel() 65 kfree(accel_dev->hw_device); in adf_cleanup_accel() 66 accel_dev->hw_device = NULL; in adf_cleanup_accel() 125 accel_dev->hw_device = hw_data; in adf_probe() 126 adf_init_hw_data_c62x(accel_dev->hw_device); in adf_probe()
|
/linux/drivers/crypto/qat/qat_dh895xcc/ |
A D | adf_drv.c | 57 if (accel_dev->hw_device) { in adf_cleanup_accel() 60 adf_clean_hw_data_dh895xcc(accel_dev->hw_device); in adf_cleanup_accel() 65 kfree(accel_dev->hw_device); in adf_cleanup_accel() 66 accel_dev->hw_device = NULL; in adf_cleanup_accel() 125 accel_dev->hw_device = hw_data; in adf_probe() 126 adf_init_hw_data_dh895xcc(accel_dev->hw_device); in adf_probe()
|
/linux/drivers/crypto/qat/qat_c3xxx/ |
A D | adf_drv.c | 57 if (accel_dev->hw_device) { in adf_cleanup_accel() 60 adf_clean_hw_data_c3xxx(accel_dev->hw_device); in adf_cleanup_accel() 65 kfree(accel_dev->hw_device); in adf_cleanup_accel() 66 accel_dev->hw_device = NULL; in adf_cleanup_accel() 125 accel_dev->hw_device = hw_data; in adf_probe() 126 adf_init_hw_data_c3xxx(accel_dev->hw_device); in adf_probe()
|
/linux/drivers/crypto/qat/qat_4xxx/ |
A D | adf_drv.c | 23 if (accel_dev->hw_device) { in adf_cleanup_accel() 24 adf_clean_hw_data_4xxx(accel_dev->hw_device); in adf_cleanup_accel() 25 accel_dev->hw_device = NULL; in adf_cleanup_accel() 187 accel_dev->hw_device = hw_data; in adf_probe() 188 adf_init_hw_data_4xxx(accel_dev->hw_device); in adf_probe()
|