linux_dsm_epyc7002/drivers/net/netxen
Rajesh Borundia 5a6f95e653 netxen: avoid using reset_devices as it may become obsolete
In kdump environment do not depend on reset_devices
parameter to reset the device as the parameter may become obsolete.
Instead use an adapter specific mechanism to determine if the device
needs a reset.

Driver maintains a count of number of pci functions probed
and decrements the count when remove handler of that pci function
is called. If the first probe, probe of function 0,
detects the count as non zero then reset the device.

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 netxen: fix license header 2010-01-15 01:37:25 -08:00
netxen_nic_ctx.c netxen: fix kdump 2010-10-28 11:47:53 -07:00
netxen_nic_ethtool.c netdev: Make ethtool_ops::set_flags() return -EINVAL for unsupported flags 2010-06-30 14:09:36 -07:00
netxen_nic_hdr.h netxen: remove unnecessary size checks 2010-05-12 23:02:30 -07:00
netxen_nic_hw.c netxen: make local function static. 2010-10-21 03:09:41 -07:00
netxen_nic_hw.h netxen: fix license header 2010-01-15 01:37:25 -08:00
netxen_nic_init.c drivers/net: use vzalloc() 2010-11-27 22:53:38 -08:00
netxen_nic_main.c netxen: avoid using reset_devices as it may become obsolete 2010-11-28 10:47:16 -08:00
netxen_nic.h netxen: make local function static. 2010-10-21 03:09:41 -07:00