Searched refs:get_features (Results 1 – 20 of 20) sorted by relevance
| /dpdk/lib/vhost/ |
| H A D | vdpa.c | 80 if (!ops->get_queue_num || !ops->get_features || in rte_vdpa_register_device() 245 if (dev == NULL || dev->ops == NULL || dev->ops->get_features == NULL) in rte_vdpa_get_features() 248 return dev->ops->get_features(dev, features); in rte_vdpa_get_features()
|
| H A D | vdpa_driver.h | 29 int (*get_features)(struct rte_vdpa_device *dev, uint64_t *features); member
|
| H A D | socket.c | 707 if (vdpa_dev->ops->get_features(vdpa_dev, &vdpa_features) < 0) { in rte_vhost_driver_get_features()
|
| /dpdk/drivers/net/virtio/virtio_user/ |
| H A D | vhost.h | 71 int (*get_features)(struct virtio_user_dev *dev, uint64_t *features); member
|
| H A D | virtio_user_dev.c | 611 if (dev->ops->get_features(dev, &dev->device_features) < 0) { in virtio_user_dev_init() 1057 if (dev->ops->get_features(dev, &dev->device_features) < 0) { in virtio_user_dev_server_reconnect()
|
| H A D | vhost_vdpa.c | 618 .get_features = vhost_vdpa_get_features,
|
| H A D | vhost_kernel.c | 604 .get_features = vhost_kernel_get_features,
|
| H A D | vhost_user.c | 997 .get_features = vhost_user_get_features,
|
| /dpdk/drivers/crypto/virtio/ |
| H A D | virtio_pci.h | 161 uint64_t (*get_features)(struct virtio_crypto_hw *hw); member
|
| H A D | virtio_pci.c | 231 .get_features = modern_get_features,
|
| H A D | virtio_cryptodev.c | 633 host_features = VTPCI_OPS(hw)->get_features(hw); in virtio_negotiate_features()
|
| /dpdk/drivers/net/virtio/ |
| H A D | virtio.h | 238 uint64_t (*get_features)(struct virtio_hw *hw); member
|
| H A D | virtio_pci.c | 327 .get_features = legacy_get_features, 585 .get_features = modern_get_features,
|
| H A D | virtio_user_ethdev.c | 284 .get_features = virtio_user_get_features,
|
| H A D | virtio_ethdev.c | 1511 host_features = VIRTIO_OPS(hw)->get_features(hw); in virtio_ethdev_negotiate_features() 3039 host_features = VIRTIO_OPS(hw)->get_features(hw); in virtio_dev_info_get()
|
| /dpdk/doc/guides/vdpadevs/ |
| H A D | features_overview.rst | 135 next vDPA operations: ``get_features`` and ``get_protocol_features``.
|
| /dpdk/drivers/vdpa/sfc/ |
| H A D | sfc_vdpa_ops.c | 864 .get_features = sfc_vdpa_get_features,
|
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa.c | 448 .get_features = mlx5_vdpa_get_vdpa_features,
|
| /dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 1143 .get_features = ifcvf_get_vdpa_features,
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | vhost_lib.rst | 384 * ``get_features``
|