// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) /* QLogic qed NIC Driver * Copyright (c) 2015-2016 QLogic Corporation * Copyright (c) 2019-2020 Marvell International Ltd. */ #include <linux/crc32.h> #include "qed.h" #include "qed_dev_api.h" #include "qed_mcp.h" #include "qed_sp.h" #include "qed_selftest.h" int qed_selftest_memory(struct qed_dev *cdev) { … } int qed_selftest_interrupt(struct qed_dev *cdev) { … } int qed_selftest_register(struct qed_dev *cdev) { … } int qed_selftest_clock(struct qed_dev *cdev) { … } int qed_selftest_nvram(struct qed_dev *cdev) { … }