Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c44 file.fd = dev->callfds[queue_sel]; in virtio_user_create_queue()
366 dev->callfds[i] = callfd; in virtio_user_dev_init_notify()
377 if (dev->callfds[j] >= 0) { in virtio_user_dev_init_notify()
378 close(dev->callfds[j]); in virtio_user_dev_init_notify()
379 dev->callfds[j] = -1; in virtio_user_dev_init_notify()
396 if (dev->callfds[i] >= 0) { in virtio_user_dev_uninit_notify()
397 close(dev->callfds[i]); in virtio_user_dev_uninit_notify()
398 dev->callfds[i] = -1; in virtio_user_dev_uninit_notify()
420 dev->callfds[i])) in virtio_user_fill_intr_handle()
576 dev->callfds[i] = -1; in virtio_user_dev_init()
H A Dvirtio_user_dev.h32 int callfds[VIRTIO_MAX_VIRTQUEUES]; member
/dpdk/lib/vhost/
H A Drte_vhost_crypto.h137 uint16_t nb_ops, int *callfds, uint16_t *nb_callfds);
H A Dvhost_crypto.c1706 uint16_t nb_ops, int *callfds, uint16_t *nb_callfds) in rte_vhost_crypto_finalize_requests() argument
1722 callfds[idx++] = callfd; in rte_vhost_crypto_finalize_requests()
/dpdk/examples/vhost_crypto/
H A Dmain.c378 int callfds[VIRTIO_CRYPTO_MAX_NUM_BURST_VQS]; in vhost_crypto_worker() local
427 ops_deq[j], fetched, callfds, in vhost_crypto_worker()
434 eventfd_write(callfds[k], in vhost_crypto_worker()
/dpdk/drivers/net/virtio/
H A Dvirtio_user_ethdev.c246 close(dev->callfds[vq->vq_queue_index]); in virtio_user_del_queue()