Searched refs:c_ivq (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/char/
H A Dvirtio_console.c146 struct virtqueue *c_ivq, *c_ovq; member in struct:ports_device
1671 vq = portdev->c_ivq;
1683 if (add_inbuf(portdev->c_ivq, buf) < 0) {
1868 portdev->c_ivq = vqs[j];
2038 err = fill_queue(portdev->c_ivq, &portdev->c_ivq_lock);
2110 virtqueue_disable_cb(portdev->c_ivq);
2118 virtqueue_disable_cb(portdev->c_ivq);
2150 fill_queue(portdev->c_ivq, &portdev->c_ivq_lock);

Completed in 234 milliseconds