Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/virtio/
H A Dvirtio_cryptodev.h51 uint16_t vtpci_queue_idx,
H A Dvirtio_cryptodev.c289 uint16_t vtpci_queue_idx, in virtio_crypto_queue_setup() argument
305 VIRTIO_CRYPTO_INIT_LOG_DBG("setting up queue: %u", vtpci_queue_idx); in virtio_crypto_queue_setup()
311 vq_size = VTPCI_OPS(hw)->get_queue_num(hw, vtpci_queue_idx); in virtio_crypto_queue_setup()
325 dev->data->dev_id, vtpci_queue_idx); in virtio_crypto_queue_setup()
328 dev->data->dev_id, vtpci_queue_idx); in virtio_crypto_queue_setup()
378 vq->vq_queue_index = vtpci_queue_idx; in virtio_crypto_queue_setup()