Home
last modified time | relevance | path

Searched refs:get_features (Results 1 – 20 of 20) sorted by relevance

/dpdk/lib/vhost/
H A Dvdpa.c80 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 Dvdpa_driver.h29 int (*get_features)(struct rte_vdpa_device *dev, uint64_t *features); member
H A Dsocket.c707 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 Dvhost.h71 int (*get_features)(struct virtio_user_dev *dev, uint64_t *features); member
H A Dvirtio_user_dev.c611 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 Dvhost_vdpa.c618 .get_features = vhost_vdpa_get_features,
H A Dvhost_kernel.c604 .get_features = vhost_kernel_get_features,
H A Dvhost_user.c997 .get_features = vhost_user_get_features,
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.h161 uint64_t (*get_features)(struct virtio_crypto_hw *hw); member
H A Dvirtio_pci.c231 .get_features = modern_get_features,
H A Dvirtio_cryptodev.c633 host_features = VTPCI_OPS(hw)->get_features(hw); in virtio_negotiate_features()
/dpdk/drivers/net/virtio/
H A Dvirtio.h238 uint64_t (*get_features)(struct virtio_hw *hw); member
H A Dvirtio_pci.c327 .get_features = legacy_get_features,
585 .get_features = modern_get_features,
H A Dvirtio_user_ethdev.c284 .get_features = virtio_user_get_features,
H A Dvirtio_ethdev.c1511 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 Dfeatures_overview.rst135 next vDPA operations: ``get_features`` and ``get_protocol_features``.
/dpdk/drivers/vdpa/sfc/
H A Dsfc_vdpa_ops.c864 .get_features = sfc_vdpa_get_features,
/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c448 .get_features = mlx5_vdpa_get_vdpa_features,
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c1143 .get_features = ifcvf_get_vdpa_features,
/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst384 * ``get_features``