Lines Matching refs:op_cnt
359 u32 op_cnt; in spu_debugfs_read() local
386 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()
430 op_cnt = atomic_read(&ipriv->aead_cnt[alg]); in spu_debugfs_read()
431 if (op_cnt) { in spu_debugfs_read()
435 aead_alg_name[alg], op_cnt); in spu_debugfs_read()