Home
last modified time | relevance | path

Searched refs:set_features (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/lib/librte_vhost/
H A Drte_vdpa_dev.h38 int (*set_features)(int vid); member
H A Dvdpa.c84 !ops->set_features) { in rte_vdpa_register_device()
H A Dvhost_user.c389 vdpa_dev->ops->set_features(dev->vid); in vhost_user_set_features()
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.c232 .set_features = modern_set_features,
267 VTPCI_OPS(hw)->set_features(hw, features); in vtpci_cryptodev_negotiate_features()
H A Dvirtio_pci.h161 void (*set_features)(struct virtio_crypto_hw *hw, uint64_t features); member
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.c250 .set_features = legacy_set_features,
455 .set_features = modern_set_features,
490 VTPCI_OPS(hw)->set_features(hw, features); in vtpci_negotiate_features()
H A Dvirtio_pci.h229 void (*set_features)(struct virtio_hw *hw, uint64_t features); member
H A Dvirtio_user_ethdev.c471 .set_features = virtio_user_set_features,
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c463 .set_features = mlx5_vdpa_features_set,
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst382 * ``set_features``
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c1145 .set_features = ifcvf_set_features,