Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
|
|
4.2.0-rc2 |
callback descriptor More...
#include <virtqueue.h>
Data Fields | |
virtq_receive_callback | cb |
callback function pointer | |
void * | opaque |
argument passed to the callback function |
callback descriptor
contains callback function ad its argument, invoked after virtio device return descriptor chain its associated with
virtq_receive_callback virtq_receive_callback_entry::cb |
callback function pointer
void* virtq_receive_callback_entry::opaque |
argument passed to the callback function