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.c1229 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof_file_hdr()
1254 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_simg()
1326 struct icp_qat_suof_handle *sobj_handle = handle->sobj_handle; in qat_uclo_del_suof() local
1328 free(sobj_handle->img_table.simg_hdr, M_QAT); in qat_uclo_del_suof()
1329 sobj_handle->img_table.simg_hdr = NULL; in qat_uclo_del_suof()
1330 free(handle->sobj_handle, M_QAT); in qat_uclo_del_suof()
1331 handle->sobj_handle = NULL; in qat_uclo_del_suof()
1359 struct icp_qat_suof_handle *suof_handle = handle->sobj_handle; in qat_uclo_map_suof()
1481 struct icp_qat_suof_handle *sobj_handle; in qat_uclo_is_broadcast() local
1486 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