Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c2199 struct uof_file_chunk_hdr *ufch; in qat_aefw_uof_parse() local
2224 ufch = (struct uof_file_chunk_hdr *)(ufh + 1); in qat_aefw_uof_parse()
2227 for (i = 0; i < ufh->ufh_num_chunks; i++, ufch++) { in qat_aefw_uof_parse()
2228 if (ufch->ufch_offset + ufch->ufch_size > sc->sc_fw_uof_size) in qat_aefw_uof_parse()
2231 if (!strncmp(ufch->ufch_id, UOF_OBJS, UOF_OBJ_ID_LEN)) { in qat_aefw_uof_parse()
2237 ufch->ufch_offset); in qat_aefw_uof_parse()
2238 uof_size = ufch->ufch_size; in qat_aefw_uof_parse()
2241 if (csum != ufch->ufch_csum) in qat_aefw_uof_parse()