Use correct CTR<n> variant.

This commit is contained in:
Navdeep Parhar 2016-09-03 18:54:26 +00:00
parent 74191470e8
commit 5a63431265
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305359

View File

@ -355,7 +355,7 @@ do_rx_iscsi_ddp(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m)
val = be32toh(cpl->ddpvld);
#if 0
CTR4(KTR_CXGBE,
CTR5(KTR_CXGBE,
"%s: tid %u, cpl->len %u, ddpvld 0x%08x, icp_flags 0x%08x",
__func__, tid, pdu_len, val, icp->icp_flags);
#endif