intel: more regdump

Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
This commit is contained in:
Michał Kopeć
2024-06-25 13:51:10 +02:00
parent dcadd073ae
commit 410242e5ff
+6
View File
@@ -1016,6 +1016,9 @@ static struct net_device_operations intel_operations = {
#define E1000_RADV 0x0282C /* Rx Interrupt Absolute Delay Timer - RW */
#define E1000_H2ME 0x05B50 /* Host to ME */
#define E1000_SWSM 0x05B50 /* SW Semaphore */
#define E1000_FWSM 0x05B54 /* FW Semaphore */
#define E1000_EXFWSM 0x05B58 /* Extended FW Semaphore */
static void intel_regdump(struct intel_nic *intel) {
REGDUMP( INTEL_CTRL );
@@ -1048,6 +1051,9 @@ static void intel_regdump(struct intel_nic *intel) {
REGDUMP( E1000_FEXTNVM12 )
REGDUMP( E1000_DPGFR )
REGDUMP( E1000_H2ME )
REGDUMP( E1000_SWSM )
REGDUMP( E1000_FWSM )
REGDUMP( E1000_EXFWSM )
}
/**