Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/qat/qat_common/
H A Dqat_uclo.c502 obj_hdr->file_buff = chunk; in qat_uclo_map_chunk()
610 obj_handle->obj_hdr->file_buff); in qat_uclo_map_uimage()
617 obj_handle->obj_hdr->file_buff); in qat_uclo_map_uimage()
623 (image->sbreak_tab + obj_handle->obj_hdr->file_buff); in qat_uclo_map_uimage()
679 obj_hdr->file_buff, tab_name, NULL); in qat_uclo_map_str_table()
683 memcpy(&str_table->table_len, obj_hdr->file_buff + in qat_uclo_map_str_table()
686 str_table->strings = (uintptr_t)obj_hdr->file_buff + in qat_uclo_map_str_table()
934 obj_handle->encap_uof_obj.beg_uof = obj_handle->obj_hdr->file_buff; in qat_uclo_parse_uof_obj()
936 obj_handle->obj_hdr->file_buff; in qat_uclo_parse_uof_obj()
950 if (!obj_handle->obj_hdr->file_buff || in qat_uclo_parse_uof_obj()
H A Dicp_qat_uclo.h166 char *file_buff; member