diff options
| author | Shashank Gupta <shashank.gupta@intel.com> | 2023-02-27 15:55:43 -0500 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-03-14 17:06:44 +0800 |
| commit | 2b60f79c7b8105994f0daa46bb4e367fdc866b53 (patch) | |
| tree | 19b39650c679ea6bd4e415f7ae3e35d1ae1a82df /tools/perf/scripts/python/mem-phys-addr.py | |
| parent | 1bdc85550a2b59bb7f62ead7173134e66dd2d60e (diff) | |
crypto: qat - replace state machine calls
The device state machine functions are unsafe and interdependent on each
other. To perform a state transition, these shall be called in a
specific order:
* device up: adf_dev_init() -> adf_dev_start()
* device down: adf_dev_stop() -> adf_dev_shutdown()
Replace all the state machine functions used in the QAT driver with the
safe wrappers adf_dev_up() and adf_dev_down().
Signed-off-by: Shashank Gupta <shashank.gupta@intel.com>
Reviewed-by: Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions
