Lines Matching refs:sobj_handle
1042 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof_file_hdr()
1066 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_simg()
1134 struct icp_qat_suof_handle *sobj_handle = handle->sobj_handle; in qat_uclo_del_suof() local
1136 kfree(sobj_handle->img_table.simg_hdr); in qat_uclo_del_suof()
1137 sobj_handle->img_table.simg_hdr = NULL; in qat_uclo_del_suof()
1138 kfree(handle->sobj_handle); in qat_uclo_del_suof()
1139 handle->sobj_handle = NULL; in qat_uclo_del_suof()
1161 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof()
1252 struct icp_qat_suof_handle *sobj_handle; in qat_uclo_is_broadcast() local
1257 sobj_handle = (struct icp_qat_suof_handle *)handle->sobj_handle; in qat_uclo_is_broadcast()
1259 sobj_handle->img_table.simg_hdr[imgid].ae_mask) in qat_uclo_is_broadcast()
1580 handle->sobj_handle = suof_handle; in qat_uclo_map_suof_obj()
1926 if (handle->sobj_handle) in qat_uclo_del_obj()
2065 struct icp_qat_suof_handle *sobj_handle = handle->sobj_handle; in qat_uclo_wr_suof_img() local
2066 struct icp_qat_suof_img_hdr *simg_hdr = sobj_handle->img_table.simg_hdr; in qat_uclo_wr_suof_img()
2069 for (i = 0; i < sobj_handle->img_table.num_simgs; i++) { in qat_uclo_wr_suof_img()