Searched refs:set_features (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | rte_vdpa_dev.h | 38 int (*set_features)(int vid); member
|
| H A D | vdpa.c | 84 !ops->set_features) { in rte_vdpa_register_device()
|
| H A D | vhost_user.c | 389 vdpa_dev->ops->set_features(dev->vid); in vhost_user_set_features()
|
| /f-stack/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 | 161 void (*set_features)(struct virtio_crypto_hw *hw, uint64_t features); member
|
| /f-stack/dpdk/drivers/net/virtio/ |
| H A D | virtio_pci.c | 250 .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 D | virtio_pci.h | 229 void (*set_features)(struct virtio_hw *hw, uint64_t features); member
|
| H A D | virtio_user_ethdev.c | 471 .set_features = virtio_user_set_features,
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa.c | 463 .set_features = mlx5_vdpa_features_set,
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 382 * ``set_features``
|
| /f-stack/dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 1145 .set_features = ifcvf_set_features,
|