Home
last modified time | relevance | path

Searched refs:acked_backend_features (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/vhost/
H A Dvhost.h137 u64 acked_backend_features; member
300 return vq->acked_backend_features & (1ULL << bit); in vhost_backend_has_feature()
H A Dvhost.c388 vq->acked_backend_features = 0; in vhost_vq_reset()
3003 vq->acked_backend_features = features; in vhost_set_backend_features()