mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
cxgbe(4): Dump the mailbox contents in the same format as CH_DUMP_MBOX.
MFC after: 3 days Sponsored by: Chelsio Communications
This commit is contained in:
parent
f425ab8e50
commit
7cb574039b
1 changed files with 3 additions and 3 deletions
|
|
@ -333,9 +333,9 @@ int t4_wr_mbox_meat_timeout(struct adapter *adap, int mbox, const void *cmd,
|
|||
* presaged the firmware crashing ...
|
||||
*/
|
||||
if (ctl & F_MBMSGVALID) {
|
||||
CH_ERR(adap, "found VALID command in mbox %u: "
|
||||
"%llx %llx %llx %llx %llx %llx %llx %llx\n", mbox,
|
||||
(unsigned long long)t4_read_reg64(adap, data_reg),
|
||||
CH_ERR(adap, "found VALID command in mbox %u: %016llx %016llx "
|
||||
"%016llx %016llx %016llx %016llx %016llx %016llx\n",
|
||||
mbox, (unsigned long long)t4_read_reg64(adap, data_reg),
|
||||
(unsigned long long)t4_read_reg64(adap, data_reg + 8),
|
||||
(unsigned long long)t4_read_reg64(adap, data_reg + 16),
|
||||
(unsigned long long)t4_read_reg64(adap, data_reg + 24),
|
||||
|
|
|
|||
Loading…
Reference in a new issue