Lines Matching refs:op_cnt
361 u32 op_cnt; in spu_debugfs_read() local
388 op_cnt = atomic_read(&ipriv->cipher_cnt[alg][mode]); in spu_debugfs_read()
389 if (op_cnt) { in spu_debugfs_read()
393 spu_alg_name(alg, mode), op_cnt); in spu_debugfs_read()
401 op_cnt = atomic_read(&ipriv->hash_cnt[alg]); in spu_debugfs_read()
402 if (op_cnt) { in spu_debugfs_read()
406 hash_alg_name[alg], op_cnt); in spu_debugfs_read()
416 op_cnt = atomic_read(&ipriv->hmac_cnt[alg]); in spu_debugfs_read()
417 if (op_cnt) { in spu_debugfs_read()
421 hash_alg_name[alg], op_cnt); in spu_debugfs_read()
432 op_cnt = atomic_read(&ipriv->aead_cnt[alg]); in spu_debugfs_read()
433 if (op_cnt) { in spu_debugfs_read()
437 aead_alg_name[alg], op_cnt); in spu_debugfs_read()