// SPDX-License-Identifier: GPL-2.0 /* Copyright (c) 2018 Intel Corporation */ #include "igc.h" struct igc_reg_info { … }; static const struct igc_reg_info igc_reg_info_tbl[] = …; /* igc_regdump - register printout routine */ static void igc_regdump(struct igc_hw *hw, struct igc_reg_info *reginfo) { … } /* igc_rings_dump - Tx-rings and Rx-rings */ void igc_rings_dump(struct igc_adapter *adapter) { … } /* igc_regs_dump - registers dump */ void igc_regs_dump(struct igc_adapter *adapter) { … }