Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Drte_vhost_crypto.h130 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()
/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c42 file.fd = dev->callfds[queue_sel]; in virtio_user_create_queue()
264 dev->callfds[i] = -1; in virtio_user_dev_init_notify()
282 dev->callfds[i] = callfd; in virtio_user_dev_init_notify()
288 close(dev->callfds[j]); in virtio_user_dev_init_notify()
314 eth_dev->intr_handle->efds[i] = dev->callfds[i]; in virtio_user_fill_intr_handle()
600 close(dev->callfds[i]); in virtio_user_dev_uninit()
H A Dvirtio_user_dev.h39 int callfds[VIRTIO_MAX_VIRTQUEUES]; member
/f-stack/dpdk/examples/vhost_crypto/
H A Dmain.c364 int callfds[VIRTIO_CRYPTO_MAX_NUM_BURST_VQS]; in vhost_crypto_worker() local
413 ops_deq[j], fetched, callfds, in vhost_crypto_worker()
420 eventfd_write(callfds[k], in vhost_crypto_worker()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_user_ethdev.c442 close(dev->callfds[vq->vq_queue_index]); in virtio_user_del_queue()