tx_vq              87 drivers/vhost/vsock.c 	struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX];
tx_vq             211 drivers/vhost/vsock.c 				if (val + 1 == tx_vq->num)
tx_vq             225 drivers/vhost/vsock.c 		vhost_poll_queue(&tx_vq->poll);
tx_vq             300 drivers/vhost/vsock.c 		struct vhost_virtqueue *tx_vq = &vsock->vqs[VSOCK_VQ_TX];
tx_vq             304 drivers/vhost/vsock.c 		if (new_cnt + cnt >= tx_vq->num && new_cnt < tx_vq->num)
tx_vq             305 drivers/vhost/vsock.c 			vhost_poll_queue(&tx_vq->poll);