Searched refs:op_cnt (Results 1 – 1 of 1) sorted by relevance
359 u32 op_cnt; in spu_debugfs_read() local386 op_cnt = atomic_read(&ipriv->cipher_cnt[alg][mode]); in spu_debugfs_read()387 if (op_cnt) { in spu_debugfs_read()391 spu_alg_name(alg, mode), op_cnt); in spu_debugfs_read()399 op_cnt = atomic_read(&ipriv->hash_cnt[alg]); in spu_debugfs_read()400 if (op_cnt) { in spu_debugfs_read()404 hash_alg_name[alg], op_cnt); in spu_debugfs_read()414 op_cnt = atomic_read(&ipriv->hmac_cnt[alg]); in spu_debugfs_read()415 if (op_cnt) { in spu_debugfs_read()419 hash_alg_name[alg], op_cnt); in spu_debugfs_read()[all …]