Searched refs:callfds (Results 1 – 6 of 6) sorted by relevance
44 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()
32 int callfds[VIRTIO_MAX_VIRTQUEUES]; member
137 uint16_t nb_ops, int *callfds, uint16_t *nb_callfds);
1706 uint16_t nb_ops, int *callfds, uint16_t *nb_callfds) in rte_vhost_crypto_finalize_requests() argument1722 callfds[idx++] = callfd; in rte_vhost_crypto_finalize_requests()
378 int callfds[VIRTIO_CRYPTO_MAX_NUM_BURST_VQS]; in vhost_crypto_worker() local427 ops_deq[j], fetched, callfds, in vhost_crypto_worker()434 eventfd_write(callfds[k], in vhost_crypto_worker()
246 close(dev->callfds[vq->vq_queue_index]); in virtio_user_del_queue()