Home
last modified time | relevance | path

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

/f-stack/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.h153 void (*write_dev_cfg)(struct virtio_crypto_hw *hw, size_t offset, member
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c246 .write_dev_cfg = legacy_write_dev_config,
451 .write_dev_cfg = modern_write_dev_config,
477 VTPCI_OPS(hw)->write_dev_cfg(hw, offset, src, length); in vtpci_write_dev_config()
H A Dvirtio_pci.h222 void (*write_dev_cfg)(struct virtio_hw *hw, size_t offset, member
H A Dvirtio_user_ethdev.c467 .write_dev_cfg = virtio_user_write_dev_config,