/* * QAT GEN4 and GEN6 devices often differ in terms of supported features, * options and internal logic. However, some of the mechanisms and register * layout are shared between those two GENs. This file serves as an abstraction * layer that allows to use existing GEN4 implementation that is also * applicable to GEN6 without additional overhead and complexity.
*/ void adf_gen6_init_pf_pfvf_ops(struct adf_pfvf_ops *pfvf_ops)
{
adf_gen4_init_pf_pfvf_ops(pfvf_ops);
}
EXPORT_SYMBOL_GPL(adf_gen6_init_pf_pfvf_ops);
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.