Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c71 rte_pci_ioport_read(VTPCI_IO(hw), dst, size, in legacy_read_dev_config()
76 rte_pci_ioport_read(VTPCI_IO(hw), dst, size, in legacy_read_dev_config()
81 rte_pci_ioport_read(VTPCI_IO(hw), dst, size, in legacy_read_dev_config()
90 rte_pci_ioport_read(VTPCI_IO(hw), dst, length, in legacy_read_dev_config()
110 rte_pci_ioport_write(VTPCI_IO(hw), &tmp.u32, size, in legacy_write_dev_config()
115 rte_pci_ioport_write(VTPCI_IO(hw), &tmp.u16, size, in legacy_write_dev_config()
119 rte_pci_ioport_write(VTPCI_IO(hw), src, size, in legacy_write_dev_config()
128 rte_pci_ioport_write(VTPCI_IO(hw), src, length, in legacy_write_dev_config()
150 rte_pci_ioport_write(VTPCI_IO(hw), &features, 4, in legacy_set_features()
194 rte_pci_ioport_write(VTPCI_IO(hw), &vq->vq_queue_index, 2, in legacy_set_queue_irq()
[all …]
H A Dvirtio_pci.h298 #define VTPCI_IO(hw) (&virtio_hw_internal[(hw)->port_id].io) macro
H A Dvirtio_ethdev.c756 rte_pci_ioport_unmap(VTPCI_IO(hw)); in virtio_dev_close()
1876 if (rte_pci_ioport_map(pci_dev, 0, VTPCI_IO(hw)) < 0) in virtio_remap_pci()
1988 rte_pci_ioport_unmap(VTPCI_IO(hw)); in eth_virtio_dev_init()
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.h205 #define VTPCI_IO(hw) (&crypto_virtio_hw_internal[(hw)->dev_id].io) macro