Gerd Hoffmann
0122f47279
usb-ehci: add queue data struct
...
Add EHCIQueue struct, move the fields needed to track the queue state
into that struct. Pass the new struct instead of ehci state down to
functions which handle the queue state. Lot of variable references have
changed due to that without an actual functional change.
Replace fetch_addr with two variables, one for async and one for
periodic schedule. Add functions to get and set the fetch address.
Use EHCIQueue->usb_status (old name: EHCIState->exec_status) directly in
ehci_execute_complete instead of passing around the status using a
parameters and the return value.
ehci_state_fetchqh returns a EHCIQueue struct now.
No change in behavior.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2011-06-14 12:36:29 +02:00
..
2011-06-08 12:15:43 -05:00
2011-06-08 10:39:32 +02:00
2011-05-08 10:59:05 +01:00
2011-05-19 11:06:49 +02:00
2011-04-12 21:51:51 +02:00
2011-04-10 14:00:14 +02:00
2011-04-22 14:41:40 -05:00
2011-03-21 09:23:23 +01:00
2011-04-22 14:41:40 -05:00
2011-04-15 18:25:41 +00:00
2011-03-21 09:23:23 +01:00
2011-03-22 07:42:08 +01:00
2011-04-20 13:01:04 +02:00
2011-03-06 23:37:17 +01:00
2011-03-21 21:28:38 +01:00
2011-04-22 14:41:40 -05:00
2011-04-22 14:41:41 -05:00
2011-04-15 18:25:41 +00:00
2011-04-15 18:25:41 +00:00
2011-03-21 09:23:23 +01:00
2011-05-28 16:20:43 +02:00
2011-04-15 18:25:41 +00:00
2011-05-08 10:09:59 +02:00
2011-04-15 18:25:41 +00:00
2011-03-21 09:23:23 +01:00
2011-05-26 11:55:02 +02:00
2011-05-08 10:02:18 +01:00
2011-04-01 19:07:49 -05:00
2011-04-04 00:29:24 +02:00
2011-04-01 19:07:48 -05:00
2011-04-07 13:56:45 +03:00
2011-04-20 12:59:15 +02:00
2011-04-15 18:25:41 +00:00
2011-04-22 14:41:41 -05:00
2011-03-21 09:23:23 +01:00
2011-04-15 18:25:41 +00:00
2011-04-18 11:46:01 -06:00
2011-05-06 08:19:25 +01:00
2011-05-06 08:19:25 +01:00
2011-04-15 18:16:34 +00:00
2011-05-26 12:14:17 +02:00
2011-03-21 09:23:23 +01:00
2011-04-15 18:25:41 +00:00
2011-04-07 13:51:48 +02:00
2011-04-22 14:41:43 -05:00
2011-03-13 13:35:21 +00:00
2011-03-06 20:10:58 +01:00
2011-04-26 13:14:49 +01:00
2011-04-26 13:14:49 +01:00
2011-04-26 13:14:49 +01:00
2011-03-06 20:10:58 +01:00
2011-04-15 18:25:41 +00:00
2011-04-22 14:41:41 -05:00
2011-03-21 09:23:23 +01:00
2011-04-22 14:41:40 -05:00
2011-03-21 09:23:23 +01:00
2011-03-21 09:23:23 +01:00
2011-04-07 13:51:48 +02:00
2011-04-15 18:25:41 +00:00
2011-05-05 16:10:08 +03:00
2011-04-27 20:04:51 +02:00
2011-03-06 19:01:31 +01:00
2011-03-06 19:01:31 +01:00
2011-04-15 18:25:41 +00:00
2011-05-02 09:38:35 -03:00
2011-05-08 10:02:17 +01:00
2011-04-15 18:25:41 +00:00
2011-03-07 13:42:37 +01:00
2011-03-07 13:42:36 +01:00
2011-03-07 13:42:36 +01:00
2011-03-07 13:42:36 +01:00
2011-03-07 13:42:36 +01:00
2011-03-07 13:42:37 +01:00
2011-03-07 13:42:36 +01:00
2011-03-07 13:42:36 +01:00
2011-03-07 13:42:36 +01:00
2011-03-21 09:23:23 +01:00
2011-05-26 12:14:17 +02:00
2011-04-22 14:41:40 -05:00
2011-04-22 14:41:43 -05:00
2011-04-22 14:41:43 -05:00
2011-04-15 18:25:41 +00:00
2011-04-22 14:41:43 -05:00
2011-03-21 09:23:23 +01:00
2011-04-04 10:26:53 +02:00
2011-04-04 10:26:53 +02:00
2011-05-03 10:48:40 +02:00
2011-04-04 10:26:53 +02:00
2011-05-03 10:48:40 +02:00
2011-04-13 07:41:19 -05:00
2011-04-04 10:26:53 +02:00
2011-05-03 10:48:40 +02:00
2011-04-04 10:26:53 +02:00
2011-04-04 10:26:53 +02:00
2011-04-04 10:26:53 +02:00
2011-05-03 10:48:40 +02:00
2011-05-03 10:48:40 +02:00
2011-04-09 23:52:16 +02:00
2011-04-09 23:52:16 +02:00
2011-04-07 13:51:48 +02:00
2011-03-21 09:23:23 +01:00
2011-04-22 14:41:40 -05:00
2011-03-21 09:23:23 +01:00
2011-05-06 08:19:25 +01:00
2011-05-06 08:19:25 +01:00
2011-05-08 10:02:17 +01:00
2011-06-03 22:12:40 +02:00
2011-04-10 14:30:39 +02:00
2011-04-22 14:41:43 -05:00
2011-04-18 11:46:01 -06:00
2011-03-21 09:23:23 +01:00
2011-03-21 09:23:23 +01:00
2011-04-15 18:25:41 +00:00
2011-03-21 09:23:23 +01:00
2011-05-08 10:10:02 +02:00
2011-06-07 13:52:30 -05:00
2011-05-08 10:10:00 +02:00
2011-03-28 18:34:22 +02:00
2011-05-26 11:57:09 +02:00
2011-03-28 18:34:22 +02:00
2011-05-08 10:02:16 +01:00
2011-03-28 18:34:22 +02:00
2011-05-12 08:08:12 -05:00
2011-05-06 08:19:25 +01:00
2011-05-08 10:02:18 +01:00
2011-03-28 18:34:22 +02:00
2011-05-08 10:02:18 +01:00
2011-05-08 10:02:18 +01:00
2011-05-05 16:39:47 +03:00
2011-04-01 22:35:25 +02:00
2011-03-21 09:23:23 +01:00
2011-03-19 08:43:22 +00:00
2011-03-11 15:24:37 +01:00
2011-03-21 09:23:23 +01:00
2011-05-29 11:58:28 +01:00
2011-04-22 14:41:43 -05:00
2011-05-22 22:31:45 +01:00
2011-04-22 14:41:41 -05:00
2011-04-22 14:41:41 -05:00
2011-05-08 10:02:17 +01:00
2011-05-08 10:02:17 +01:00
2011-03-06 19:01:29 +01:00
2011-05-08 10:02:18 +01:00
2011-04-22 14:41:42 -05:00
2011-03-21 09:23:23 +01:00
2011-04-15 18:25:41 +00:00
2011-04-07 13:51:48 +02:00
2011-04-07 13:51:48 +02:00
2011-04-07 13:51:48 +02:00
2011-04-01 18:34:57 +02:00
2011-05-09 22:31:37 +02:00
2011-04-01 18:34:55 +02:00
2011-06-03 12:42:19 +02:00
2011-05-12 00:24:52 +02:00
2011-03-06 19:01:30 +01:00
2011-04-22 14:41:40 -05:00
2011-03-03 15:06:03 +01:00
2011-02-25 12:13:38 +01:00
2011-04-22 14:41:40 -05:00
2011-04-22 14:41:43 -05:00
2011-03-03 15:04:51 +01:00
2011-03-10 03:11:47 +01:00
2011-03-21 09:23:23 +01:00
2011-04-22 14:41:41 -05:00
2011-03-03 15:13:42 +01:00
2011-04-28 11:03:07 +05:30
2011-04-07 14:25:53 +01:00
2011-05-03 15:35:48 +02:00
2011-06-06 09:14:42 +02:00
2011-04-12 21:51:50 +02:00
2011-05-22 22:31:45 +01:00
2011-05-06 08:19:25 +01:00
2011-05-20 17:35:12 +02:00
2011-05-20 17:35:12 +02:00
2011-05-20 17:35:13 +02:00
2011-03-21 09:23:23 +01:00
2011-06-05 15:05:35 +00:00
2011-05-26 12:14:17 +02:00
2011-05-26 12:14:17 +02:00
2011-05-26 12:14:17 +02:00
2011-05-22 22:31:45 +01:00
2011-03-21 09:23:23 +01:00
2011-06-07 13:52:30 -05:00
2011-05-08 10:02:16 +01:00
2011-04-12 21:51:50 +02:00
2011-04-09 23:52:16 +02:00
2011-04-09 23:52:16 +02:00
2011-03-21 09:23:23 +01:00
2011-05-20 17:56:03 +02:00
2011-05-20 17:56:03 +02:00
2011-05-09 22:31:37 +02:00
2011-04-01 18:34:57 +02:00
2011-05-09 22:31:37 +02:00
2011-05-26 12:14:17 +02:00
2011-04-01 18:34:56 +02:00
2011-05-09 22:31:37 +02:00
2011-04-08 11:32:21 +02:00
2011-03-21 09:23:23 +01:00
2011-04-01 18:34:57 +02:00
2011-05-08 10:02:16 +01:00
2011-04-22 14:41:42 -05:00
2011-04-22 14:41:42 -05:00
2011-04-20 12:59:15 +02:00
2011-04-20 12:59:15 +02:00
2011-05-06 08:19:25 +01:00
2011-03-13 14:44:21 +00:00
2011-04-07 13:51:48 +02:00
2011-04-22 14:41:42 -05:00
2011-04-22 14:41:42 -05:00
2011-04-22 14:41:40 -05:00
2011-05-08 10:02:17 +01:00
2011-04-22 14:41:40 -05:00
2011-04-15 18:25:41 +00:00
2011-04-15 18:25:41 +00:00
2011-04-15 18:25:41 +00:00
2011-04-15 18:25:41 +00:00
2011-04-15 18:25:41 +00:00
2011-03-21 09:23:23 +01:00
2011-03-21 09:23:23 +01:00
2011-03-21 09:23:23 +01:00
2011-04-15 18:25:41 +00:00
2011-03-06 20:10:58 +01:00
2011-05-26 11:55:02 +02:00
2011-05-26 11:55:02 +02:00
2011-05-26 11:55:02 +02:00
2011-05-26 11:55:02 +02:00
2011-06-14 12:36:29 +02:00
2011-05-26 11:55:02 +02:00
2011-05-26 11:55:03 +02:00
2011-05-31 08:20:56 -05:00
2011-05-26 11:55:03 +02:00
2011-05-26 11:55:02 +02:00
2011-05-26 11:55:03 +02:00
2011-05-26 11:55:02 +02:00
2011-05-26 11:55:03 +02:00
2011-05-26 11:55:02 +02:00
2011-05-26 11:55:03 +02:00
2011-05-26 11:55:03 +02:00
2011-04-01 22:42:25 +02:00
2011-04-03 18:04:36 +02:00
2011-06-07 13:52:10 -05:00
2011-03-21 09:23:23 +01:00
2011-04-07 13:30:15 +03:00
2011-04-15 18:25:41 +00:00
2011-04-07 15:55:06 +02:00
2011-05-27 15:50:56 +05:30
2011-03-21 09:23:23 +01:00
2011-06-01 10:23:58 -07:00
2011-06-01 10:23:58 -07:00
2011-05-27 15:50:56 +05:30
2011-05-27 15:50:56 +05:30
2011-04-15 18:25:41 +00:00
2011-03-28 18:34:23 +02:00
2011-03-22 07:44:15 +01:00
2011-04-15 18:25:41 +00:00
2011-04-09 18:39:06 +02:00
2011-04-07 13:56:46 +03:00
2011-03-21 09:23:23 +01:00
2011-05-08 10:10:00 +02:00
2011-05-08 10:09:59 +02:00
2011-05-08 10:10:01 +02:00
2011-04-15 18:25:41 +00:00
2011-05-19 10:26:21 +02:00
2011-05-18 14:38:45 +02:00
2011-05-08 10:09:59 +02:00
2011-05-08 10:10:00 +02:00
2011-05-08 10:09:59 +02:00
2011-05-08 10:10:02 +02:00
2011-04-15 18:25:41 +00:00
2011-04-08 11:32:21 +02:00
2011-04-08 11:32:21 +02:00
2011-05-08 10:02:18 +01:00
2011-03-16 15:18:58 +01:00
2011-03-16 15:18:58 +01:00
2011-03-10 09:16:52 +01:00
2011-04-15 18:25:41 +00:00
2011-03-16 15:18:58 +01:00