Zephyr API Documentation 4.2.0-rc2
A Scalable Open Source RTOS
 4.2.0-rc2
virtq_receive_callback_entry Struct Reference

callback descriptor More...

#include <virtqueue.h>

Data Fields

virtq_receive_callback cb
 callback function pointer
void * opaque
 argument passed to the callback function

Detailed Description

callback descriptor

contains callback function ad its argument, invoked after virtio device return descriptor chain its associated with

Field Documentation

◆ cb

virtq_receive_callback virtq_receive_callback_entry::cb

callback function pointer

◆ opaque

void* virtq_receive_callback_entry::opaque

argument passed to the callback function


The documentation for this struct was generated from the following file: