Home
last modified time | relevance | path

Searched refs:VHOST_F_LOG_ALL (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/include/linux/
Dvhost.h126 #define VHOST_F_LOG_ALL 26 macro
/linux-2.6.39/drivers/vhost/
Dvhost.h167 (1 << VHOST_F_LOG_ALL) |
Dtest.c232 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_test_set_features()
Dnet.c322 vq_log = unlikely(vhost_has_feature(&net->dev, VHOST_F_LOG_ALL)) ? in handle_rx()
697 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_net_set_features()
Dvhost.c524 vhost_has_feature(vq->dev, VHOST_F_LOG_ALL)) && in vq_log_access_ok()
561 vhost_has_feature(d, VHOST_F_LOG_ALL))) { in vhost_set_memory()