|
@@ -2348,14 +2348,13 @@ int qlcnic_83xx_init(struct qlcnic_adapter *adapter, int pci_using_dac)
|
|
goto disable_intr;
|
|
goto disable_intr;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ INIT_DELAYED_WORK(&adapter->idc_aen_work, qlcnic_83xx_idc_aen_work);
|
|
|
|
+
|
|
err = qlcnic_83xx_setup_mbx_intr(adapter);
|
|
err = qlcnic_83xx_setup_mbx_intr(adapter);
|
|
if (err)
|
|
if (err)
|
|
goto disable_mbx_intr;
|
|
goto disable_mbx_intr;
|
|
|
|
|
|
qlcnic_83xx_clear_function_resources(adapter);
|
|
qlcnic_83xx_clear_function_resources(adapter);
|
|
-
|
|
|
|
- INIT_DELAYED_WORK(&adapter->idc_aen_work, qlcnic_83xx_idc_aen_work);
|
|
|
|
-
|
|
|
|
qlcnic_83xx_initialize_nic(adapter, 1);
|
|
qlcnic_83xx_initialize_nic(adapter, 1);
|
|
|
|
|
|
/* Configure default, SR-IOV or Virtual NIC mode of operation */
|
|
/* Configure default, SR-IOV or Virtual NIC mode of operation */
|