aboutsummaryrefslogtreecommitdiff
path: root/include/phb3.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/phb3.h')
-rw-r--r--include/phb3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/phb3.h b/include/phb3.h
index 3accd9e..b2aae15 100644
--- a/include/phb3.h
+++ b/include/phb3.h
@@ -212,6 +212,7 @@ enum phb3_state {
PHB3_STATE_HRESET_DELAY2,
/* Fundamental reset */
+ PHB3_STATE_FRESET_START,
PHB3_STATE_FRESET_ASSERT_DELAY,
PHB3_STATE_FRESET_DEASSERT_DELAY,
@@ -291,6 +292,7 @@ struct phb3 {
bool skip_perst; /* Skip first perst */
bool has_link;
enum phb3_state state;
+ enum phb3_state retry_state;
uint64_t delay_tgt_tb;
uint64_t retries;
int64_t ecap; /* cached PCI-E cap offset */