Home
last modified time | relevance | path

Searched refs:acked_backend_features (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/vhost/
H A Dvhost.h125 u64 acked_backend_features; member
285 return vq->acked_backend_features & (1ULL << bit); in vhost_backend_has_feature()
H A Dvhost.c330 vq->acked_backend_features = 0; in vhost_vq_reset()
2628 vq->acked_backend_features = features; in vhost_set_backend_features()
/kernel/linux/linux-6.6/drivers/vhost/
H A Dvhost.h135 u64 acked_backend_features; member
298 return vq->acked_backend_features & (1ULL << bit); in vhost_backend_has_feature()
H A Dvhost.c380 vq->acked_backend_features = 0; in vhost_vq_reset()
2915 vq->acked_backend_features = features; in vhost_set_backend_features()

Completed in 9 milliseconds