Searched refs:get_protocol_features (Results 1 – 7 of 7) sorted by relevance
82 !ops->get_protocol_features || !ops->dev_conf || in rte_vdpa_register_device()256 dev->ops->get_protocol_features == NULL) in rte_vdpa_get_protocol_features()259 return dev->ops->get_protocol_features(dev, features); in rte_vdpa_get_protocol_features()
25 int (*get_protocol_features)(struct rte_vdpa_device *dev, member
767 if (vdpa_dev->ops->get_protocol_features(vdpa_dev, in rte_vhost_driver_get_protocol_features()
138 next vDPA operations: ``get_features`` and ``get_protocol_features``.
459 .get_protocol_features = mlx5_vdpa_get_protocol_features,
365 * ``get_protocol_features``
1141 .get_protocol_features = ifcvf_get_protocol_features,