mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-03 09:55:01 +00:00
DM USB: xHCI: add 'chained' field in struct usb_data_xfer_block
The chained field could help to describe the relationship of USB data blocks. Tracked-On: #3054 Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
committed by
ACRN System Integration
parent
f2e35ab701
commit
adaed5c0e3
@@ -155,6 +155,7 @@ struct usb_data_xfer_block {
|
||||
enum usb_xfer_blk_stat processed; /* processed status */
|
||||
void *hci_data; /* HCI private reference */
|
||||
int ccs;
|
||||
int chained;
|
||||
uint32_t streamid;
|
||||
uint64_t trbnext; /* next TRB guest address */
|
||||
};
|
||||
|
Reference in New Issue
Block a user