Mark Lord fcfb1f77ce sata_mv: simplify request/response queue handling
Try and simplify handling of the request/response queues.

Maintain the cached copies of queue indexes in a fully-masked state,
rather than having each use of them have to do the masking.

Split off handling of a single crpb response into a separate function,
to reduce complexity in the main mv_process_crpb_entries() routine.

Ignore the rarely-valid error bits from the crpb status field,
as we already handle that information in mv_err_intr().

For now, preserve the rest of the original logic.
A later patch will deal with fixing that separately.

Signed-off-by: Mark Lord <mlord@pobox.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-04-25 01:25:48 -04:00
..
2008-04-22 13:38:03 -07:00
2008-03-13 22:53:29 +01:00
2008-02-05 09:44:23 -08:00
2008-04-21 22:38:45 +00:00
2008-04-19 20:40:10 -04:00
2008-04-24 23:15:43 +02:00
2008-03-03 10:47:13 -08:00
2008-02-26 14:12:09 +09:00
2008-04-23 21:25:35 -04:00
2008-04-07 13:14:22 -07:00
2008-03-04 16:35:12 -08:00
2008-04-04 18:36:46 +02:00