Searched refs:set_features (Results 1 – 18 of 18) sorted by relevance
| /dpdk/lib/vhost/ |
| H A D | vdpa_driver.h | 48 int (*set_features)(int vid); member
|
| H A D | vdpa.c | 83 !ops->set_features) { in rte_vdpa_register_device()
|
| H A D | vhost_user.c | 408 vdpa_dev->ops->set_features(dev->vid); in vhost_user_set_features()
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio.c | 21 VIRTIO_OPS(hw)->set_features(hw, features); in virtio_negotiate_features()
|
| H A D | virtio.h | 239 void (*set_features)(struct virtio_hw *hw, uint64_t features); member
|
| H A D | virtio_pci.c | 328 .set_features = legacy_set_features, 586 .set_features = modern_set_features,
|
| H A D | virtio_user_ethdev.c | 285 .set_features = virtio_user_set_features,
|
| /dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost.h | 72 int (*set_features)(struct virtio_user_dev *dev, uint64_t features); member
|
| H A D | vhost_vdpa.c | 619 .set_features = vhost_vdpa_set_features,
|
| H A D | vhost_kernel.c | 605 .set_features = vhost_kernel_set_features,
|
| H A D | vhost_user.c | 998 .set_features = vhost_user_set_features,
|
| H A D | virtio_user_dev.c | 159 ret = dev->ops->set_features(dev, features); in virtio_user_dev_set_features()
|
| /dpdk/drivers/crypto/virtio/ |
| H A D | virtio_pci.c | 232 .set_features = modern_set_features, 267 VTPCI_OPS(hw)->set_features(hw, features); in vtpci_cryptodev_negotiate_features()
|
| H A D | virtio_pci.h | 162 void (*set_features)(struct virtio_crypto_hw *hw, uint64_t features); member
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | sfc_vdpa_ops.c | 869 .set_features = sfc_vdpa_set_features,
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa.c | 454 .set_features = mlx5_vdpa_features_set,
|
| /dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 1148 .set_features = ifcvf_set_features,
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 405 * ``set_features``
|