Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c1041 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof_file_hdr()
1065 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_simg()
1133 struct icp_qat_suof_handle *sobj_handle = handle->sobj_handle; in qat_uclo_del_suof() local
1135 kfree(sobj_handle->img_table.simg_hdr); in qat_uclo_del_suof()
1136 sobj_handle->img_table.simg_hdr = NULL; in qat_uclo_del_suof()
1137 kfree(handle->sobj_handle); in qat_uclo_del_suof()
1138 handle->sobj_handle = NULL; in qat_uclo_del_suof()
1160 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof()
1251 struct icp_qat_suof_handle *sobj_handle; in qat_uclo_is_broadcast() local
1256 sobj_handle = (struct icp_qat_suof_handle *)handle->sobj_handle; in qat_uclo_is_broadcast()
[all …]
H A Dicp_qat_fw_loader_handle.h52 void *sobj_handle; member