Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio.c81 return VIRTIO_OPS(hw)->get_isr(hw); in virtio_get_isr()
H A Dvirtio.h241 uint8_t (*get_isr)(struct virtio_hw *hw); member
H A Dvirtio_pci.c330 .get_isr = legacy_get_isr,
588 .get_isr = modern_get_isr,
H A Dvirtio_user_ethdev.c287 .get_isr = virtio_user_get_isr,
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c233 .get_isr = modern_get_isr,
304 return VTPCI_OPS(hw)->get_isr(hw); in vtpci_cryptodev_isr()
H A Dvirtio_pci.h164 uint8_t (*get_isr)(struct virtio_crypto_hw *hw); member