Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/crypto/hisilicon/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  qm_common.h   Sprache: C

 
/* SPDX-License-Identifier: GPL-2.0 */
/* Copyright (c) 2022 HiSilicon Limited. */
#ifndef QM_COMMON_H
#define QM_COMMON_H

#define QM_DBG_READ_LEN  256

struct qm_cqe {
 __le32 rsvd0;
 __le16 cmd_id;
 __le16 rsvd1;
 __le16 sq_head;
 __le16 sq_num;
 __le16 rsvd2;
 __le16 w7;
};

struct qm_eqe {
 __le32 dw0;
};

struct qm_aeqe {
 __le32 dw0;
};

struct qm_sqc {
 __le16 head;
 __le16 tail;
 __le32 base_l;
 __le32 base_h;
 __le32 dw3;
 __le16 w8;
 __le16 rsvd0;
 __le16 pasid;
 __le16 w11;
 __le16 cq_num;
 __le16 w13;
 __le32 rsvd1;
};

struct qm_cqc {
 __le16 head;
 __le16 tail;
 __le32 base_l;
 __le32 base_h;
 __le32 dw3;
 __le16 w8;
 __le16 rsvd0;
 __le16 pasid;
 __le16 w11;
 __le32 dw6;
 __le32 rsvd1;
};

struct qm_eqc {
 __le16 head;
 __le16 tail;
 __le32 base_l;
 __le32 base_h;
 __le32 dw3;
 __le32 rsvd[2];
 __le32 dw6;
};

struct qm_aeqc {
 __le16 head;
 __le16 tail;
 __le32 base_l;
 __le32 base_h;
 __le32 dw3;
 __le32 rsvd[2];
 __le32 dw6;
};

int qm_set_and_get_xqc(struct hisi_qm *qm, u8 cmd, void *xqc, u32 qp_id, bool op);
void hisi_qm_show_last_dfx_regs(struct hisi_qm *qm);
void hisi_qm_set_algqos_init(struct hisi_qm *qm);

#endif

Messung V0.5
C=95 H=95 G=94

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.