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

/drivers/crypto/qat/qat_dh895xcc/
H A Dqat_admin.c56 struct adf_hw_device_data *hw_device = accel_dev->hw_device; local
63 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) {
H A Dadf_dh895xcc_hw_data.c159 struct adf_hw_device_data *hw_device = accel_dev->hw_device; local
165 for (i = 0; i < hw_device->get_num_aes(hw_device); i++) {
175 for (i = 0; i < hw_device->get_num_accels(hw_device); i++) {
H A Dadf_isr.c66 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
107 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
149 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
167 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
200 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
216 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
229 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
H A Dadf_drv.c104 if (accel_dev->hw_device) {
105 switch (accel_dev->hw_device->pci_dev_id) {
107 adf_clean_hw_data_dh895xcc(accel_dev->hw_device);
112 kfree(accel_dev->hw_device);
265 accel_dev->hw_device = hw_data;
268 adf_init_hw_data_dh895xcc(accel_dev->hw_device);
/drivers/crypto/qat/qat_common/
H A Dadf_accel_engine.c57 struct adf_hw_device_data *hw_device = accel_dev->hw_device; local
61 if (request_firmware(&loader_data->uof_fw, hw_device->fw_name,
63 pr_err("QAT: Failed to load firmware %s\n", hw_device->fw_name);
98 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
115 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
H A Dadf_accel_devices.h177 #define GET_HW_DATA(accel_dev) (accel_dev->hw_device)
191 struct adf_hw_device_data *hw_device; member in struct:adf_accel_dev
H A Dadf_transport.c183 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
287 accel_dev->hw_device->hw_arb_ring_enable(ring);
303 accel_dev->hw_device->hw_arb_ring_disable(ring);
323 accel_dev->hw_device->hw_arb_ring_disable(ring);
396 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
466 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
525 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
H A Dadf_init.c124 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
235 struct adf_hw_device_data *hw_data = accel_dev->hw_device;
H A Dadf_ctl_drv.c389 hw_data = accel_dev->hw_device;
H A Dqat_hal.c681 struct adf_hw_device_data *hw_data = accel_dev->hw_device;

Completed in 195 milliseconds