Lines Matching refs:vqs
31 struct virtqueue *vqs[VSOCK_VQ_MAX]; member
128 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_send_pkt_work()
170 struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_send_pkt_work()
247 struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_cancel_pkt()
267 vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_vsock_rx_fill()
306 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_tx_work()
327 struct virtqueue *vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_more_replies()
342 vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_rx_work()
393 vq = vsock->vqs[VSOCK_VQ_EVENT]; in virtio_vsock_event_fill_one()
411 virtqueue_kick(vsock->vqs[VSOCK_VQ_EVENT]); in virtio_vsock_event_fill()
451 vq = vsock->vqs[VSOCK_VQ_EVENT]; in virtio_transport_event_work()
468 virtqueue_kick(vsock->vqs[VSOCK_VQ_EVENT]); in virtio_transport_event_work()
580 vsock->vqs, callbacks, names, in virtio_vsock_probe()
643 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_RX]))) in virtio_vsock_remove()
648 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_remove()