Home
last modified time | relevance | path

Searched refs:total_aes_ops (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/crypto/ccp/
H A Dccp-debugfs.c103 unsigned long total_aes_ops = 0; in ccp5_debugfs_stats_read() local
118 total_aes_ops += cmd_q->total_aes_ops; in ccp5_debugfs_stats_read()
136 total_aes_ops); in ccp5_debugfs_stats_read()
161 cmd_q->total_aes_ops = 0L; in ccp5_debugfs_reset_queue_stats()
210 cmd_q->total_aes_ops); in ccp5_debugfs_queue_read()
H A Dccp-dev.h330 unsigned long total_aes_ops; member
H A Dccp-dev-v5.c283 op->cmd_q->total_aes_ops++; in ccp5_perform_aes()