Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/crypto/virtio/
H A Dvirtio_crypto_core.c62 total_vqs = vi->max_data_queues + 1; in virtcrypto_find_vqs()
80 for (i = 0; i < vi->max_data_queues; i++) { in virtcrypto_find_vqs()
93 for (i = 0; i < vi->max_data_queues; i++) { in virtcrypto_find_vqs()
123 vi->data_vq = kcalloc(vi->max_data_queues, sizeof(*vi->data_vq), in virtcrypto_alloc_queues()
136 for (i = 0; i < vi->max_data_queues; i++) in virtcrypto_clean_affinity()
151 if (vcrypto->curr_queue == 1 || vcrypto->max_data_queues == 1) { in virtcrypto_set_affinity()
165 if (++i >= vcrypto->max_data_queues) in virtcrypto_set_affinity()
249 for (i = 0; i < vcrypto->max_data_queues; i++) { in virtcrypto_start_crypto_engines()
271 for (i = 0; i < vcrypto->max_data_queues; i++) in virtcrypto_clear_crypto_engines()
291 u32 max_data_queues = 0, max_cipher_key_len = 0; in virtcrypto_probe() local
[all …]
H A Dvirtio_crypto_common.h41 u32 max_data_queues; member