Searched refs:write_dev_cfg (Results 1 – 6 of 6) sorted by relevance
| /dpdk/drivers/net/virtio/ |
| H A D | virtio.c | 38 VIRTIO_OPS(hw)->write_dev_cfg(hw, offset, src, length); in virtio_write_dev_config()
|
| H A D | virtio.h | 235 void (*write_dev_cfg)(struct virtio_hw *hw, size_t offset, const void *src, int len); member
|
| H A D | virtio_pci.c | 324 .write_dev_cfg = legacy_write_dev_config, 582 .write_dev_cfg = modern_write_dev_config,
|
| H A D | virtio_user_ethdev.c | 281 .write_dev_cfg = virtio_user_write_dev_config,
|
| /dpdk/drivers/crypto/virtio/ |
| H A D | virtio_pci.c | 227 .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 D | virtio_pci.h | 154 void (*write_dev_cfg)(struct virtio_crypto_hw *hw, size_t offset, member
|