Lines Matching refs:sobj_handle
1024 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof_file_hdr()
1115 struct icp_qat_suof_handle *sobj_handle = handle->sobj_handle; in qat_uclo_del_suof() local
1117 kfree(sobj_handle->img_table.simg_hdr); in qat_uclo_del_suof()
1118 sobj_handle->img_table.simg_hdr = NULL; in qat_uclo_del_suof()
1119 kfree(handle->sobj_handle); in qat_uclo_del_suof()
1120 handle->sobj_handle = NULL; in qat_uclo_del_suof()
1142 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof()
1174 qat_uclo_map_simg(handle->sobj_handle, &suof_img_hdr[i], in qat_uclo_map_suof()
1413 handle->sobj_handle = suof_handle; in qat_uclo_map_suof_obj()
1497 if (handle->sobj_handle) in qat_uclo_del_uof_obj()
1629 struct icp_qat_suof_handle *sobj_handle = handle->sobj_handle; in qat_uclo_wr_suof_img() local
1630 struct icp_qat_suof_img_hdr *simg_hdr = sobj_handle->img_table.simg_hdr; in qat_uclo_wr_suof_img()
1632 for (i = 0; i < sobj_handle->img_table.num_simgs; i++) { in qat_uclo_wr_suof_img()