virtqueue_add_buf(vq, sg, 3, 1, vml)
==>
(vq->vq_ops->add_buf(vq, sg, 3, 0, vml)
vml = vq->vq_ops->get_buf(vq, &len);
==>
vml = virtqueue_get_buf(vq, &len);
vq->vq_ops->kick(vq);
==>
virtqueue_kick(vq);
沒有留言:
張貼留言