Searched refs:vq_log (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/vhost/ |
| H A D | scsi.c | 575 struct vhost_log *vq_log; in vhost_scsi_do_evt_work() local 588 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in vhost_scsi_do_evt_work() 599 vq_log, &log_num); in vhost_scsi_do_evt_work() 630 vhost_scsi_log_write(vq, vq_log, log_num); in vhost_scsi_do_evt_work() 1300 struct vhost_log *vq_log; in vhost_scsi_handle_vq() local 1317 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in vhost_scsi_handle_vq() 1321 ret = vhost_scsi_get_desc(vs, vq, &vc, vq_log, &log_num); in vhost_scsi_handle_vq() 1470 if (unlikely(vq_log && log_num)) { in vhost_scsi_handle_vq() 1471 ret = vhost_scsi_copy_cmd_log(vq, cmd, vq_log, log_num); in vhost_scsi_handle_vq() 1515 vhost_scsi_log_write(vq, vq_log, log_num); in vhost_scsi_handle_vq() [all …]
|
| H A D | net.c | 1138 struct vhost_log *vq_log; in handle_rx() local 1177 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in handle_rx() 1192 vhost_len, &in, vq_log, &log, in handle_rx() 1273 if (unlikely(vq_log)) in handle_rx() 1274 vhost_log_write(vq, vq_log, log, vhost_len, in handle_rx()
|