cxgbetool: Display the congestion channel map in hex.

MFC after:	1 week
This commit is contained in:
Navdeep Parhar 2014-02-06 02:36:12 +00:00
parent 454813ff9c
commit 632a44e83a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261534

View File

@ -1368,7 +1368,7 @@ show_sge_context(const struct t4_sge_context *p)
FIELD1("CngDBPHdr:", 6),
FIELD1("CngDBPData:", 5),
FIELD1("CngIMSG:", 4),
FIELD("CngChMap:", 0, 3),
{ "CngChMap:", 0, 3, 0, 1, 0},
{ NULL }
};
static struct field_desc t5_conm[] = {
@ -1377,7 +1377,7 @@ show_sge_context(const struct t4_sge_context *p)
FIELD1("CngDBPHdr:", 18),
FIELD1("CngDBPData:", 17),
FIELD1("CngIMSG:", 16),
FIELD("CngChMap:", 0, 15),
{ "CngChMap:", 0, 15, 0, 1, 0},
{ NULL }
};