Searched refs:VTPCI_IO (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_pci.c | 71 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 D | virtio_pci.h | 298 #define VTPCI_IO(hw) (&virtio_hw_internal[(hw)->port_id].io) macro
|
| H A D | virtio_ethdev.c | 756 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 D | virtio_pci.h | 205 #define VTPCI_IO(hw) (&crypto_virtio_hw_internal[(hw)->dev_id].io) macro
|