Home
last modified time | relevance | path

Searched refs:eventfd (Results 1 – 17 of 17) sorted by relevance

/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_dpio.c174 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 Ddpaa2_hw_pvt.h176 int32_t eventfd; /*!< Event Fd of this queue */ member
/dpdk/drivers/baseband/la12xx/
H A Dbbdev_la12xx.h33 int32_t eventfd; /**< Event FD value */ member
H A Dbbdev_la12xx_ipc.h155 int32_t eventfd; member
/dpdk/drivers/raw/ifpga/base/
H A Difpga_hw.h26 int eventfd; member
H A Difpga_feature_dev.c409 ctx[i].eventfd = fds[i]; in fpga_msix_set_block()
H A Difpga_enumerate.c111 ctx[i].eventfd = -1; in build_info_add_sub_feature()
/dpdk/drivers/common/cnxk/
H A Droc_irq.c149 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in dev_irq_register()
/dpdk/drivers/bus/pci/linux/
H A Dpci_vfio.c295 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 Denic.h108 int eventfd; member
/dpdk/drivers/net/virtio/virtio_user/
H A Dvirtio_user_dev.c355 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 Ddpaa_bus.c604 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in rte_dpaa_setup_intr()
/dpdk/drivers/bus/fslmc/
H A Dfslmc_vfio.c683 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in rte_dpaa2_vfio_setup_intr()
/dpdk/drivers/net/pfe/
H A Dpfe_hif.c816 event_fd = eventfd(0, EFD_NONBLOCK); in pfe_hif_init()
/dpdk/drivers/net/memif/
H A Drte_eth_memif.c1102 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 Deal_interrupts.c1524 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in rte_intr_efd_enable()
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c376 fd = eventfd(0, EFD_NONBLOCK | EFD_CLOEXEC); in vdpa_enable_vfio_intr()