Lines Matching defs:in_vq
183 * To protect the operations on the in_vq associated with this
193 struct virtqueue *in_vq, *out_vq;
323 if (port->in_vq == vq || port->out_vq == vq)
476 buf = virtqueue_get_buf(port->in_vq, &len);
520 if (add_inbuf(port->in_vq, buf) < 0) {
695 if (add_inbuf(port->in_vq, buf) < 0)
1160 BUG_ON(!port->in_vq);
1388 port->in_vq = portdev->in_vqs[port->id];
1425 err = fill_queue(port->in_vq, &port->inbuf_lock);
2166 virtqueue_disable_cb(port->in_vq);
2198 port->in_vq = portdev->in_vqs[port->id];
2201 fill_queue(port->in_vq, &port->inbuf_lock);