Searched refs:cryptodev_backend_set_throttle (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/backends/ |
H A D | cryptodev.c | 320 static void cryptodev_backend_set_throttle(CryptoDevBackend *backend, int field, in cryptodev_backend_set_throttle() function 372 cryptodev_backend_set_throttle(backend, THROTTLE_BPS_TOTAL, value, errp); in cryptodev_backend_set_bps() 395 cryptodev_backend_set_throttle(backend, THROTTLE_OPS_TOTAL, value, errp); in cryptodev_backend_set_ops() 409 cryptodev_backend_set_throttle(backend, THROTTLE_OPS_TOTAL, value, errp); in cryptodev_backend_complete() 414 cryptodev_backend_set_throttle(backend, THROTTLE_BPS_TOTAL, value, errp); in cryptodev_backend_complete()
|