Zephyr Project API 4.1.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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: