Lines Matching refs:queues
76 static void cryptodev_vhost_user_stop(int queues, in cryptodev_vhost_user_stop() argument
81 for (i = 0; i < queues; i++) { in cryptodev_vhost_user_stop()
92 cryptodev_vhost_user_start(int queues, in cryptodev_vhost_user_start() argument
100 for (i = 0; i < queues; i++) { in cryptodev_vhost_user_start()
117 if (queues > max_queues) { in cryptodev_vhost_user_start()
158 int queues = b->conf.peers.queues; in cryptodev_vhost_user_event() local
160 assert(queues < MAX_CRYPTO_QUEUE_NUM); in cryptodev_vhost_user_event()
164 if (cryptodev_vhost_user_start(queues, s) < 0) { in cryptodev_vhost_user_event()
171 cryptodev_vhost_user_stop(queues, s); in cryptodev_vhost_user_event()
184 int queues = backend->conf.peers.queues; in cryptodev_vhost_user_init() local
200 for (i = 0; i < queues; i++) { in cryptodev_vhost_user_init()
341 int queues = backend->conf.peers.queues; in cryptodev_vhost_user_cleanup() local
344 cryptodev_vhost_user_stop(queues, s); in cryptodev_vhost_user_cleanup()
346 for (i = 0; i < queues; i++) { in cryptodev_vhost_user_cleanup()