Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c3135 size_t uimsz, initmemsz = qafu->qafu_init_mem_size; in qat_aefw_init_memory() local
3142 uimsz = sizeof(struct uof_init_mem) + in qat_aefw_init_memory()
3144 if (uimsz > initmemsz) { in qat_aefw_init_memory()
3158 uim = (struct uof_init_mem *)((uintptr_t)uim + uimsz); in qat_aefw_init_memory()
3159 initmemsz -= uimsz; in qat_aefw_init_memory()