Home
last modified time | relevance | path

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

/f-stack/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.h151 void (*read_dev_cfg)(struct virtio_crypto_hw *hw, size_t offset, member
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c245 .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 Dvirtio_pci.h220 void (*read_dev_cfg)(struct virtio_hw *hw, size_t offset, member
H A Dvirtio_user_ethdev.c466 .read_dev_cfg = virtio_user_read_dev_config,