OpenCloudOS-Kernel/drivers/net/qlcnic
Rajesh Borundia b0044bcfa9 qlcnic: avoid using reset_devices as it may become obsolete.
In kdump environment do not depend upon reset_devices parameter
to reset the pci function as this parameter may become obsolete.
Instead use an adapter specific mechanism to determine if the pci
function needs to be reset.

Per function refcount is maintained in driver, which is set in probe
and reset in remove handler of adapter. If the probe detects the count
as non zero then reset the function.

Signed-off-by: Rajesh Borundia <rajesh.borundia@qlogic.com>
Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-11-28 10:47:16 -08:00
..
Makefile qlcnic: Qlogic ethernet driver for CNA devices 2010-01-16 01:17:15 -08:00
qlcnic.h qlcnic: avoid using reset_devices as it may become obsolete. 2010-11-28 10:47:16 -08:00
qlcnic_ctx.c qlcnic: avoid using reset_devices as it may become obsolete. 2010-11-28 10:47:16 -08:00
qlcnic_ethtool.c qlcnic: lro off message log from set rx checsum 2010-11-17 11:49:26 -08:00
qlcnic_hdr.h qlcnic: avoid using reset_devices as it may become obsolete. 2010-11-28 10:47:16 -08:00
qlcnic_hw.c qlcnic: change all P3 references to P3P 2010-10-08 13:59:11 -07:00
qlcnic_init.c drivers/net: use vzalloc() 2010-11-27 22:53:38 -08:00
qlcnic_main.c qlcnic: avoid using reset_devices as it may become obsolete. 2010-11-28 10:47:16 -08:00