Home
last modified time | relevance | path

Searched refs:rte_pci_ioport_read (Results 1 – 7 of 7) 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()
138 rte_pci_ioport_read(VTPCI_IO(hw), &dst, 4, VIRTIO_PCI_HOST_FEATURES); in legacy_get_features()
159 rte_pci_ioport_read(VTPCI_IO(hw), &dst, 1, VIRTIO_PCI_STATUS); in legacy_get_status()
174 rte_pci_ioport_read(VTPCI_IO(hw), &dst, 1, VIRTIO_PCI_ISR); in legacy_get_isr()
185 rte_pci_ioport_read(VTPCI_IO(hw), &dst, 2, VIRTIO_MSI_CONFIG_VECTOR); in legacy_set_config_irq()
197 rte_pci_ioport_read(VTPCI_IO(hw), &dst, 2, VIRTIO_MSI_QUEUE_VECTOR); in legacy_set_queue_irq()
207 rte_pci_ioport_read(VTPCI_IO(hw), &dst, 2, VIRTIO_PCI_QUEUE_NUM); in legacy_get_queue_num()
/f-stack/dpdk/drivers/bus/pci/
H A Dversion.map7 rte_pci_ioport_read;
H A Drte_bus_pci.h367 void rte_pci_ioport_read(struct rte_pci_ioport *p,
/f-stack/dpdk/drivers/bus/pci/windows/
H A Dpci.c106 rte_pci_ioport_read(struct rte_pci_ioport *p __rte_unused, in rte_pci_ioport_read() function
/f-stack/dpdk/drivers/bus/pci/bsd/
H A Dpci.c555 rte_pci_ioport_read(struct rte_pci_ioport *p, in rte_pci_ioport_read() function
/f-stack/dpdk/drivers/bus/pci/linux/
H A Dpci.c779 rte_pci_ioport_read(struct rte_pci_ioport *p, in rte_pci_ioport_read() function
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_17_11.rst406 * ``rte_pci_ioport_read``