Lines Matching refs:intr_handle
169 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in eth_txgbevf_dev_init() local
302 rte_intr_callback_register(intr_handle, in eth_txgbevf_dev_init()
304 rte_intr_enable(intr_handle); in eth_txgbevf_dev_init()
612 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in txgbevf_dev_start() local
663 if (rte_intr_cap_multiple(intr_handle) && in txgbevf_dev_start()
669 if (rte_intr_efd_enable(intr_handle, intr_vector)) in txgbevf_dev_start()
673 if (rte_intr_dp_is_en(intr_handle)) { in txgbevf_dev_start()
674 if (rte_intr_vec_list_alloc(intr_handle, "intr_vec", in txgbevf_dev_start()
690 rte_intr_disable(intr_handle); in txgbevf_dev_start()
692 rte_intr_enable(intr_handle); in txgbevf_dev_start()
714 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in txgbevf_dev_stop() local
740 rte_intr_efd_disable(intr_handle); in txgbevf_dev_stop()
741 rte_intr_vec_list_free(intr_handle); in txgbevf_dev_stop()
754 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in txgbevf_dev_close() local
783 rte_intr_disable(intr_handle); in txgbevf_dev_close()
784 rte_intr_callback_unregister(intr_handle, in txgbevf_dev_close()
915 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in txgbevf_dev_rx_queue_intr_enable() local
920 if (rte_intr_allow_others(intr_handle)) in txgbevf_dev_rx_queue_intr_enable()
926 rte_intr_enable(intr_handle); in txgbevf_dev_rx_queue_intr_enable()
937 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in txgbevf_dev_rx_queue_intr_disable() local
940 if (rte_intr_allow_others(intr_handle)) in txgbevf_dev_rx_queue_intr_disable()
977 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in txgbevf_configure_msix() local
989 if (!rte_intr_dp_is_en(intr_handle)) in txgbevf_configure_msix()
992 if (rte_intr_allow_others(intr_handle)) { in txgbevf_configure_msix()
1003 rte_intr_vec_list_index_set(intr_handle, q_idx, in txgbevf_configure_msix()
1005 if (vector_idx < base + rte_intr_nb_efd_get(intr_handle) in txgbevf_configure_msix()