qed: Don't over-do producer cleanup for Rx
Orabug:
25477939
Before requesting the firmware to start Rx queues,
driver goes and sets the queue producer in the device to 0.
But while the producer is 32-bit, the driver currently clears 64 bits,
effectively zeroing an additional CID's producer as well.
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit
b21290b77f78f62e3f41ef876bfadacd65c83980)
Signed-off-by: Brian Maly <brian.maly@oracle.com>