Searched refs:eventfd (Results 1 – 17 of 17) sorted by relevance
| /dpdk/drivers/bus/fslmc/portal/ |
| H A D | dpaa2_hw_dpio.c | 174 int eventfd, dpio_epoll_fd, ret; in dpaa2_dpio_intr_init() local 197 eventfd = rte_intr_fd_get(dpio_dev->intr_handle); in dpaa2_dpio_intr_init() 199 epoll_ev.data.fd = eventfd; in dpaa2_dpio_intr_init() 201 ret = epoll_ctl(dpio_epoll_fd, EPOLL_CTL_ADD, eventfd, &epoll_ev); in dpaa2_dpio_intr_init()
|
| H A D | dpaa2_hw_pvt.h | 176 int32_t eventfd; /*!< Event Fd of this queue */ member
|
| /dpdk/drivers/baseband/la12xx/ |
| H A D | bbdev_la12xx.h | 33 int32_t eventfd; /**< Event FD value */ member
|
| H A D | bbdev_la12xx_ipc.h | 155 int32_t eventfd; member
|
| /dpdk/drivers/raw/ifpga/base/ |
| H A D | ifpga_hw.h | 26 int eventfd; member
|
| H A D | ifpga_feature_dev.c | 409 ctx[i].eventfd = fds[i]; in fpga_msix_set_block()
|
| H A D | ifpga_enumerate.c | 111 ctx[i].eventfd = -1; in build_info_add_sub_feature()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_irq.c | 149 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in dev_irq_register()
|
| /dpdk/drivers/bus/pci/linux/ |
| H A D | pci_vfio.c | 295 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in pci_vfio_setup_interrupts() 382 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in pci_vfio_enable_notifier()
|
| /dpdk/drivers/net/enic/ |
| H A D | enic.h | 108 int eventfd; member
|
| /dpdk/drivers/net/virtio/virtio_user/ |
| H A D | virtio_user_dev.c | 355 callfd = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in virtio_user_dev_init_notify() 360 kickfd = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK); in virtio_user_dev_init_notify()
|
| /dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 604 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in rte_dpaa_setup_intr()
|
| /dpdk/drivers/bus/fslmc/ |
| H A D | fslmc_vfio.c | 683 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in rte_dpaa2_vfio_setup_intr()
|
| /dpdk/drivers/net/pfe/ |
| H A D | pfe_hif.c | 816 event_fd = eventfd(0, EFD_NONBLOCK); in pfe_hif_init()
|
| /dpdk/drivers/net/memif/ |
| H A D | rte_eth_memif.c | 1102 if (rte_intr_fd_set(mq->intr_handle, eventfd(0, EFD_NONBLOCK))) in memif_init_queues() 1127 if (rte_intr_fd_set(mq->intr_handle, eventfd(0, EFD_NONBLOCK))) in memif_init_queues()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_interrupts.c | 1524 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in rte_intr_efd_enable()
|
| /dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 376 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in vdpa_enable_vfio_intr()
|