Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dvhost.h140 #define VHOST_F_LOG_ALL 26 macro
/linux-4.4.14/drivers/vhost/
Dvhost.h176 (1ULL << VHOST_F_LOG_ALL) |
Dtest.c247 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_test_set_features()
Dnet.c552 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in handle_rx()
1014 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_net_set_features()
Dvhost.c615 log = log_all || vhost_has_feature(d->vqs[i], VHOST_F_LOG_ALL); in memory_access_ok()
657 vhost_has_feature(vq, VHOST_F_LOG_ALL)) && in vq_log_access_ok()
Dscsi.c1396 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_scsi_set_features()