linux-stable/drivers/crypto/intel/qat
Damian Muszynski e1d54d153f crypto: qat - fix arbiter mapping generation algorithm for QAT 402xx
The commit "crypto: qat - generate dynamically arbiter mappings"
introduced a regression on qat_402xx devices.
This is reported when the driver probes the device, as indicated by
the following error messages:

  4xxx 0000:0b:00.0: enabling device (0140 -> 0142)
  4xxx 0000:0b:00.0: Generate of the thread to arbiter map failed
  4xxx 0000:0b:00.0: Direct firmware load for qat_402xx_mmp.bin failed with error -2

The root cause of this issue was the omission of a necessary function
pointer required by the mapping algorithm during the implementation.
Fix it by adding the missing function pointer.

Fixes: 5da6a2d535 ("crypto: qat - generate dynamically arbiter mappings")
Signed-off-by: Damian Muszynski <damian.muszynski@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2024-01-26 16:31:45 +08:00
..
qat_4xxx crypto: qat - fix arbiter mapping generation algorithm for QAT 402xx 2024-01-26 16:31:45 +08:00
qat_420xx crypto: qat - generate dynamically arbiter mappings 2023-12-29 11:25:56 +08:00
qat_c3xxx crypto: qat - move admin api 2023-10-27 18:04:28 +08:00
qat_c3xxxvf crypto: qat - add namespace to driver 2023-10-13 18:27:26 +08:00
qat_c62x crypto: qat - move admin api 2023-10-27 18:04:28 +08:00
qat_c62xvf crypto: qat - add namespace to driver 2023-10-13 18:27:26 +08:00
qat_common crypto: qat - generate dynamically arbiter mappings 2023-12-29 11:25:56 +08:00
qat_dh895xcc crypto: qat - move admin api 2023-10-27 18:04:28 +08:00
qat_dh895xccvf crypto: qat - add namespace to driver 2023-10-13 18:27:26 +08:00
Kconfig crypto: qat - add support for 420xx devices 2023-12-22 12:30:19 +08:00
Makefile crypto: qat - add support for 420xx devices 2023-12-22 12:30:19 +08:00