Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c124 rte_pci_ioport_read(VTPCI_IO(hw), dst, size, in legacy_read_dev_config()
129 rte_pci_ioport_read(VTPCI_IO(hw), dst, size, in legacy_read_dev_config()
134 rte_pci_ioport_read(VTPCI_IO(hw), dst, size, in legacy_read_dev_config()
143 rte_pci_ioport_read(VTPCI_IO(hw), dst, length, in legacy_read_dev_config()
164 rte_pci_ioport_write(VTPCI_IO(hw), &tmp.u32, size, in legacy_write_dev_config()
169 rte_pci_ioport_write(VTPCI_IO(hw), &tmp.u16, size, in legacy_write_dev_config()
173 rte_pci_ioport_write(VTPCI_IO(hw), src, size, in legacy_write_dev_config()
182 rte_pci_ioport_write(VTPCI_IO(hw), src, length, in legacy_write_dev_config()
204 rte_pci_ioport_write(VTPCI_IO(hw), &features, 4, in legacy_set_features()
317 rte_pci_ioport_unmap(VTPCI_IO(hw)); in legacy_dev_close()
[all …]
H A Dvirtio_pci.h125 #define VTPCI_IO(hw) (&virtio_pci_internal[(hw)->port_id].io) macro
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.h206 #define VTPCI_IO(hw) (&crypto_virtio_hw_internal[(hw)->dev_id].io) macro