diff options
Diffstat (limited to 'drivers/usb/host/xhci.h')
-rw-r--r-- | drivers/usb/host/xhci.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index 752a500f8695..2882074eb2c8 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h | |||
@@ -799,6 +799,7 @@ struct xhci_bw_info { | |||
799 | /* Percentage of bus bandwidth reserved for non-periodic transfers */ | 799 | /* Percentage of bus bandwidth reserved for non-periodic transfers */ |
800 | #define FS_BW_RESERVED 10 | 800 | #define FS_BW_RESERVED 10 |
801 | #define HS_BW_RESERVED 20 | 801 | #define HS_BW_RESERVED 20 |
802 | #define SS_BW_RESERVED 10 | ||
802 | 803 | ||
803 | struct xhci_virt_ep { | 804 | struct xhci_virt_ep { |
804 | struct xhci_ring *ring; | 805 | struct xhci_ring *ring; |
@@ -869,6 +870,8 @@ struct xhci_interval_bw_table { | |||
869 | struct xhci_interval_bw interval_bw[XHCI_MAX_INTERVAL]; | 870 | struct xhci_interval_bw interval_bw[XHCI_MAX_INTERVAL]; |
870 | /* Includes reserved bandwidth for async endpoints */ | 871 | /* Includes reserved bandwidth for async endpoints */ |
871 | unsigned int bw_used; | 872 | unsigned int bw_used; |
873 | unsigned int ss_bw_in; | ||
874 | unsigned int ss_bw_out; | ||
872 | }; | 875 | }; |
873 | 876 | ||
874 | 877 | ||