Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_420xx/
H A Dadf_420xx_hw_data.c376 static int uof_get_obj_type(struct adf_accel_dev *accel_dev, u32 obj_num) in uof_get_obj_type() function
454 hw_data->uof_get_obj_type = uof_get_obj_type; in adf_init_hw_data_420xx()
/linux/drivers/crypto/intel/qat/qat_4xxx/
H A Dadf_4xxx_hw_data.c352 static int uof_get_obj_type(struct adf_accel_dev *accel_dev, u32 obj_num) in uof_get_obj_type() function
446 hw_data->uof_get_obj_type = uof_get_obj_type; in adf_init_hw_data_4xxx()
/linux/drivers/crypto/intel/qat/qat_6xxx/
H A Dadf_6xxx_hw_data.c756 static int uof_get_obj_type(struct adf_accel_dev *accel_dev, u32 obj_num) in uof_get_obj_type() function
916 hw_data->uof_get_obj_type = uof_get_obj_type; in adf_init_hw_data_6xxx()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_hw_data.c351 !hw_data->uof_get_obj_type || !hw_data->uof_get_num_objs) in adf_gen4_get_ring_to_svc_map()
371 switch (hw_data->uof_get_obj_type(accel_dev, i)) { in adf_gen4_get_ring_to_svc_map()
H A Dadf_accel_devices.h316 int (*uof_get_obj_type)(struct adf_accel_dev *accel_dev, u32 obj_num); member