Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat/qat_common/
H A Dqat_uclo.c1228 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() local
1327 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() local
1485 sobj_handle = (struct icp_qat_suof_handle *)handle->sobj_handle; in qat_uclo_is_broadcast()
[all …]
/freebsd/sys/dev/qat/include/common/
H A Dicp_qat_fw_loader_handle.h31 void *sobj_handle; member