HomeSort by: relevance | last modified time | path
    Searched defs:uoh (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/qat/
qat_ae.c 1842 struct uof_obj_hdr *uoh = sc->sc_aefw_uof.qafu_obj_hdr; local in function:qat_aefw_uof_find_chunk
1846 uch = (struct uof_chunk_hdr *)(uoh + 1);
1847 for (i = 0; i < uoh->uoh_num_chunks; i++, uch++) {
2260 struct uof_obj_hdr *uoh; local in function:qat_aefw_uof_parse
2318 uoh = uof;
2322 uoh->uoh_cpu_type, uoh->uoh_min_cpu_ver, uoh->uoh_max_cpu_ver);
2324 if (size < sizeof(struct uof_chunk_hdr) * uoh->uoh_num_chunks)
2328 if ((uoh->uoh_cpu_type & sc->sc_hw.qhw_prod_type) == 0
    [all...]

Completed in 13 milliseconds