Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c518 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in igb_intr_enable() local
520 if (rte_intr_allow_others(intr_handle) && in igb_intr_enable()
535 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in igb_intr_disable() local
537 if (rte_intr_allow_others(intr_handle) && in igb_intr_disable()
883 rte_intr_callback_register(pci_dev->intr_handle, in eth_igb_dev_init()
888 rte_intr_enable(pci_dev->intr_handle); in eth_igb_dev_init()
1160 struct rte_intr_handle *intr_handle; in eth_igbvf_dev_init() local
1246 intr_handle = pci_dev->intr_handle; in eth_igbvf_dev_init()
1247 rte_intr_callback_register(intr_handle, in eth_igbvf_dev_init()
1450 struct rte_intr_handle *intr_handle = pci_dev->intr_handle; in eth_igb_start() local
[all …]