|
iPXE
|
Scratchpad buffer. More...
#include <xhci.h>
Data Fields | |
| unsigned int | count |
| Number of page-sized scratchpad buffers. More... | |
| void * | buffer |
| Scratchpad buffer area. More... | |
| struct dma_mapping | buffer_map |
| Buffer DMA mapping. More... | |
| uint64_t * | array |
| Scratchpad array. More... | |
| struct dma_mapping | array_map |
| Array DMA mapping. More... | |
| unsigned int xhci_scratchpad::count |
Number of page-sized scratchpad buffers.
Definition at line 1054 of file xhci.h.
Referenced by xhci_init(), xhci_scratchpad_alloc(), and xhci_scratchpad_free().
| void* xhci_scratchpad::buffer |
Scratchpad buffer area.
Definition at line 1056 of file xhci.h.
Referenced by xhci_scratchpad_alloc(), and xhci_scratchpad_free().
| struct dma_mapping xhci_scratchpad::buffer_map |
Buffer DMA mapping.
Definition at line 1058 of file xhci.h.
Referenced by xhci_scratchpad_alloc(), and xhci_scratchpad_free().
| uint64_t* xhci_scratchpad::array |
Scratchpad array.
Definition at line 1060 of file xhci.h.
Referenced by xhci_scratchpad_alloc(), and xhci_scratchpad_free().
| struct dma_mapping xhci_scratchpad::array_map |
Array DMA mapping.
Definition at line 1062 of file xhci.h.
Referenced by xhci_scratchpad_alloc(), and xhci_scratchpad_free().
1.8.15