Home
last modified time | relevance | path

Searched refs:get_sram_bar_id (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/crypto/qat/qat_c3xxx/
Dadf_c3xxx_hw_data.c69 static u32 get_sram_bar_id(struct adf_hw_device_data *self) in get_sram_bar_id() function
171 hw_data->get_sram_bar_id = get_sram_bar_id; in adf_init_hw_data_c3xxx()
/Linux-v5.10/drivers/crypto/qat/qat_c62x/
Dadf_c62x_hw_data.c74 static u32 get_sram_bar_id(struct adf_hw_device_data *self) in get_sram_bar_id() function
181 hw_data->get_sram_bar_id = get_sram_bar_id; in adf_init_hw_data_c62x()
/Linux-v5.10/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c76 static u32 get_sram_bar_id(struct adf_hw_device_data *self) in get_sram_bar_id() function
198 hw_data->get_sram_bar_id = get_sram_bar_id; in adf_init_hw_data_dh895xcc()
/Linux-v5.10/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h109 u32 (*get_sram_bar_id)(struct adf_hw_device_data *self); member
Dqat_hal.c678 &pci_info->pci_bars[hw_data->get_sram_bar_id(hw_data)]; in qat_hal_init()