Lines Matching refs:op_cnt
411 u32 op_cnt; in spu_debugfs_read() local
438 op_cnt = atomic_read(&ipriv->cipher_cnt[alg][mode]); in spu_debugfs_read()
439 if (op_cnt) { in spu_debugfs_read()
443 spu_alg_name(alg, mode), op_cnt); in spu_debugfs_read()
451 op_cnt = atomic_read(&ipriv->hash_cnt[alg]); in spu_debugfs_read()
452 if (op_cnt) { in spu_debugfs_read()
456 hash_alg_name[alg], op_cnt); in spu_debugfs_read()
466 op_cnt = atomic_read(&ipriv->hmac_cnt[alg]); in spu_debugfs_read()
467 if (op_cnt) { in spu_debugfs_read()
471 hash_alg_name[alg], op_cnt); in spu_debugfs_read()
482 op_cnt = atomic_read(&ipriv->aead_cnt[alg]); in spu_debugfs_read()
483 if (op_cnt) { in spu_debugfs_read()
487 aead_alg_name[alg], op_cnt); in spu_debugfs_read()