aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.h
diff options
context:
space:
mode:
authorDong Nguyen <Dong.Nguyen@amd.com>2010-07-21 19:56:08 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-10 17:35:40 -0400
commit43b86af83da7db8b2c6d85ca970203950e5bad88 (patch)
treedce6f46e7902bb295d2520c5ef9d3191e1e31489 /drivers/usb/host/xhci.h
parent13dd0c9767349b280cf131c34461f85e5effc42a (diff)
USB: xHCI: Supporting MSI/MSI-X
Enable MSI/MSI-X supporting in xhci driver. Provide the mechanism to fall back using MSI and Legacy IRQs if MSI-X IRQs register failed. Signed-off-by: Dong Nguyen <Dong.Nguyen@amd.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>, Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/xhci.h')
-rw-r--r--drivers/usb/host/xhci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h
index 6c7e3430ec93..5bc03d1c2beb 100644
--- a/drivers/usb/host/xhci.h
+++ b/drivers/usb/host/xhci.h
@@ -1130,7 +1130,7 @@ struct xhci_hcd {
1130 int page_size; 1130 int page_size;
1131 /* Valid values are 12 to 20, inclusive */ 1131 /* Valid values are 12 to 20, inclusive */
1132 int page_shift; 1132 int page_shift;
1133 /* only one MSI vector for now, but might need more later */ 1133 /* msi-x vectors */
1134 int msix_count; 1134 int msix_count;
1135 struct msix_entry *msix_entries; 1135 struct msix_entry *msix_entries;
1136 /* data structures */ 1136 /* data structures */