Home
last modified time | relevance | path

Searched refs:get_misc_bar_id (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/crypto/qat/qat_dh895xcc/
Dadf_dh895xcc_hw_data.c110 static uint32_t get_misc_bar_id(struct adf_hw_device_data *self) in get_misc_bar_id() function
221 hw_data->get_misc_bar_id = get_misc_bar_id; in adf_init_hw_data_dh895xcc()
/linux-4.1.27/drivers/crypto/qat/qat_common/
Dadf_accel_devices.h139 uint32_t (*get_misc_bar_id)(struct adf_hw_device_data *self); member
Dqat_hal.c683 &pci_info->pci_bars[hw_data->get_misc_bar_id(hw_data)]; in qat_hal_init()