/* bnx2_fw.h: QLogic bnx2 network driver. * * Copyright (c) 2004, 2005, 2006, 2007 Broadcom Corporation * Copyright (c) 2014-2015 QLogic Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation. */ /* Initialized Values for the Completion Processor. */ static const struct cpu_reg cpu_reg_com = …; /* Initialized Values the Command Processor. */ static const struct cpu_reg cpu_reg_cp = …; /* Initialized Values for the RX Processor. */ static const struct cpu_reg cpu_reg_rxp = …; /* Initialized Values for the TX Patch-up Processor. */ static const struct cpu_reg cpu_reg_tpat = …; /* Initialized Values for the TX Processor. */ static const struct cpu_reg cpu_reg_txp = …;