Searched refs:VHOST_F_LOG_ALL (Results 1 – 7 of 7) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | vhost_types.h | 173 #define VHOST_F_LOG_ALL 26 macro
|
| /linux/drivers/vhost/ |
| H A D | scsi.c | 404 if (likely(!vhost_has_feature(vq, VHOST_F_LOG_ALL))) in vhost_scsi_log_write() 590 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in vhost_scsi_do_evt_work() 1320 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in vhost_scsi_handle_vq() 1697 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in vhost_scsi_ctl_handle_vq() 2235 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_scsi_set_features() 2244 is_log = features & (1 << VHOST_F_LOG_ALL); in vhost_scsi_set_features() 2248 was_log = vhost_has_feature(&vs->vqs[0].vq, VHOST_F_LOG_ALL); in vhost_scsi_set_features()
|
| H A D | test.c | 252 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_test_set_features()
|
| H A D | vhost.h | 295 VHOST_F_LOG_ALL, \
|
| H A D | vsock.c | 816 if ((features & (1 << VHOST_F_LOG_ALL)) && in vhost_vsock_set_features()
|
| H A D | net.c | 1179 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in handle_rx() 1685 if (virtio_features_test_bit(features, VHOST_F_LOG_ALL) && in vhost_net_set_features()
|
| H A D | vhost.c | 1308 log = log_all || vhost_has_feature(d->vqs[i], VHOST_F_LOG_ALL); in memory_access_ok() 1956 vhost_has_feature(vq, VHOST_F_LOG_ALL)) && in vq_log_access_ok()
|