Searched refs:c_ivq (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/char/
H A Dvirtio_console.c135 struct virtqueue *c_ivq, *c_ovq; member in struct:ports_device
1284 vq = portdev->c_ivq;
1296 if (add_inbuf(portdev->c_ivq, buf) < 0) {
1463 portdev->c_ivq = vqs[j];
1564 nr_added_bufs = fill_queue(portdev->c_ivq, &portdev->cvq_lock);
1614 while ((buf = virtqueue_get_buf(portdev->c_ivq, &len)))
1617 while ((buf = virtqueue_detach_unused_buf(portdev->c_ivq)))

Completed in 41 milliseconds