crypto: iaa - Fix comp/decomp delay statistics
authorTom Zanussi <tom.zanussi@linux.intel.com>
Sun, 25 Feb 2024 20:11:34 +0000 (14:11 -0600)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 1 Mar 2024 10:35:40 +0000 (18:35 +0800)
commitcdb083e73d632afcc5a931d31bb37445580f4bfb
treed0171f88a5b0787d7f287aad26b691a27f00c5e8
parent262534ddc88dfea7474ed18adfecf856e4fbe054
crypto: iaa - Fix comp/decomp delay statistics

The comp/decomp delay statistics currently have no callers; somehow
they were dropped during refactoring. There originally were also two
sets, one for the async algorithm, the other for the synchronous
version. Because the synchronous algorithm was dropped, one set should
be removed. To keep it consistent with the rest of the stats, and
since there's no ambiguity, remove the acomp/adecomp versions.  Also
add back the callers.

Reported-by: Rex Zhang <rex.zhang@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/intel/iaa/iaa_crypto_main.c
drivers/crypto/intel/iaa/iaa_crypto_stats.c
drivers/crypto/intel/iaa/iaa_crypto_stats.h