|
@@ -5071,6 +5071,10 @@ static int be_resume(struct pci_dev *pdev)
|
|
if (status)
|
|
if (status)
|
|
return status;
|
|
return status;
|
|
|
|
|
|
|
|
+ status = be_cmd_reset_function(adapter);
|
|
|
|
+ if (status)
|
|
|
|
+ return status;
|
|
|
|
+
|
|
be_intr_set(adapter, true);
|
|
be_intr_set(adapter, true);
|
|
/* tell fw we're ready to fire cmds */
|
|
/* tell fw we're ready to fire cmds */
|
|
status = be_cmd_fw_init(adapter);
|
|
status = be_cmd_fw_init(adapter);
|