|
@@ -528,9 +528,10 @@ static struct octeon_config_ptr {
|
|
|
};
|
|
|
|
|
|
static char oct_dev_state_str[OCT_DEV_STATES + 1][32] = {
|
|
|
- "BEGIN", "PCI-MAP-DONE", "DISPATCH-INIT-DONE",
|
|
|
+ "BEGIN", "PCI-ENABLE-DONE", "PCI-MAP-DONE", "DISPATCH-INIT-DONE",
|
|
|
"IQ-INIT-DONE", "SCBUFF-POOL-INIT-DONE", "RESPLIST-INIT-DONE",
|
|
|
- "DROQ-INIT-DONE", "IO-QUEUES-INIT-DONE", "CONSOLE-INIT-DONE",
|
|
|
+ "DROQ-INIT-DONE", "MBOX-SETUP-DONE", "MSIX-ALLOC-VECTOR-DONE",
|
|
|
+ "INTR-SET-DONE", "IO-QUEUES-INIT-DONE", "CONSOLE-INIT-DONE",
|
|
|
"HOST-READY", "CORE-READY", "RUNNING", "IN-RESET",
|
|
|
"INVALID"
|
|
|
};
|