cxgb3 - CQ context operations time out too soon.
authorDivy Le Ray <divy@chelsio.com>
Wed, 5 Sep 2007 22:58:30 +0000 (15:58 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:51:05 +0000 (16:51 -0700)
commitbb9366af7b4addb27156585baccadc4b6d30f223
tree2d22b563a7d4b531aa550e068aaae658a2d2fc08
parent1c17ae8af93bed203d9760702882e9f747a51912
cxgb3 - CQ context operations time out too soon.

Currently, the driver only tries up to 5 times (5us) to get the results
of a CQ context operation.  Testing has shown the chip can take as much
as 50us to return the response on SG_CONTEXT_CMD operations.  So we up
the retry count to 100 to cover high loads.

Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/cxgb3/t3_hw.c