Lines Matching refs:driver_features
130 u64 driver_features;
139 driver_features = pds_vdpa_get_driver_features(vdpa_dev);
140 if (driver_features & BIT_ULL(VIRTIO_F_RING_PACKED))
177 u64 driver_features;
186 driver_features = pds_vdpa_get_driver_features(vdpa_dev);
187 if (driver_features & BIT_ULL(VIRTIO_F_RING_PACKED)) {
227 u64 driver_features;
239 driver_features = pds_vdpa_get_driver_features(vdpa_dev);
240 if (driver_features & BIT_ULL(VIRTIO_F_RING_PACKED)) {
302 u64 driver_features;
321 driver_features = pds_vdpa_get_driver_features(vdpa_dev);
324 __func__, driver_features, nego_features);
331 if (driver_features == nego_features)