Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1935 struct mof_uof_hdr *uof_hdr, *suof_hdr; in qat_aefw_mof_find_uof() local
1939 uof_hdr = sc->sc_mof.qmf_uof_objs; in qat_aefw_mof_find_uof()
1942 if (uof_hdr != NULL) { in qat_aefw_mof_find_uof()
1943 if (uof_hdr->muh_max_chunks < uof_hdr->muh_num_chunks) { in qat_aefw_mof_find_uof()
1946 nuof_chunks = uof_hdr->muh_num_chunks; in qat_aefw_mof_find_uof()
1957 if (uof_hdr != NULL) { in qat_aefw_mof_find_uof()
1958 error = qat_aefw_mof_find_uof0(sc, uof_hdr, in qat_aefw_mof_find_uof()
1959 (struct mof_uof_chunk_hdr *)(uof_hdr + 1), nuof_chunks, in qat_aefw_mof_find_uof()