linux/drivers/staging/qlge
Coiby Xu 953b940093 staging: qlge: Initialize devlink health dump framework
Initialize devlink health dump framework for the qlge driver so the
coredump could be done via devlink.

struct qlge_adapter is now used as the private data structure of
struct devlink so it could exist independently of struct net_device
and devlink reload could be supported in the future. The private data
of PCIe driver now points to qlge_adapter.

Since devlink_alloc will zero out struct qlge_adapter, memset in
qlge_init_device is not necessary.

Signed-off-by: Coiby Xu <coiby.xu@gmail.com>
Link: https://lore.kernel.org/r/20210123104613.38359-3-coiby.xu@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-01-29 16:54:20 +01:00
..
Kconfig staging: qlge: Initialize devlink health dump framework 2021-01-29 16:54:20 +01:00
Makefile staging: qlge: Initialize devlink health dump framework 2021-01-29 16:54:20 +01:00
qlge_dbg.c staging: qlge: use qlge_* prefix to avoid namespace clashes with other qlogic drivers 2021-01-29 16:54:20 +01:00
qlge_devlink.c staging: qlge: Initialize devlink health dump framework 2021-01-29 16:54:20 +01:00
qlge_devlink.h staging: qlge: Initialize devlink health dump framework 2021-01-29 16:54:20 +01:00
qlge_ethtool.c staging: qlge: Initialize devlink health dump framework 2021-01-29 16:54:20 +01:00
qlge_main.c staging: qlge: Initialize devlink health dump framework 2021-01-29 16:54:20 +01:00
qlge_mpi.c staging: qlge: use qlge_* prefix to avoid namespace clashes with other qlogic drivers 2021-01-29 16:54:20 +01:00
qlge.h staging: qlge: Initialize devlink health dump framework 2021-01-29 16:54:20 +01:00
TODO staging: qlge: use qlge_* prefix to avoid namespace clashes with other qlogic drivers 2021-01-29 16:54:20 +01:00