Searched refs:mof_file_chunk_hdr (Results 1 – 2 of 2) sorted by relevance
899 struct mof_file_chunk_hdr { struct
2026 struct mof_file_chunk_hdr *mfch; in qat_aefw_mof_parse()2056 if (size < sizeof(struct mof_file_chunk_hdr) * mfh->mfh_num_chunks) in qat_aefw_mof_parse()2058 mfch = (struct mof_file_chunk_hdr *)(mfh + 1); in qat_aefw_mof_parse()