Home
last modified time | relevance | path

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

/dpdk/drivers/net/virtio/
H A Dvirtio.c38 VIRTIO_OPS(hw)->write_dev_cfg(hw, offset, src, length); in virtio_write_dev_config()
H A Dvirtio.h235 void (*write_dev_cfg)(struct virtio_hw *hw, size_t offset, const void *src, int len); member
H A Dvirtio_pci.c324 .write_dev_cfg = legacy_write_dev_config,
582 .write_dev_cfg = modern_write_dev_config,
H A Dvirtio_user_ethdev.c281 .write_dev_cfg = virtio_user_write_dev_config,
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c227 .write_dev_cfg = modern_write_dev_config,
253 VTPCI_OPS(hw)->write_dev_cfg(hw, offset, src, length); in vtpci_write_cryptodev_config()
H A Dvirtio_pci.h154 void (*write_dev_cfg)(struct virtio_crypto_hw *hw, size_t offset, member