|
@@ -1268,7 +1268,7 @@ union xhci_trb {
|
|
* since the command ring is 64-byte aligned.
|
|
* since the command ring is 64-byte aligned.
|
|
* It must also be greater than 16.
|
|
* It must also be greater than 16.
|
|
*/
|
|
*/
|
|
-#define TRBS_PER_SEGMENT 256
|
|
|
|
|
|
+#define TRBS_PER_SEGMENT 64
|
|
/* Allow two commands + a link TRB, along with any reserved command TRBs */
|
|
/* Allow two commands + a link TRB, along with any reserved command TRBs */
|
|
#define MAX_RSVD_CMD_TRBS (TRBS_PER_SEGMENT - 3)
|
|
#define MAX_RSVD_CMD_TRBS (TRBS_PER_SEGMENT - 3)
|
|
#define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT*16)
|
|
#define TRB_SEGMENT_SIZE (TRBS_PER_SEGMENT*16)
|