Searched refs:read_dev_cfg (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/crypto/virtio/ |
| H A D | virtio_pci.c | 226 .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 D | virtio_pci.h | 151 void (*read_dev_cfg)(struct virtio_crypto_hw *hw, size_t offset, member
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_pci.c | 245 .read_dev_cfg = legacy_read_dev_config, 450 .read_dev_cfg = modern_read_dev_config, 470 VTPCI_OPS(hw)->read_dev_cfg(hw, offset, dst, length); in vtpci_read_dev_config()
|
| H A D | virtio_pci.h | 220 void (*read_dev_cfg)(struct virtio_hw *hw, size_t offset, member
|
| H A D | virtio_user_ethdev.c | 466 .read_dev_cfg = virtio_user_read_dev_config,
|