summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorBill Taylor <Bill.Taylor@Sun.COM>2009-11-09 12:55:24 -0800
committerBill Taylor <Bill.Taylor@Sun.COM>2009-11-09 12:55:24 -0800
commit80ba55855aa63819ae7c0d4f91482199f613ce6b (patch)
treeb250c946bd3ffca63b26921d06e71f0383e208b5 /usr
parent7363c184fede3193ea9aaf8446644dfaefdad5cb (diff)
downloadillumos-gate-80ba55855aa63819ae7c0d4f91482199f613ce6b.tar.gz
6863983 NFS/RDMA - 1 client, 2 servers - Hermon Device Errors seen (CQE local protection error)
Diffstat (limited to 'usr')
-rw-r--r--usr/src/uts/common/io/ib/adapters/hermon/hermon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/ib/adapters/hermon/hermon.c b/usr/src/uts/common/io/ib/adapters/hermon/hermon.c
index 6026386473..919ff43331 100644
--- a/usr/src/uts/common/io/ib/adapters/hermon/hermon.c
+++ b/usr/src/uts/common/io/ib/adapters/hermon/hermon.c
@@ -2956,7 +2956,7 @@ hermon_inithca_set(hermon_state_t *state, hermon_hw_initqueryhca_t *inithca)
inithca->context.rdmardc_baseaddr_l =
(icm[i].icm_baseaddr & 0xFFFFFFFF) >> 5;
inithca->context.log_num_rdmardc =
- icm[i].log_num_entries;
+ cfg->cp_log_num_rdb - cfg->cp_log_num_qp;
break;
case HERMON_MCG: