Searched refs:sc_fw_mmp (Results 1 – 2 of 2) sorted by relevance
1882 sc->sc_fw_mmp = qat_alloc_mem(fw->datasize); in qat_aefw_load_mmp()1884 memcpy(sc->sc_fw_mmp, fw->data, fw->datasize); in qat_aefw_load_mmp()1892 if (sc->sc_fw_mmp != NULL) { in qat_aefw_unload_mmp()1893 qat_free_mem(sc->sc_fw_mmp); in qat_aefw_unload_mmp()1894 sc->sc_fw_mmp = NULL; in qat_aefw_unload_mmp()
841 void *sc_fw_mmp; /* mmp data */ member