Home
last modified time | relevance | path

Searched refs:read_dev_cfg (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/net/virtio/
H A Dvirtio.c31 VIRTIO_OPS(hw)->read_dev_cfg(hw, offset, dst, length); in virtio_read_dev_config()
H A Dvirtio.h234 void (*read_dev_cfg)(struct virtio_hw *hw, size_t offset, void *dst, int len); member
H A Dvirtio_pci.c323 .read_dev_cfg = legacy_read_dev_config,
581 .read_dev_cfg = modern_read_dev_config,
H A Dvirtio_user_ethdev.c280 .read_dev_cfg = virtio_user_read_dev_config,
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c226 .read_dev_cfg = modern_read_dev_config,
246 VTPCI_OPS(hw)->read_dev_cfg(hw, offset, dst, length); in vtpci_read_cryptodev_config()
H A Dvirtio_pci.h152 void (*read_dev_cfg)(struct virtio_crypto_hw *hw, size_t offset, member