bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task().
authorMichael Chan <michael.chan@broadcom.com>
Fri, 30 Aug 2019 03:55:03 +0000 (23:55 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 30 Aug 2019 21:02:19 +0000 (14:02 -0700)
commitcbb51067a5f5fbae733283b67fc8013881eb4bb1
tree51d6e956ec2005db89519edcb257bf164557cacd
parentb4fff2079d1080af7dcad8ad0e80cc89e1ee000c
bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task().

This state handles driver initiated chip reset during error recovery.
Only the master function will perform this step during error recovery.
The next patch will add code to initiate this reset from the master
function.

Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnxt/bnxt.c