|
iPXE
|
A USB interrupt ring buffer. More...
#include <usbio.h>
Data Fields | |
| struct usbio_endpoint * | endpoint |
| USB I/O endpoint. More... | |
| unsigned int | prod |
| Producer counter. More... | |
| unsigned int | cons |
| Consumer counter. More... | |
| void * | data [USBIO_INTR_COUNT] |
| Data buffers. More... | |
| size_t | len [USBIO_INTR_COUNT] |
| Lengths. More... | |
| struct usbio_endpoint* usbio_interrupt_ring::endpoint |
| void* usbio_interrupt_ring::data[USBIO_INTR_COUNT] |
| size_t usbio_interrupt_ring::len[USBIO_INTR_COUNT] |
1.8.15