Lines Matching full:queue
66 /* vhost-user needs vq_index to initiate a specific queue pair */ in cryptodev_vhost_init()
120 uint16_t queue) in cryptodev_get_vhost() argument
131 vhost_crypto = cryptodev_vhost_user_get_vhost(cc, b, queue); in cryptodev_get_vhost()
151 uint16_t queue, int enable) in vhost_set_vring_enable() argument
154 cryptodev_get_vhost(cc, b, queue); in vhost_set_vring_enable()
272 int queue, in cryptodev_vhost_virtqueue_mask() argument
280 assert(queue < MAX_CRYPTO_QUEUE_NUM); in cryptodev_vhost_virtqueue_mask()
282 cc = b->conf.peers.ccs[queue]; in cryptodev_vhost_virtqueue_mask()
283 vhost_crypto = cryptodev_get_vhost(cc, b, queue); in cryptodev_vhost_virtqueue_mask()
289 int queue, int idx) in cryptodev_vhost_virtqueue_pending() argument
296 assert(queue < MAX_CRYPTO_QUEUE_NUM); in cryptodev_vhost_virtqueue_pending()
298 cc = b->conf.peers.ccs[queue]; in cryptodev_vhost_virtqueue_pending()
299 vhost_crypto = cryptodev_get_vhost(cc, b, queue); in cryptodev_vhost_virtqueue_pending()
324 uint16_t queue) in cryptodev_get_vhost() argument
339 int queue, in cryptodev_vhost_virtqueue_mask() argument
345 int queue, int idx) in cryptodev_vhost_virtqueue_pending() argument