Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1985 const struct mof_file_chunk_hdr *mfch; in qat_aefw_mof_parse() local
2017 mfch = (const struct mof_file_chunk_hdr *)(mfh + 1); in qat_aefw_mof_parse()
2019 for (i = 0; i < mfh->mfh_num_chunks; i++, mfch++) { in qat_aefw_mof_parse()
2020 if (mfch->mfch_offset + mfch->mfch_size > sc->sc_fw_mof_size) in qat_aefw_mof_parse()
2023 if (!strncmp(mfch->mfch_id, SYM_OBJS, MOF_OBJ_ID_LEN)) { in qat_aefw_mof_parse()
2029 (uintptr_t)mfch->mfch_offset + sizeof(u_int)); in qat_aefw_mof_parse()
2032 (uintptr_t)mfch->mfch_offset); in qat_aefw_mof_parse()
2036 if (mfch->mfch_size != sc->sc_mof.qmf_sym_size + in qat_aefw_mof_parse()
2037 sizeof(u_int) || mfch->mfch_size == 0) in qat_aefw_mof_parse()
2043 } else if (!strncmp(mfch->mfch_id, UOF_OBJS, MOF_OBJ_ID_LEN)) { in qat_aefw_mof_parse()
[all …]