Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_uclo.c1735 struct icp_qat_mof_obj_hdr *sobj_hdr; in qat_uclo_map_objs_from_mof() local
1743 sobj_hdr = (struct icp_qat_mof_obj_hdr *)mobj_handle->sobjs_hdr; in qat_uclo_map_objs_from_mof()
1746 if (sobj_hdr) in qat_uclo_map_objs_from_mof()
1747 sobj_chunk_num = sobj_hdr->num_chunks; in qat_uclo_map_objs_from_mof()
1759 ((uintptr_t)sobj_hdr + sizeof(*sobj_hdr)); in qat_uclo_map_objs_from_mof()