Lines Matching refs:vqs
30 struct virtqueue *vqs[VSOCK_VQ_MAX]; member
144 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_send_pkt_work()
186 struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_send_pkt_work()
273 struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_cancel_pkt()
297 vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_vsock_rx_fill()
337 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_tx_work()
364 struct virtqueue *vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_more_replies()
379 vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_rx_work()
433 vq = vsock->vqs[VSOCK_VQ_EVENT]; in virtio_vsock_event_fill_one()
451 virtqueue_kick(vsock->vqs[VSOCK_VQ_EVENT]); in virtio_vsock_event_fill()
491 vq = vsock->vqs[VSOCK_VQ_EVENT]; in virtio_transport_event_work()
511 virtqueue_kick(vsock->vqs[VSOCK_VQ_EVENT]); in virtio_transport_event_work()
624 vsock->vqs, callbacks, names, in virtio_vsock_probe()
709 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_RX]))) in virtio_vsock_remove()
714 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_remove()