Lines Matching defs:mode
293 /* Returns the name for a given cipher alg/mode */
294 char *spu_alg_name(enum spu_cipher_alg alg, enum spu_cipher_mode mode)
300 switch (mode) {
320 switch (mode) {
332 switch (mode) {
358 u32 mode;
385 for (mode = 0; mode < CIPHER_MODE_LAST; mode++) {
386 op_cnt = atomic_read(&ipriv->cipher_cnt[alg][mode]);
391 spu_alg_name(alg, mode), op_cnt);