Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/qat/qat_dh895xcc/
Dqat_admin.c56 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in qat_send_admin_cmd() local
63 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) { in qat_send_admin_cmd()
Dadf_dh895xcc_hw_data.c161 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_enable_error_correction() local
167 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) { in adf_enable_error_correction()
177 for (i = 0; i < hw_device->get_num_accels(hw_device); i++) { in adf_enable_error_correction()
Dadf_isr.c66 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_enable_msix()
108 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_request_irqs()
152 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_free_irqs()
170 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_isr_alloc_msix_entry_table()
201 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_isr_free_msix_entry_table()
215 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_setup_bh()
228 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_cleanup_bh()
Dadf_drv.c102 if (accel_dev->hw_device) { in adf_cleanup_accel()
103 switch (accel_dev->hw_device->pci_dev_id) { in adf_cleanup_accel()
105 adf_clean_hw_data_dh895xcc(accel_dev->hw_device); in adf_cleanup_accel()
110 kfree(accel_dev->hw_device); in adf_cleanup_accel()
262 accel_dev->hw_device = hw_data; in adf_probe()
265 adf_init_hw_data_dh895xcc(accel_dev->hw_device); in adf_probe()
/linux-4.1.27/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 (request_firmware(&loader_data->uof_fw, hw_device->fw_name, in adf_ae_fw_load()
64 hw_device->fw_name); in adf_ae_fw_load()
102 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_ae_start()
120 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_ae_stop()
Dadf_transport.c183 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_ring()
288 accel_dev->hw_device->hw_arb_ring_enable(ring); in adf_create_ring()
305 accel_dev->hw_device->hw_arb_ring_disable(ring); in adf_create_ring()
325 accel_dev->hw_device->hw_arb_ring_disable(ring); in adf_remove_ring()
399 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_bank()
471 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_init_etr_data()
531 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in cleanup_bank()
Dadf_accel_devices.h178 #define GET_HW_DATA(accel_dev) (accel_dev->hw_device)
192 struct adf_hw_device_data *hw_device; member
Dadf_init.c123 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_init()
350 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in adf_dev_shutdown()
Dadf_ctl_drv.c405 hw_data = accel_dev->hw_device; in adf_ctl_ioctl_get_status()
Dqat_hal.c681 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in qat_hal_init()