Home
last modified time | relevance | path

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

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c1881 sc->sc_fw_mmp = qat_alloc_mem(fw->datasize); in qat_aefw_load_mmp()
1883 memcpy(sc->sc_fw_mmp, fw->data, fw->datasize); in qat_aefw_load_mmp()
1891 if (sc->sc_fw_mmp != NULL) { in qat_aefw_unload_mmp()
1892 qat_free_mem(sc->sc_fw_mmp); in qat_aefw_unload_mmp()
1893 sc->sc_fw_mmp = NULL; in qat_aefw_unload_mmp()
H A Dqatvar.h834 void *sc_fw_mmp; /* mmp data */ member