/* * type used in qm sqc DW6. * 0 - Algorithm which has been supported in V2, like RSA, DH and so on; * 1 - ECC algorithm in V3.
*/ #define HPRE_V2_ALG_TYPE 0 #define HPRE_V3_ECC_ALG_TYPE 1
/* * One HPRE controller has one PF and multiple VFs, some global configurations * which PF has need this structure. * Just relevant for PF.
*/ struct hpre_debug { struct hpre_dfx dfx[HPRE_DFX_FILE_NUM]; struct hpre_debugfs_file files[HPRE_DEBUGFS_FILE_NUM];
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.