Lines Matching refs:vqs
31 struct virtqueue *vqs[VSOCK_VQ_MAX]; member
100 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_send_pkt_work()
132 struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_send_pkt_work()
205 struct virtqueue *rx_vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_cancel_pkt()
229 vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_vsock_rx_fill()
259 vq = vsock->vqs[VSOCK_VQ_TX]; in virtio_transport_tx_work()
286 struct virtqueue *vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_more_replies()
302 vq = vsock->vqs[VSOCK_VQ_EVENT]; in virtio_vsock_event_fill_one()
320 virtqueue_kick(vsock->vqs[VSOCK_VQ_EVENT]); in virtio_vsock_event_fill()
364 vq = vsock->vqs[VSOCK_VQ_EVENT]; in virtio_transport_event_work()
384 virtqueue_kick(vsock->vqs[VSOCK_VQ_EVENT]); in virtio_transport_event_work()
486 vq = vsock->vqs[VSOCK_VQ_RX]; in virtio_transport_rx_work()
547 ret = virtio_find_vqs(vdev, VSOCK_VQ_MAX, vsock->vqs, callbacks, names, in virtio_vsock_vqs_init()
603 while ((skb = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_RX]))) in virtio_vsock_vqs_del()
608 while ((skb = virtqueue_detach_unused_buf(vsock->vqs[VSOCK_VQ_TX]))) in virtio_vsock_vqs_del()