Home
last modified time | relevance | path

Searched refs:adf_hw_device_data (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c82 static uint32_t get_num_accels(struct adf_hw_device_data *self) in get_num_accels()
96 static uint32_t get_num_aes(struct adf_hw_device_data *self) in get_num_aes()
110 static uint32_t get_misc_bar_id(struct adf_hw_device_data *self) in get_misc_bar_id()
115 static uint32_t get_etr_bar_id(struct adf_hw_device_data *self) in get_etr_bar_id()
120 static enum dev_sku_info get_sku(struct adf_hw_device_data *self) in get_sku()
161 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in adf_enable_error_correction()
200 void adf_init_hw_data_dh895xcc(struct adf_hw_device_data *hw_data) in adf_init_hw_data_dh895xcc()
231 void adf_clean_hw_data_dh895xcc(struct adf_hw_device_data *hw_data) in adf_clean_hw_data_dh895xcc()
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.h52 void adf_init_hw_data_dh895xcc(struct adf_hw_device_data *hw_data);
53 void adf_clean_hw_data_dh895xcc(struct adf_hw_device_data *hw_data);
Dqat_admin.c56 struct adf_hw_device_data *hw_device = accel_dev->hw_device; in qat_send_admin_cmd()
Dadf_drv.c217 struct adf_hw_device_data *hw_data; in adf_probe()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h135 struct adf_hw_device_data { struct
139 uint32_t (*get_misc_bar_id)(struct adf_hw_device_data *self); argument
140 uint32_t (*get_etr_bar_id)(struct adf_hw_device_data *self); argument
141 uint32_t (*get_num_aes)(struct adf_hw_device_data *self); argument
142 uint32_t (*get_num_accels)(struct adf_hw_device_data *self); argument
143 enum dev_sku_info (*get_sku)(struct adf_hw_device_data *self); argument
192 struct adf_hw_device_data *hw_device;
Dadf_accel_engine.c57 struct adf_hw_device_data *hw_device = accel_dev->hw_device; 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()
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_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.c390 struct adf_hw_device_data *hw_data; in adf_ctl_ioctl_get_status()
Dqat_hal.c681 struct adf_hw_device_data *hw_data = accel_dev->hw_device; in qat_hal_init()