Searched refs:get_features (Results 1 – 14 of 14) sorted by relevance
81 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()
22 int (*get_features)(struct rte_vdpa_device *dev, uint64_t *features); member
714 if (vdpa_dev->ops->get_features(vdpa_dev, &vdpa_features) < 0) { in rte_vhost_driver_get_features()
160 uint64_t (*get_features)(struct virtio_crypto_hw *hw); member
231 .get_features = modern_get_features,
633 host_features = VTPCI_OPS(hw)->get_features(hw); in virtio_negotiate_features()
228 uint64_t (*get_features)(struct virtio_hw *hw); member
249 .get_features = legacy_get_features,454 .get_features = modern_get_features,
470 .get_features = virtio_user_get_features,
1346 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()
138 next vDPA operations: ``get_features`` and ``get_protocol_features``.
458 .get_features = mlx5_vdpa_get_vdpa_features,
361 * ``get_features``
1140 .get_features = ifcvf_get_vdpa_features,