Home
last modified time | relevance | path

Searched defs:caam_perfmon (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/crypto/caam/
Dregs.h179 struct caam_perfmon { struct
181 u64 req_dequeued; /* PC_REQ_DEQ - Dequeued Requests */
182 u64 ob_enc_req; /* PC_OB_ENC_REQ - Outbound Encrypt Requests */
183 u64 ib_dec_req; /* PC_IB_DEC_REQ - Inbound Decrypt Requests */
184 u64 ob_enc_bytes; /* PC_OB_ENCRYPT - Outbound Bytes Encrypted */
185 u64 ob_prot_bytes; /* PC_OB_PROTECT - Outbound Bytes Protected */
186 u64 ib_dec_bytes; /* PC_IB_DECRYPT - Inbound Bytes Decrypted */
187 u64 ib_valid_bytes; /* PC_IB_VALIDATED Inbound Bytes Validated */
188 u64 rsvd[13];
191 u32 cha_rev_ms; /* CRNR - CHA Rev No. Most significant half*/
[all …]