In case of kdump environment the function may be in unknown state.
Reset the function using PCI FLR before initializing it.

Signed-off-by: Rajesh Borundia <rajesh.borundia@qlogic.com>
Signed-off-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Rajesh Borundia 2010-11-16 14:08:06 +00:00 коммит произвёл David S. Miller
Родитель 2abea2f0a5
Коммит c21fd48c22
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -480,6 +480,9 @@ int qlcnic_fw_create_ctx(struct qlcnic_adapter *adapter)
{
int err;
if (reset_devices)
pci_reset_function(adapter->pdev);
err = qlcnic_fw_cmd_create_rx_ctx(adapter);
if (err)
return err;