Use correct CTR<n> variant.

This commit is contained in:
np 2016-09-03 18:54:26 +00:00
parent 396ee48cd2
commit e3b310dd0a

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