Searched refs:vq_log (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | net.c | 1111 struct vhost_log *vq_log; in handle_rx() local 1148 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in handle_rx() 1160 vhost_len, &in, vq_log, &log, in handle_rx() 1237 if (unlikely(vq_log)) in handle_rx() 1238 vhost_log_write(vq, vq_log, log, vhost_len, in handle_rx()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | net.c | 1120 struct vhost_log *vq_log; in handle_rx() local 1157 vq_log = unlikely(vhost_has_feature(vq, VHOST_F_LOG_ALL)) ? in handle_rx() 1169 vhost_len, &in, vq_log, &log, in handle_rx() 1246 if (unlikely(vq_log)) in handle_rx() 1247 vhost_log_write(vq, vq_log, log, vhost_len, in handle_rx()
|
Completed in 5 milliseconds