Searched refs:sobj_handle (Results 1 – 2 of 2) sorted by relevance
1228 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof_file_hdr()1253 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_simg()1325 struct icp_qat_suof_handle *sobj_handle = handle->sobj_handle; in qat_uclo_del_suof() local1327 free(sobj_handle->img_table.simg_hdr, M_QAT); in qat_uclo_del_suof()1328 sobj_handle->img_table.simg_hdr = NULL; in qat_uclo_del_suof()1329 free(handle->sobj_handle, M_QAT); in qat_uclo_del_suof()1330 handle->sobj_handle = NULL; in qat_uclo_del_suof()1358 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof()1480 struct icp_qat_suof_handle *sobj_handle; in qat_uclo_is_broadcast() local1485 sobj_handle = (struct icp_qat_suof_handle *)handle->sobj_handle; in qat_uclo_is_broadcast()[all …]
31 void *sobj_handle; member