Searched refs:sobj_handle (Results 1 – 2 of 2) sorted by relevance
1021 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof_file_hdr()1112 struct icp_qat_suof_handle *sobj_handle = handle->sobj_handle; in qat_uclo_del_suof() local1114 kfree(sobj_handle->img_table.simg_hdr); in qat_uclo_del_suof()1115 sobj_handle->img_table.simg_hdr = NULL; in qat_uclo_del_suof()1116 kfree(handle->sobj_handle); in qat_uclo_del_suof()1117 handle->sobj_handle = NULL; in qat_uclo_del_suof()1139 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof()1170 qat_uclo_map_simg(handle->sobj_handle, &suof_img_hdr[i], in qat_uclo_map_suof()1409 handle->sobj_handle = suof_handle; in qat_uclo_map_suof_obj()1493 if (handle->sobj_handle) in qat_uclo_del_uof_obj()[all …]
73 void *sobj_handle; member