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

  /src/sys/dev/pci/qat/
qat_ae.c 2262 void *uof = NULL; local in function:qat_aefw_uof_parse
2292 if (uof != NULL)
2295 uof =
2300 csum = qat_aefw_csum(uof, uof_size);
2305 "uof at %p size 0x%lx\n",
2306 uof, uof_size);
2310 if (uof == NULL)
2318 uoh = uof;
2321 "uof cpu_type 0x%08x min_cpu_ver 0x%04x max_cpu_ver 0x%04x\n",
2327 /* Check if the UOF objects are compatible with the chip *
    [all...]

Completed in 12 milliseconds