mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
DM USB: xHCI: rename some variables about ERST
This patch only changes some names of varaibles about Event Ring Segement Table (ERST), and doesn't modify any code logic. Tracked-On: #3628 Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
@@ -399,10 +399,11 @@ struct xhci_dev_endpoint_trbs {
|
||||
XHCI_MAX_TRANSFERS) + XHCI_MAX_STREAMS];
|
||||
};
|
||||
|
||||
struct xhci_event_ring_seg {
|
||||
volatile uint64_t qwEvrsTablePtr;
|
||||
volatile uint32_t dwEvrsTableSize;
|
||||
volatile uint32_t dwEvrsReserved;
|
||||
|
||||
struct xhci_erst {
|
||||
volatile uint64_t qwRingSegBase;
|
||||
volatile uint32_t dwRingSegSize;
|
||||
volatile uint32_t dwRingSegRsv;
|
||||
};
|
||||
|
||||
#endif /* _XHCI_H_ */
|
||||
|
Reference in New Issue
Block a user