Home
last modified time | relevance | path

Searched defs:intr_handle (Results 1 – 25 of 31) sorted by relevance

12

/dpdk/lib/eal/common/
H A Deal_common_interrupts.c17 #define CHECK_VALID_INTR_HANDLE(intr_handle) do { \ argument
34 struct rte_intr_handle *intr_handle; in rte_intr_instance_alloc() local
101 struct rte_intr_handle *intr_handle; in rte_intr_instance_dup() local
124 int rte_intr_event_list_update(struct rte_intr_handle *intr_handle, int size) in rte_intr_event_list_update()
174 void rte_intr_instance_free(struct rte_intr_handle *intr_handle) in rte_intr_instance_free()
189 int rte_intr_fd_set(struct rte_intr_handle *intr_handle, int fd) in rte_intr_fd_set()
200 int rte_intr_fd_get(const struct rte_intr_handle *intr_handle) in rte_intr_fd_get()
209 int rte_intr_type_set(struct rte_intr_handle *intr_handle, in rte_intr_type_set()
222 const struct rte_intr_handle *intr_handle) in rte_intr_type_get()
231 int rte_intr_dev_fd_set(struct rte_intr_handle *intr_handle, int fd) in rte_intr_dev_fd_set()
[all …]
/dpdk/lib/eal/windows/
H A Deal_interrupts.c118 rte_intr_rx_ctl(__rte_unused struct rte_intr_handle *intr_handle, in rte_intr_rx_ctl()
152 __rte_unused const struct rte_intr_handle *intr_handle, in rte_intr_callback_register()
160 __rte_unused const struct rte_intr_handle *intr_handle, in rte_intr_callback_unregister_pending()
169 __rte_unused const struct rte_intr_handle *intr_handle, in rte_intr_callback_unregister()
177 __rte_unused const struct rte_intr_handle *intr_handle, in rte_intr_callback_unregister_sync()
184 rte_intr_enable(__rte_unused const struct rte_intr_handle *intr_handle) in rte_intr_enable()
190 rte_intr_ack(__rte_unused const struct rte_intr_handle *intr_handle) in rte_intr_ack()
196 rte_intr_disable(__rte_unused const struct rte_intr_handle *intr_handle) in rte_intr_disable()
202 rte_intr_efd_enable(struct rte_intr_handle *intr_handle, uint32_t nb_efd) in rte_intr_efd_enable()
211 rte_intr_efd_disable(struct rte_intr_handle *intr_handle) in rte_intr_efd_disable()
[all …]
/dpdk/lib/eal/freebsd/
H A Deal_interrupts.c43 struct rte_intr_handle *intr_handle; /**< interrupt handle */ member
84 rte_intr_callback_register(const struct rte_intr_handle *intr_handle, in rte_intr_callback_register()
215 rte_intr_callback_unregister_pending(const struct rte_intr_handle *intr_handle, in rte_intr_callback_unregister_pending()
271 rte_intr_callback_unregister(const struct rte_intr_handle *intr_handle, in rte_intr_callback_unregister()
358 rte_intr_callback_unregister_sync(const struct rte_intr_handle *intr_handle, in rte_intr_callback_unregister_sync()
370 rte_intr_enable(const struct rte_intr_handle *intr_handle) in rte_intr_enable()
411 rte_intr_disable(const struct rte_intr_handle *intr_handle) in rte_intr_disable()
451 rte_intr_ack(const struct rte_intr_handle *intr_handle) in rte_intr_ack()
652 rte_intr_rx_ctl(struct rte_intr_handle *intr_handle, in rte_intr_rx_ctl()
665 rte_intr_efd_enable(struct rte_intr_handle *intr_handle, uint32_t nb_efd) in rte_intr_efd_enable()
[all …]
H A Deal_alarm.c46 static struct rte_intr_handle *intr_handle; variable
[all...]
/dpdk/lib/eal/linux/
H A Deal_interrupts.c77 struct rte_intr_handle *intr_handle; /**< interrupt handle */ member
104 vfio_enable_intx(const struct rte_intr_handle *intr_handle) { in vfio_enable_intx()
152 vfio_disable_intx(const struct rte_intr_handle *intr_handle) { in vfio_disable_intx()
196 vfio_ack_intx(const struct rte_intr_handle *intr_handle) in vfio_ack_intx()
220 vfio_enable_msi(const struct rte_intr_handle *intr_handle) { in vfio_enable_msi()
250 vfio_disable_msi(const struct rte_intr_handle *intr_handle) { in vfio_disable_msi()
275 vfio_enable_msix(const struct rte_intr_handle *intr_handle) { in vfio_enable_msix()
316 vfio_disable_msix(const struct rte_intr_handle *intr_handle) { in vfio_disable_msix()
343 vfio_enable_req(const struct rte_intr_handle *intr_handle) in vfio_enable_req()
376 vfio_disable_req(const struct rte_intr_handle *intr_handle) in vfio_disable_req()
[all …]
H A Deal_alarm.c52 static struct rte_intr_handle *intr_handle; variable
[all...]
H A Deal_dev.c23 static struct rte_intr_handle *intr_handle; variable
/dpdk/drivers/net/tap/
H A Dtap_intr.c32 struct rte_intr_handle *intr_handle = pmd->intr_handle; in tap_rx_intr_vec_uninstall() local
54 struct rte_intr_handle *intr_handle = pmd->intr_handle; in tap_rx_intr_vec_install() local
H A Drte_eth_tap.h94 struct rte_intr_handle *intr_handle; /* LSC interrupt handle. */ member
/dpdk/app/test/
H A Dtest_interrupts.c51 test_interrupt_handle_sanity_check(struct rte_intr_handle *intr_handle) in test_interrupt_handle_sanity_check()
167 test_interrupt_handle_sanity_check(struct rte_intr_handle *intr_handle) in test_interrupt_handle_sanity_check()
209 struct rte_intr_handle *intr_handle = arg; in test_interrupt_callback() local
243 struct rte_intr_handle *intr_handle = arg; in test_interrupt_callback_1() local
/dpdk/drivers/net/memif/
H A Dmemif_socket.h88 struct rte_intr_handle *intr_handle; /**< interrupt handle */ member
104 struct rte_intr_handle *intr_handle; /**< interrupt handle */ member
/dpdk/drivers/net/ionic/
H A Dionic_dev_pci.c159 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in ionic_pci_configure_intr() local
204 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in ionic_pci_unconfigure_intr() local
/dpdk/drivers/net/sfc/
H A Dsfc_intr.c144 struct rte_intr_handle *intr_handle; in sfc_intr_start() local
248 struct rte_intr_handle *intr_handle; in sfc_intr_stop() local
/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev_vf.c170 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in eth_txgbevf_dev_init() local
619 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in txgbevf_dev_start() local
724 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in txgbevf_dev_stop() local
764 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in txgbevf_dev_close() local
925 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in txgbevf_dev_rx_queue_intr_enable() local
947 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in txgbevf_dev_rx_queue_intr_disable() local
987 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in txgbevf_configure_msix() local
/dpdk/drivers/net/mlx4/
H A Dmlx4_intr.c46 struct rte_intr_handle *intr_handle = priv->intr_handle; in mlx4_rx_intr_vec_disable() local
70 struct rte_intr_handle *intr_handle = priv->intr_handle; in mlx4_rx_intr_vec_enable() local
H A Dmlx4.h178 struct rte_intr_handle *intr_handle; /**< Port interrupt handle. */ member
/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c363 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in eth_atl_dev_init() local
482 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in atl_dev_start() local
610 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in atl_dev_stop() local
691 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in atl_dev_close() local
1369 struct rte_intr_handle *intr_handle) in atl_dev_interrupt_action()
/dpdk/drivers/common/mlx5/windows/
H A Dmlx5_common_os.h272 mlx5_os_interrupt_handler_destroy(struct rte_intr_handle *intr_handle, in mlx5_os_interrupt_handler_destroy()
/dpdk/drivers/bus/pci/linux/
H A Dpci.c634 const struct rte_intr_handle *intr_handle = device->intr_handle; in rte_pci_read_config() local
657 const struct rte_intr_handle *intr_handle = device->intr_handle; in rte_pci_write_config() local
/dpdk/drivers/common/cnxk/
H A Droc_npa_priv.h20 struct plt_intr_handle *intr_handle; member
/dpdk/drivers/bus/dpaa/
H A Dbus_dpaa_driver.h100 struct rte_intr_handle *intr_handle; member
/dpdk/drivers/raw/ntb/
H A Dntb.c1036 struct rte_intr_handle *intr_handle; in ntb_dev_close() local
1371 struct rte_intr_handle *intr_handle; in ntb_init_hw() local
/dpdk/drivers/net/mana/
H A Dmana.c115 struct rte_intr_handle *intr_handle = priv->intr_handle; in rx_intr_vec_disable() local
128 struct rte_intr_handle *intr_handle = priv->intr_handle; in rx_intr_vec_enable() local
/dpdk/drivers/dma/idxd/
H A Didxd_hw_defs.h42 uint16_t intr_handle; /* completion interrupt handle */ member
/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.c1093 mlx5_os_interrupt_handler_destroy(struct rte_intr_handle *intr_handle, in mlx5_os_interrupt_handler_destroy()

12