Lines Matching defs:in_vq
177 * To protect the operations on the in_vq associated with this
187 struct virtqueue *in_vq, *out_vq;
317 if (port->in_vq == vq || port->out_vq == vq)
470 buf = virtqueue_get_buf(port->in_vq, &len);
514 if (add_inbuf(port->in_vq, buf) < 0) {
689 if (add_inbuf(port->in_vq, buf) < 0)
1154 BUG_ON(!port->in_vq);
1385 port->in_vq = portdev->in_vqs[port->id];
1422 err = fill_queue(port->in_vq, &port->inbuf_lock);
2169 virtqueue_disable_cb(port->in_vq);
2201 port->in_vq = portdev->in_vqs[port->id];
2204 fill_queue(port->in_vq, &port->inbuf_lock);