Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio_pci_ethdev.c81 VTPCI_DEV(hw) = pci_dev; in eth_virtio_pci_init()
88 VTPCI_DEV(hw) = pci_dev; in eth_virtio_pci_init()
H A Dvirtio_pci.c309 dev->msix_status = vtpci_msix_detect(VTPCI_DEV(hw)); in legacy_intr_detect()
316 rte_pci_unmap_device(VTPCI_DEV(hw)); in legacy_dev_close()
568 dev->msix_status = vtpci_msix_detect(VTPCI_DEV(hw)); in modern_intr_detect()
575 rte_pci_unmap_device(VTPCI_DEV(hw)); in modern_dev_close()
806 return rte_pci_ioport_map(VTPCI_DEV(hw), 0, VTPCI_IO(hw)); in vtpci_legacy_ioport_map()
H A Dvirtio_pci.h126 #define VTPCI_DEV(hw) (virtio_pci_internal[(hw)->port_id].dev) macro