| /dpdk/app/test/ |
| H A D | test_interrupts.c | 79 if (rte_intr_fd_set(test_intr_handle, -1)) in test_interrupt_init() 85 if (rte_intr_fd_set(test_intr_handle, pfds.readfd)) in test_interrupt_init() 91 if (rte_intr_fd_set(test_intr_handle, pfds.readfd)) in test_interrupt_init() 97 if (rte_intr_fd_set(test_intr_handle, pfds.readfd)) in test_interrupt_init() 103 if (rte_intr_fd_set(test_intr_handle, pfds.readfd)) in test_interrupt_init() 109 if (rte_intr_fd_set(test_intr_handle, pfds.writefd)) in test_interrupt_init()
|
| /dpdk/drivers/bus/pci/linux/ |
| H A D | pci_vfio.c | 302 if (rte_intr_fd_set(dev->intr_handle, fd)) in pci_vfio_setup_interrupts() 389 if (rte_intr_fd_set(dev->vfio_req_intr_handle, fd)) in pci_vfio_enable_notifier() 422 rte_intr_fd_set(dev->vfio_req_intr_handle, -1); in pci_vfio_enable_notifier() 452 rte_intr_fd_set(dev->vfio_req_intr_handle, -1); in pci_vfio_disable_notifier() 737 if (rte_intr_fd_set(dev->intr_handle, -1)) in pci_vfio_map_resource_primary() 741 if (rte_intr_fd_set(dev->vfio_req_intr_handle, -1)) in pci_vfio_map_resource_primary() 889 if (rte_intr_fd_set(dev->intr_handle, -1)) in pci_vfio_map_resource_secondary() 892 if (rte_intr_fd_set(dev->vfio_req_intr_handle, -1)) in pci_vfio_map_resource_secondary()
|
| H A D | pci_uio.c | 222 rte_intr_fd_set(dev->intr_handle, -1); in pci_uio_free_resource() 256 if (rte_intr_fd_set(dev->intr_handle, fd)) in pci_uio_alloc_resource() 468 if (rte_intr_fd_set(dev->intr_handle, fd)) in pci_uio_ioport_map()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal_dev.c | 125 if (rte_intr_fd_set(intr_handle, fd)) in dev_uev_socket_fd_create() 221 rte_intr_fd_set(intr_handle, -1); in dev_delayed_unregister() 328 ret = rte_intr_fd_set(intr_handle, -1); in rte_dev_event_monitor_start()
|
| H A D | eal_alarm.c | 74 if (rte_intr_fd_set(intr_handle, in rte_eal_alarm_init()
|
| /dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_socket.c | 155 if (rte_intr_fd_set(server_intr_handle, server_socket)) in mlx5_pmd_interrupt_handler_install() 176 rte_intr_fd_set(server_intr_handle, 0); in mlx5_pmd_interrupt_handler_uninstall()
|
| H A D | mlx5_os.c | 2517 rte_intr_fd_set(sh->intr_handle_nl, nlsk_fd); in mlx5_os_dev_shared_handler_install_lsc() 2522 rte_intr_fd_set(sh->intr_handle_nl, -1); in mlx5_os_dev_shared_handler_install_lsc() 2552 rte_intr_fd_set(sh->intr_handle, -1); in mlx5_os_dev_shared_handler_install() 2560 rte_intr_fd_set(sh->intr_handle, ctx->async_fd); in mlx5_os_dev_shared_handler_install() 2565 rte_intr_fd_set(sh->intr_handle, -1); in mlx5_os_dev_shared_handler_install() 2575 rte_intr_fd_set(sh->intr_handle_nl, -1); in mlx5_os_dev_shared_handler_install() 2578 rte_intr_fd_set(sh->intr_handle_nl, -1); in mlx5_os_dev_shared_handler_install() 2589 rte_intr_fd_set(sh->intr_handle_devx, -1); in mlx5_os_dev_shared_handler_install() 2603 rte_intr_fd_set(sh->intr_handle_devx, devx_comp->fd); in mlx5_os_dev_shared_handler_install() 2610 rte_intr_fd_set(sh->intr_handle_devx, -1); in mlx5_os_dev_shared_handler_install()
|
| /dpdk/drivers/bus/pci/ |
| H A D | pci_common_uio.c | 93 if (rte_intr_fd_set(dev->intr_handle, -1)) in pci_uio_map_resource() 244 rte_intr_fd_set(dev->intr_handle, -1); in pci_uio_unmap_resource()
|
| /dpdk/drivers/bus/vmbus/ |
| H A D | vmbus_common_uio.c | 174 if (rte_intr_fd_set(dev->intr_handle, -1)) in vmbus_uio_map_resource() 269 rte_intr_fd_set(dev->intr_handle, -1); in vmbus_uio_unmap_resource()
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal_alarm.c | 68 if (rte_intr_fd_set(intr_handle, -1)) in rte_eal_alarm_init() 78 if (rte_intr_fd_set(intr_handle, fd)) in rte_eal_alarm_init()
|
| /dpdk/drivers/net/mlx4/ |
| H A D | mlx4_intr.c | 268 if (rte_intr_fd_set(priv->intr_handle, -1)) in mlx4_intr_uninstall() 296 if (rte_intr_fd_set(priv->intr_handle, priv->ctx->async_fd)) in mlx4_intr_install()
|
| /dpdk/drivers/net/memif/ |
| H A D | memif_socket.c | 324 if (rte_intr_fd_set(mq->intr_handle, fd)) in memif_msg_receive_add_ring() 601 rte_intr_fd_set(mq->intr_handle, -1); in memif_disconnect() 619 rte_intr_fd_set(mq->intr_handle, -1); in memif_disconnect() 852 if (rte_intr_fd_set(cc->intr_handle, sockfd)) in memif_listener_handler() 952 if (rte_intr_fd_set(sock->intr_handle, sockfd)) in memif_socket_create() 1163 if (rte_intr_fd_set(pmd->cc->intr_handle, sockfd)) in memif_connect_client()
|
| 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() 1339 if (rte_intr_fd_set(mq->intr_handle, -1)) in memif_tx_queue_setup() 1379 if (rte_intr_fd_set(mq->intr_handle, -1)) in memif_rx_queue_setup()
|
| /dpdk/drivers/bus/vmbus/linux/ |
| H A D | vmbus_uio.c | 78 rte_intr_fd_set(dev->intr_handle, -1); in vmbus_uio_free_resource() 99 if (rte_intr_fd_set(dev->intr_handle, fd)) in vmbus_uio_alloc_resource()
|
| /dpdk/lib/eal/include/ |
| H A D | rte_interrupts.h | 271 rte_intr_fd_set(struct rte_intr_handle *intr_handle, int fd);
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_virtq.c | 109 rte_intr_fd_set(virtq->intr_handle, -1); in mlx5_vdpa_virtq_unset() 375 if (rte_intr_fd_set(virtq->intr_handle, vq.kickfd)) in mlx5_vdpa_virtq_setup() 387 rte_intr_fd_set(virtq->intr_handle, -1); in mlx5_vdpa_virtq_setup()
|
| H A D | mlx5_vdpa_event.c | 400 if (rte_intr_fd_set(priv->err_intr_handle, priv->err_chnl->fd)) in mlx5_vdpa_err_event_setup() 410 rte_intr_fd_set(priv->err_intr_handle, 0); in mlx5_vdpa_err_event_setup()
|
| /dpdk/drivers/bus/pci/bsd/ |
| H A D | pci.c | 100 rte_intr_fd_set(dev->intr_handle, -1); in pci_uio_free_resource() 124 if (rte_intr_fd_set(dev->intr_handle, open(devname, O_RDWR))) { in pci_uio_alloc_resource()
|
| /dpdk/drivers/net/virtio/virtio_user/ |
| H A D | virtio_user_dev.c | 438 if (rte_intr_fd_set(eth_dev->intr_handle, dev->ops->get_intr_fd(dev))) in virtio_user_fill_intr_handle() 987 rte_intr_fd_set(eth_dev->intr_handle, in virtio_user_dev_delayed_disconnect_handler() 1019 rte_intr_fd_set(eth_dev->intr_handle, dev->ops->get_intr_fd(dev)); in virtio_user_dev_delayed_intr_reconfig_handler()
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_platform.h | 134 #define plt_intr_fd_set rte_intr_fd_set
|
| /dpdk/lib/eal/ |
| H A D | version.map | 418 rte_intr_fd_set;
|
| /dpdk/drivers/net/failsafe/ |
| H A D | failsafe.c | 276 if (rte_intr_fd_set(PRIV(dev)->intr_handle, -1)) in fs_eth_dev_create()
|
| /dpdk/lib/eal/common/ |
| H A D | eal_common_interrupts.c | 188 int rte_intr_fd_set(struct rte_intr_handle *intr_handle, int fd) in rte_intr_fd_set() function
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_txpp.c | 779 if (rte_intr_fd_set(sh->txpp.intr_handle, fd)) in mlx5_txpp_start_service() 787 rte_intr_fd_set(sh->txpp.intr_handle, 0); in mlx5_txpp_start_service()
|
| /dpdk/drivers/bus/dpaa/ |
| H A D | dpaa_bus.c | 611 if (rte_intr_fd_set(intr_handle, fd)) in rte_dpaa_setup_intr()
|