Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c337 .intr_detect = legacy_intr_detect,
595 .intr_detect = modern_intr_detect,
794 VIRTIO_OPS(hw)->intr_detect(hw); in vtpci_init()
H A Dvirtio.h248 void (*intr_detect)(struct virtio_hw *hw); member
H A Dvirtio_ethdev.c1467 if (VIRTIO_OPS(hw)->intr_detect) in virtio_intr_unmask()
1468 VIRTIO_OPS(hw)->intr_detect(hw); in virtio_intr_unmask()
1481 if (VIRTIO_OPS(hw)->intr_detect) in virtio_intr_enable()
1482 VIRTIO_OPS(hw)->intr_detect(hw); in virtio_intr_enable()
1495 if (VIRTIO_OPS(hw)->intr_detect) in virtio_intr_disable()
1496 VIRTIO_OPS(hw)->intr_detect(hw); in virtio_intr_disable()