Searched refs:recovery_state (Results 1 – 2 of 2) sorted by relevance
382 (sc->recovery_state != BNX2X_RECOVERY_DONE && in bnx2x_issue_dmae_with_comp()383 sc->recovery_state != BNX2X_RECOVERY_NIC_LOADING)) { in bnx2x_issue_dmae_with_comp()2021 if (IS_PF(sc) && sc->recovery_state != BNX2X_RECOVERY_DONE && in bnx2x_nic_unload()2031 sc->recovery_state = BNX2X_RECOVERY_DONE; in bnx2x_nic_unload()4130 sc->recovery_state = BNX2X_RECOVERY_INIT; in bnx2x_attn_int_deasserted()7524 sc->recovery_state = BNX2X_RECOVERY_FAILED; in bnx2x_init()7538 sc->recovery_state = BNX2X_RECOVERY_DONE; in bnx2x_init()11913 if (sc->recovery_state)11915 get_recovery_state(sc->recovery_state));
1155 int recovery_state; member