Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c2020 if (mfch->mfch_offset + mfch->mfch_size > sc->sc_fw_mof_size) 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()
2050 sc->sc_mof.qmf_uof_objs_size = mfch->mfch_size; in qat_aefw_mof_parse()
2059 sc->sc_mof.qmf_suof_objs_size = mfch->mfch_size; in qat_aefw_mof_parse()
H A Dqatreg.h914 uint64_t mfch_size; member