From: Manish Chopra Date: Thu, 15 Aug 2013 12:27:28 +0000 (-0400) Subject: qlcnic: Dump mailbox command data when a command times out X-Git-Tag: accepted/tizen/common/20141203.182822~1569^2~285 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b942f44aff0f9a4c7a6e276988d0527b4164ffc9;p=platform%2Fkernel%2Flinux-arm64.git qlcnic: Dump mailbox command data when a command times out Signed-off-by: Manish Chopra Signed-off-by: Sucheta Chakraborty Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c index 43b51a0..78ca755 100644 --- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c +++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic_83xx_hw.c @@ -3736,6 +3736,7 @@ static void qlcnic_83xx_mailbox_worker(struct work_struct *work) __func__, cmd->cmd_op, cmd->type, ahw->pci_func, ahw->op_mode); clear_bit(QLC_83XX_MBX_READY, &mbx->status); + qlcnic_dump_mbx(adapter, cmd); qlcnic_83xx_idc_request_reset(adapter, QLCNIC_FORCE_FW_DUMP_KEY); cmd->rsp_opcode = QLCNIC_RCODE_TIMEOUT;