RDMA/cxgb4: Bump tcam_full stat and WR reply timeout

Always bump the tcam_full stat. Also, bump wr reply timeout to 30 seconds.

Signed-off-by: Vipul Pandya <vipul@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Vipul Pandya
2013-03-14 05:09:03 +00:00
committed by David S. Miller
parent 0e5eca791c
commit 3b174d942c
2 changed files with 2 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ static inline int c4iw_num_stags(struct c4iw_rdev *rdev)
return min((int)T4_MAX_NUM_STAG, (int)(rdev->lldi.vr->stag.size >> 5));
}
#define C4IW_WR_TO (10*HZ)
#define C4IW_WR_TO (30*HZ)
struct c4iw_wr_wait {
struct completion completion;