Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1853 sc->sc_fw_mof = qat_alloc_mem(fw->datasize); in qat_aefw_load_mof()
1855 memcpy(sc->sc_fw_mof, fw->data, fw->datasize); in qat_aefw_load_mof()
1863 if (sc->sc_fw_mof != NULL) { in qat_aefw_unload_mof()
1864 qat_free_mem(sc->sc_fw_mof); in qat_aefw_unload_mof()
1865 sc->sc_fw_mof = NULL; in qat_aefw_unload_mof()
1996 mfh = sc->sc_fw_mof; in qat_aefw_mof_parse()
2001 csum = qat_aefw_csum((char *)((uintptr_t)sc->sc_fw_mof + in qat_aefw_mof_parse()
2028 (void *)((uintptr_t)sc->sc_fw_mof + in qat_aefw_mof_parse()
2031 *(u_int *)((uintptr_t)sc->sc_fw_mof + in qat_aefw_mof_parse()
2048 (void *)((uintptr_t)sc->sc_fw_mof + in qat_aefw_mof_parse()
[all …]
H A Dqatvar.h820 void *sc_fw_mof; /* mof data */ member