Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_eal_interrupts.h242 rte_intr_allow_others(struct rte_intr_handle *intr_handle);
/f-stack/dpdk/drivers/net/igc/
H A Digc_ethdev.c386 if (rte_intr_allow_others(intr_handle) && in igc_intr_other_disable()
406 if (rte_intr_allow_others(intr_handle) && in igc_intr_other_enable()
660 if (!rte_intr_allow_others(intr_handle)) in eth_igc_stop()
745 if (rte_intr_allow_others(intr_handle)) { in igc_configure_msix_intr()
811 int misc_shift = rte_intr_allow_others(intr_handle) ? 1 : 0; in igc_rxq_interrupt_setup()
1042 if (rte_intr_allow_others(intr_handle)) { in eth_igc_start()
2106 if (rte_intr_allow_others(intr_handle)) in eth_igc_rx_queue_intr_disable()
2125 if (rte_intr_allow_others(intr_handle)) in eth_igc_rx_queue_intr_enable()
/f-stack/dpdk/lib/librte_eal/
H A Dversion.map82 rte_intr_allow_others;
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal_interrupts.c666 rte_intr_allow_others(struct rte_intr_handle *intr_handle) in rte_intr_allow_others() function
/f-stack/dpdk/drivers/net/e1000/
H A Digb_ethdev.c522 if (rte_intr_allow_others(intr_handle) && in igb_intr_enable()
539 if (rte_intr_allow_others(intr_handle) && in igb_intr_disable()
1377 if (rte_intr_allow_others(intr_handle)) { in eth_igb_start()
1468 if (!rte_intr_allow_others(intr_handle)) in eth_igb_stop()
2790 int misc_shift = rte_intr_allow_others(intr_handle) ? 1 : 0; in eth_igb_rxq_interrupt_setup()
5133 if (rte_intr_allow_others(intr_handle)) in eth_igb_rx_queue_intr_disable()
5153 if (rte_intr_allow_others(intr_handle)) in eth_igb_rx_queue_intr_enable()
5236 if (rte_intr_allow_others(intr_handle)) { in eth_igb_configure_msix_intr()
H A Dem_ethdev.c669 if (rte_intr_allow_others(intr_handle)) { in eth_em_start()
747 if (!rte_intr_allow_others(intr_handle)) in eth_em_stop()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_ethdev_vf.c684 rte_intr_allow_others(intr_handle)) { in i40evf_config_irq_map()
1963 if (!rte_intr_allow_others(intr_handle)) { in i40evf_enable_queues_intr()
1983 if (!rte_intr_allow_others(intr_handle)) { in i40evf_disable_queues_intr()
H A Di40e_ethdev.c2014 if (!rte_intr_allow_others(intr_handle)) { in i40e_vsi_queues_unbind_intr()
2161 if (!rte_intr_allow_others(intr_handle)) in i40e_vsi_queues_bind_intr()
2199 if (rte_intr_allow_others(intr_handle) && !pf->support_multi_driver) in i40e_vsi_enable_queues_intr()
2226 if (rte_intr_allow_others(intr_handle) && !pf->support_multi_driver) in i40e_vsi_disable_queues_intr()
2493 if (!rte_intr_allow_others(intr_handle)) { in i40e_dev_start()
2583 if (!rte_intr_allow_others(intr_handle)) in i40e_dev_stop()
/f-stack/dpdk/drivers/net/atlantic/
H A Datl_ethdev.c569 if (rte_intr_allow_others(intr_handle)) { in atl_dev_start()
633 if (!rte_intr_allow_others(intr_handle)) in atl_dev_stop()
/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf_ethdev.c193 if (!rte_intr_allow_others(intr_handle)) { in ice_dcf_config_rx_queues_irqs()
H A Dice_ethdev.c2324 if (rte_intr_allow_others(intr_handle)) in ice_vsi_disable_queues_intr()
3331 if (!rte_intr_allow_others(intr_handle)) in ice_vsi_queues_bind_intr()
3366 if (rte_intr_allow_others(intr_handle)) in ice_vsi_enable_queues_intr()
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_interrupts.c1539 rte_intr_allow_others(struct rte_intr_handle *intr_handle) in rte_intr_allow_others() function
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_ethdev_vf.c1921 if (rte_intr_allow_others(intr_handle)) { in hns3vf_unmap_rx_interrupt()
2121 if (rte_intr_allow_others(intr_handle)) { in hns3vf_map_rx_interrupt()
H A Dhns3_ethdev.c4796 if (rte_intr_allow_others(intr_handle)) { in hns3_map_rx_interrupt()
4973 if (rte_intr_allow_others(intr_handle)) { in hns3_unmap_rx_interrupt()
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_ethdev.c2770 if (rte_intr_allow_others(intr_handle)) { in ixgbe_dev_start()
2882 if (!rte_intr_allow_others(intr_handle)) in ixgbe_dev_stop()
5923 if (rte_intr_allow_others(intr_handle)) in ixgbevf_dev_rx_queue_intr_enable()
5945 if (rte_intr_allow_others(intr_handle)) in ixgbevf_dev_rx_queue_intr_disable()
6101 if (rte_intr_allow_others(intr_handle)) { in ixgbevf_configure_msix()
6152 if (rte_intr_allow_others(intr_handle)) in ixgbe_configure_msix()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ethdev.c1563 if (rte_intr_allow_others(intr_handle)) { in txgbe_dev_start()
1661 if (!rte_intr_allow_others(intr_handle)) in txgbe_dev_stop()
3422 if (rte_intr_allow_others(intr_handle)) { in txgbe_configure_msix()
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_ethdev.c557 if (!rte_intr_allow_others(intr_handle)) { in iavf_config_rx_queues_irqs()