Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/crypto/qat/qat_common/
Dqat_uclo.c1686 struct icp_qat_mof_obj_hdr *sobj_hdr; in qat_uclo_map_objs_from_mof() local
1694 sobj_hdr = (struct icp_qat_mof_obj_hdr *)mobj_handle->sobjs_hdr; in qat_uclo_map_objs_from_mof()
1697 if (sobj_hdr) in qat_uclo_map_objs_from_mof()
1698 sobj_chunk_num = sobj_hdr->num_chunks; in qat_uclo_map_objs_from_mof()
1710 ((uintptr_t)sobj_hdr + sizeof(*sobj_hdr)); in qat_uclo_map_objs_from_mof()