Lines Matching refs:vqs
30 struct virtqueue *vqs[VSOCK_VQ_MAX]; member
99 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_send_pkt_work()
141 struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_send_pkt_work()
229 struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_cancel_pkt()
253 vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_vsock_rx_fill()
293 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_tx_work()
320 struct virtqueue *vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_more_replies()
336 vq = vsock->vqs[VSOCK_VQ_EVENT]; in virtio_vsock_event_fill_one()
354 virtqueue_kick(vsock->vqs[VSOCK_VQ_EVENT]); in virtio_vsock_event_fill()
397 vq = vsock->vqs[VSOCK_VQ_EVENT]; in virtio_transport_event_work()
417 virtqueue_kick(vsock->vqs[VSOCK_VQ_EVENT]); in virtio_transport_event_work()
497 vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_rx_work()
579 vsock->vqs, callbacks, names, in virtio_vsock_probe()
661 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_RX]))) in virtio_vsock_remove()
666 while ((pkt = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_remove()