Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvdpa_driver.h48 int (*set_features)(int vid); member
H A Dvdpa.c83 !ops->set_features) { in rte_vdpa_register_device()
H A Dvhost_user.c408 vdpa_dev->ops->set_features(dev->vid); in vhost_user_set_features()
/dpdk/drivers/net/virtio/
H A Dvirtio.c21 VIRTIO_OPS(hw)->set_features(hw, features); in virtio_negotiate_features()
H A Dvirtio.h239 void (*set_features)(struct virtio_hw *hw, uint64_t features); member
H A Dvirtio_pci.c328 .set_features = legacy_set_features,
586 .set_features = modern_set_features,
H A Dvirtio_user_ethdev.c285 .set_features = virtio_user_set_features,
/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost.h72 int (*set_features)(struct virtio_user_dev *dev, uint64_t features); member
H A Dvhost_vdpa.c619 .set_features = vhost_vdpa_set_features,
H A Dvhost_kernel.c605 .set_features = vhost_kernel_set_features,
H A Dvhost_user.c998 .set_features = vhost_user_set_features,
H A Dvirtio_user_dev.c159 ret = dev->ops->set_features(dev, features); in virtio_user_dev_set_features()
/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.h162 void (*set_features)(struct virtio_crypto_hw *hw, uint64_t features); member
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_ops.c869 .set_features = sfc_vdpa_set_features,
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c454 .set_features = mlx5_vdpa_features_set,
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c1148 .set_features = ifcvf_set_features,
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst405 * ``set_features``