Searched refs:vq_log (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/vhost/
H A Dnet.c290 struct vhost_log *vq_log; local
317 vq_log = unlikely(vhost_has_feature(&net->dev, VHOST_F_LOG_ALL)) ?
324 vq_log, &log);
381 if (unlikely(vq_log))
382 vhost_log_write(vq, vq_log, log, len);
400 struct vhost_log *vq_log; local
429 vq_log = unlikely(vhost_has_feature(&net->dev, VHOST_F_LOG_ALL)) ?
436 &in, vq_log, &log);
490 if (unlikely(vq_log))
491 vhost_log_write(vq, vq_log, lo
[all...]

Completed in 63 milliseconds