Changeset 0180c67 in mainline for uspace/lib/virtio/virtio-pci.h


Ignore:
Timestamp:
2018-05-22T19:06:50Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7bf16b7e
Parents:
eda41a9e
git-author:
Jakub Jermar <jakub@…> (2018-05-19 19:27:18)
git-committer:
Jakub Jermar <jakub@…> (2018-05-22 19:06:50)
Message:

Separate buffers from virtqueues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/virtio/virtio-pci.h

    reda41a9e r0180c67  
    144144        virtq_used_t *used;
    145145
    146         /**
    147          * Queue-size-sized array of virtual addresses of the atcual DMA
    148          * buffers.
    149          */
    150         void **buffers;
    151 
    152146        /** Address of the queue's notification register */
    153147        ioport16_t *notify;
     
    180174} virtio_dev_t;
    181175
    182 extern errno_t virtio_virtq_setup(virtio_dev_t *, uint16_t, uint16_t, size_t,
    183     uint16_t);
     176extern errno_t virtio_virtq_setup(virtio_dev_t *, uint16_t, uint16_t);
    184177extern void virtio_virtq_teardown(virtio_dev_t *, uint16_t);
    185178
Note: See TracChangeset for help on using the changeset viewer.