Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvdpa.c81 if (!ops->get_queue_num || !ops->get_features || in rte_vdpa_register_device()
246 if (dev == NULL || dev->ops == NULL || dev->ops->get_features == NULL) in rte_vdpa_get_features()
249 return dev->ops->get_features(dev, features); in rte_vdpa_get_features()
H A Drte_vdpa_dev.h22 int (*get_features)(struct rte_vdpa_device *dev, uint64_t *features); member
H A Dsocket.c714 if (vdpa_dev->ops->get_features(vdpa_dev, &vdpa_features) < 0) { in rte_vhost_driver_get_features()
/f-stack/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.h160 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()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h228 uint64_t (*get_features)(struct virtio_hw *hw); member
H A Dvirtio_pci.c249 .get_features = legacy_get_features,
454 .get_features = modern_get_features,
H A Dvirtio_user_ethdev.c470 .get_features = virtio_user_get_features,
H A Dvirtio_ethdev.c1346 host_features = VTPCI_OPS(hw)->get_features(hw); in virtio_negotiate_features()
2635 host_features = VTPCI_OPS(hw)->get_features(hw); in virtio_dev_info_get()
/f-stack/dpdk/doc/guides/vdpadevs/
H A Dfeatures_overview.rst138 next vDPA operations: ``get_features`` and ``get_protocol_features``.
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa.c458 .get_features = mlx5_vdpa_get_vdpa_features,
/f-stack/dpdk/doc/guides/prog_guide/
H A Dvhost_lib.rst361 * ``get_features``
/f-stack/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c1140 .get_features = ifcvf_get_vdpa_features,