iPXE
|
Device context base address array. More...
#include <xhci.h>
Data Fields | |
uint64_t * | context |
Context base addresses. More... | |
struct dma_mapping | map |
DMA mapping. More... | |
uint64_t* xhci_dcbaa::context |
Context base addresses.
Definition at line 1047 of file xhci.h.
Referenced by xhci_dcbaa_alloc(), xhci_dcbaa_free(), xhci_device_close(), xhci_device_open(), xhci_fail(), xhci_scratchpad_alloc(), and xhci_scratchpad_free().
struct dma_mapping xhci_dcbaa::map |
DMA mapping.
Definition at line 1049 of file xhci.h.
Referenced by xhci_dcbaa_alloc(), and xhci_dcbaa_free().