Home
last modified time | relevance | path

Searched refs:sobj_handle (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dqat_uclo.c985 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof_file_hdr()
1076 struct icp_qat_suof_handle *sobj_handle = handle->sobj_handle; in qat_uclo_del_suof() local
1078 kfree(sobj_handle->img_table.simg_hdr); in qat_uclo_del_suof()
1079 sobj_handle->img_table.simg_hdr = NULL; in qat_uclo_del_suof()
1080 kfree(handle->sobj_handle); in qat_uclo_del_suof()
1081 handle->sobj_handle = NULL; in qat_uclo_del_suof()
1103 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof()
1135 qat_uclo_map_simg(handle->sobj_handle, &suof_img_hdr[i], in qat_uclo_map_suof()
1374 handle->sobj_handle = suof_handle; in qat_uclo_map_suof_obj()
1458 if (handle->sobj_handle) in qat_uclo_del_uof_obj()
[all …]
H A Dicp_qat_fw_loader_handle.h29 void *sobj_handle; member