Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_accel_engine.c22 num_objs = hw_device->uof_get_num_objs(); in adf_ae_fw_load_images()
90 if (hw_device->uof_get_num_objs) in adf_ae_fw_load()
H A Dadf_accel_devices.h212 u32 (*uof_get_num_objs)(void); member
/openbmc/linux/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_4xxx_hw_data.c373 static u32 uof_get_num_objs(void) in uof_get_num_objs() function
556 hw_data->uof_get_num_objs = uof_get_num_objs; in adf_init_hw_data_4xxx()