Home
last modified time | relevance | path

Searched refs:max_data_queues (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c115 total_vqs = vi->max_data_queues + 1; in virtcrypto_find_vqs()
130 for (i = 0; i < vi->max_data_queues; i++) { in virtcrypto_find_vqs()
143 for (i = 0; i < vi->max_data_queues; i++) { in virtcrypto_find_vqs()
173 vi->data_vq = kzalloc_objs(*vi->data_vq, vi->max_data_queues); in virtcrypto_alloc_queues()
185 for (i = 0; i < vi->max_data_queues; i++) in virtcrypto_clean_affinity()
200 if (vcrypto->curr_queue == 1 || vcrypto->max_data_queues == 1) { in virtcrypto_set_affinity()
214 if (++i >= vcrypto->max_data_queues) in virtcrypto_set_affinity()
298 for (i = 0; i < vcrypto->max_data_queues; i++) { in virtcrypto_start_crypto_engines()
320 for (i = 0; i < vcrypto->max_data_queues; i++) in virtcrypto_clear_crypto_engines()
348 u32 max_data_queues = 0, max_cipher_key_len = 0; in virtcrypto_probe() local
[all …]