Symbol: DEBUGOUT
usr/src/grub/grub-0.97/netboot/e1000.c
1014
DEBUGOUT("Issuing a global reset to MAC\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1080
DEBUGOUT("Masking off all interrupts\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1124
DEBUGOUT("Initializing the IEEE VLAN\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1131
DEBUGOUT("Disabling MWI on 82542 rev 2.0\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1155
DEBUGOUT("Zeroing the MTA\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1292
DEBUGOUT("EEPROM Read Error\n");
usr/src/grub/grub-0.97/netboot/e1000.c
130
#define DEBUGFUNC(F) DEBUGOUT(F "\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1353
DEBUGOUT("Initializing the Flow Control address, type and timer regs\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1478
DEBUGOUT("Flow control param set incorrectly\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1489
DEBUGOUT("Auto-negotiation enabled\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1506
DEBUGOUT("Looking for Link\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1513
DEBUGOUT("Never got a valid link from auto-neg!!!\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1521
DEBUGOUT("Error while checking for link\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1527
DEBUGOUT("Valid Link Found\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1530
DEBUGOUT("No Signal Detected\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1567
DEBUGOUT("Error, did not detect valid phy.\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1585
DEBUGOUT("Error Resetting the PHY\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1595
DEBUGOUT("Error Disabling LPLU D3\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1769
DEBUGOUT("Error Resetting the PHY\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1802
DEBUGOUT("Reconfiguring auto-neg advertisement params\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1804
DEBUGOUT("Error Setting up Auto-Negotiation\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1807
DEBUGOUT("Restarting Auto-Neg\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1825
DEBUGOUT("Error while waiting for autoneg to complete\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1834
DEBUGOUT("Error while waiting for autoneg to complete\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1862
DEBUGOUT("Error configuring MAC to PHY settings\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1867
DEBUGOUT("Error Configuring Flow Control\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1873
DEBUGOUT("Error Configuring DSP after link up\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1878
DEBUGOUT("Valid link established!!!\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1884
DEBUGOUT("Unable to establish link!!!\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1929
DEBUGOUT("Advertise 10mb Half duplex\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1935
DEBUGOUT("Advertise 10mb Full duplex\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1941
DEBUGOUT("Advertise 100mb Half duplex\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1947
DEBUGOUT("Advertise 100mb Full duplex\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1953
DEBUGOUT("Advertise 1000mb Half duplex requested, request denied!\n");
usr/src/grub/grub-0.97/netboot/e1000.c
1958
DEBUGOUT("Advertise 1000mb Full duplex\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2011
DEBUGOUT("Flow control param set incorrectly\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2174
DEBUGOUT("Flow control param set incorrectly\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2216
DEBUGOUT("Error forcing flow control settings\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2298
DEBUGOUT("Flow Control = FULL.\r\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2301
DEBUGOUT("Flow Control = RX PAUSE frames only.\r\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2317
DEBUGOUT("Flow Control = TX PAUSE frames only.\r\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2332
DEBUGOUT("Flow Control = RX PAUSE frames only.\r\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2359
DEBUGOUT("Flow Control = NONE.\r\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2363
DEBUGOUT("Flow Control = NONE.\r\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2366
DEBUGOUT("Flow Control = RX PAUSE frames only.\r\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2382
DEBUGOUT("Error forcing flow control settings\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2386
DEBUGOUT("Copper PHY and Auto Neg has not completed.\r\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2466
DEBUGOUT("Error configuring MAC to PHY settings\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2476
DEBUGOUT("Error configuring flow control\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2539
DEBUGOUT("NOT RXing /C/, disable AutoNeg and force link.\r\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2551
DEBUGOUT("Error configuring flow control\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2564
DEBUGOUT("RXing /C/, enable AutoNeg and stop forcing link.\r\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2579
DEBUGOUT("SERDES: Link is up.\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2583
DEBUGOUT("SERDES: Link is down.\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2610
DEBUGOUT("1000 Mbs, ");
usr/src/grub/grub-0.97/netboot/e1000.c
2613
DEBUGOUT("100 Mbs, ");
usr/src/grub/grub-0.97/netboot/e1000.c
2616
DEBUGOUT("10 Mbs, ");
usr/src/grub/grub-0.97/netboot/e1000.c
2621
DEBUGOUT("Full Duplex\r\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2624
DEBUGOUT(" Half Duplex\r\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2627
DEBUGOUT("1000 Mbs, Full Duplex\r\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2646
DEBUGOUT("Waiting for Auto-Neg to complete.\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2658
DEBUGOUT("Auto-Neg complete.\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2663
DEBUGOUT("Auto-Neg timedout.\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2868
DEBUGOUT("MDI Read did not complete\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2872
DEBUGOUT("MDI Error\n");
usr/src/grub/grub-0.97/netboot/e1000.c
2972
DEBUGOUT("MDI Write did not complete\n");
usr/src/grub/grub-0.97/netboot/e1000.c
3012
DEBUGOUT("Resetting Phy...\n");
usr/src/grub/grub-0.97/netboot/e1000.c
357
DEBUGOUT("Could not acquire EEPROM grant\n");
usr/src/grub/grub-0.97/netboot/e1000.c
513
DEBUGOUT("SPI EEPROM Status error\n");
usr/src/grub/grub-0.97/netboot/e1000.c
544
DEBUGOUT("\"words\" parameter out of bounds\n");
usr/src/grub/grub-0.97/netboot/e1000.c
620
DEBUGOUT("EEPROM Read Error\n");
usr/src/grub/grub-0.97/netboot/e1000.c
629
DEBUGOUT("EEPROM Checksum Invalid\n");
usr/src/grub/grub-0.97/netboot/e1000.c
652
DEBUGOUT("EEPROM Read Error\n");
usr/src/grub/grub-0.97/netboot/e1000.c
684
DEBUGOUT("Programming MAC Address into RAR[0]\n");
usr/src/grub/grub-0.97/netboot/e1000.c
696
DEBUGOUT("Clearing RAR[1-15]\n");
usr/src/grub/grub-0.97/netboot/e1000.c
977
DEBUGOUT("Disabling MWI on 82542 rev 2.0\n");
usr/src/grub/grub-0.97/netboot/e1000.c
982
DEBUGOUT("Masking off all interrupts\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1105
DEBUGOUT("Error Resetting the PHY\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
429
DEBUGOUT("Driver can't access resource, SW_FW_SYNC timeout.\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
648
DEBUGOUT("MNG configuration cycle has not completed.\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
703
DEBUGOUT("Waiting for forced speed/duplex link on GG82563 phy.\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
832
DEBUGOUT("PCI-E Master disable polling has failed.\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
834
DEBUGOUT("Masking off all interrupts\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
849
DEBUGOUT("Issuing a global reset to MAC\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
862
DEBUGOUT("Error disabling far-end loopback\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
864
DEBUGOUT("Error disabling far-end loopback\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
900
DEBUGOUT("Error initializing identification LED\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
903
DEBUGOUT("Initializing the IEEE VLAN\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
910
DEBUGOUT("Zeroing the MTA\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
929
DEBUGOUT("Error disabling far-end loopback\n");
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
931
DEBUGOUT("Error disabling far-end loopback\n");
usr/src/uts/common/io/e1000api/e1000_82540.c
277
DEBUGOUT("Masking off all interrupts\n");
usr/src/uts/common/io/e1000api/e1000_82540.c
292
DEBUGOUT("Issuing a global reset to 82540/82545/82546 MAC\n");
usr/src/uts/common/io/e1000api/e1000_82540.c
340
DEBUGOUT("Error initializing identification LED\n");
usr/src/uts/common/io/e1000api/e1000_82540.c
345
DEBUGOUT("Initializing the IEEE VLAN\n");
usr/src/uts/common/io/e1000api/e1000_82540.c
355
DEBUGOUT("Zeroing the MTA\n");
usr/src/uts/common/io/e1000api/e1000_82540.c
702
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_82541.c
1211
DEBUGOUT("Initialization script not necessary.\n");
usr/src/uts/common/io/e1000api/e1000_82541.c
1291
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_82541.c
302
DEBUGOUT("Masking off all interrupts\n");
usr/src/uts/common/io/e1000api/e1000_82541.c
324
DEBUGOUT("Issuing a global reset to 82541/82547 MAC\n");
usr/src/uts/common/io/e1000api/e1000_82541.c
359
DEBUGOUT("Masking off all interrupts\n");
usr/src/uts/common/io/e1000api/e1000_82541.c
386
DEBUGOUT("Error initializing identification LED\n");
usr/src/uts/common/io/e1000api/e1000_82541.c
397
DEBUGOUT("Initializing the IEEE VLAN\n");
usr/src/uts/common/io/e1000api/e1000_82541.c
404
DEBUGOUT("Zeroing the MTA\n");
usr/src/uts/common/io/e1000api/e1000_82541.c
651
DEBUGOUT("Error configuring flow control\n");
usr/src/uts/common/io/e1000api/e1000_82541.c
688
DEBUGOUT("Error getting link speed and duplex\n");
usr/src/uts/common/io/e1000api/e1000_82542.c
201
DEBUGOUT("Disabling MWI on 82542 rev 2\n");
usr/src/uts/common/io/e1000api/e1000_82542.c
205
DEBUGOUT("Masking off all interrupts\n");
usr/src/uts/common/io/e1000api/e1000_82542.c
220
DEBUGOUT("Issuing a global reset to 82542/82543 MAC\n");
usr/src/uts/common/io/e1000api/e1000_82542.c
259
DEBUGOUT("Disabling MWI on 82542 rev 2.0\n");
usr/src/uts/common/io/e1000api/e1000_82542.c
279
DEBUGOUT("Zeroing the MTA\n");
usr/src/uts/common/io/e1000api/e1000_82542.c
353
DEBUGOUT("Initializing Flow Control address, type and timer regs\n");
usr/src/uts/common/io/e1000api/e1000_82542.c
579
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1037
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1104
DEBUGOUT("Forcing Speed and Duplex\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1107
DEBUGOUT("Error Forcing Speed and Duplex\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1123
DEBUGOUT("Valid link established!!!\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1134
DEBUGOUT("Unable to establish link!!!\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1166
DEBUGOUT("Auto-negotiation enabled\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1180
DEBUGOUT("No signal detected\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1262
DEBUGOUT("Error configuring MAC to PHY settings\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1275
DEBUGOUT("Error configuring flow control\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1288
DEBUGOUT("Error getting link speed and duplex\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
129
DEBUGOUT("Resetting PHY during init failed.\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1362
DEBUGOUT("NOT RXing /C/, disable AutoNeg and force link.\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1375
DEBUGOUT("Error configuring flow control\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1385
DEBUGOUT("RXing /C/, enable AutoNeg and stop forcing link.\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
1580
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
293
DEBUGOUT("TBI compatibility workaround for 82543 only.\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
317
DEBUGOUT("TBI compatibility workaround for 82543 only.\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
345
DEBUGOUT("TBI compatibility workaround for 82543 only.\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
908
DEBUGOUT("Masking off all interrupts\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
925
DEBUGOUT("Issuing a global reset to 82543/82544 MAC\n");
usr/src/uts/common/io/e1000api/e1000_82543.c
974
DEBUGOUT("Zeroing the MTA\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1077
DEBUGOUT("PCI-E Master disable polling has failed.\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1079
DEBUGOUT("Masking off all interrupts\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1107
DEBUGOUT("Issuing a global reset to MAC\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1205
DEBUGOUT("Error initializing identification LED\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1208
DEBUGOUT("Initializing the IEEE VLAN\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1221
DEBUGOUT("Zeroing the MTA\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1680
DEBUGOUT("AN_UP -> AN_PROG\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
170
DEBUGOUT("Error getting PHY ID\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1700
DEBUGOUT("FORCED_UP -> AN_PROG\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1715
DEBUGOUT("AN_PROG -> AN_UP\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1721
DEBUGOUT("AN_PROG -> DOWN\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1737
DEBUGOUT("Error config flow control\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1743
DEBUGOUT("AN_PROG -> FORCED_UP\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1759
DEBUGOUT("DOWN -> AN_PROG\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1766
DEBUGOUT("ANYSTATE -> DOWN\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1783
DEBUGOUT("ANYSTATE -> DOWN\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1795
DEBUGOUT("ANYSTATE -> AN_PROG\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
1819
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
431
DEBUGOUT("Please update your 82571 Bootagent\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
544
DEBUGOUT("Driver can't access device - SMBI bit is set.\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
562
DEBUGOUT("Driver can't access the NVM\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
618
DEBUGOUT("Driver can't access the PHY\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
925
DEBUGOUT("nvm parameter(s) out of bounds\n");
usr/src/uts/common/io/e1000api/e1000_82571.c
968
DEBUGOUT("MNG configuration cycle has not completed.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1007
DEBUGOUT("Nvm bit banging access error detected and cleared.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1017
DEBUGOUT("Nvm bit banging access error detected and cleared.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1083
DEBUGOUT("Driver can't access resource, SW_FW_SYNC timeout.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1151
DEBUGOUT("MNG configuration cycle has not completed.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1220
DEBUGOUT("Error configuring flow control\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1371
DEBUGOUT("2500 Mbs, ");
usr/src/uts/common/io/e1000api/e1000_82575.c
1372
DEBUGOUT("Full Duplex\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1440
DEBUGOUT("PCI-E Master disable polling has failed.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1445
DEBUGOUT("PCI-E Set completion timeout has failed.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1447
DEBUGOUT("Masking off all interrupts\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1458
DEBUGOUT("Issuing a global reset to MAC\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1468
DEBUGOUT("Auto Read Done did not complete\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1502
DEBUGOUT("Error initializing identification LED\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1507
DEBUGOUT("Initializing the IEEE VLAN\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1514
DEBUGOUT("Zeroing the MTA\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1519
DEBUGOUT("Zeroing the UTA\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1585
DEBUGOUT("Error resetting the PHY.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1688
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1905
DEBUGOUT("PHY module has not been recognized\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1934
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
1979
DEBUGOUT("Running reset init script for 82575\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2180
DEBUGOUT("Queue disable timed out after 10ms\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2441
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2487
DEBUGOUT("PCI-E Master disable polling has failed.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2489
DEBUGOUT("Masking off all interrupts\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2528
DEBUGOUT("Auto Read Done did not complete\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2540
DEBUGOUT("Could not reset MDICNFG based on EEPROM\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2592
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2599
DEBUGOUT("NVM Checksum Invalid\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2629
DEBUGOUT("NVM Read Error while updating checksum.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2638
DEBUGOUT("NVM Write Error while updating checksum.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2663
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2703
DEBUGOUT("NVM Read Error while updating checksum compatibility bit.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2713
DEBUGOUT("NVM Write Error while updating checksum compatibility bit.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
2903
DEBUGOUT("Error committing the PHY changes\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
3002
DEBUGOUT("Error committing the PHY changes\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
3051
DEBUGOUT("LPI Clock Stop Bit should not be set!\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
3340
DEBUGOUT("I2C byte read error - Retrying.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
3342
DEBUGOUT("I2C byte read error.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
3414
DEBUGOUT("I2C byte write error - Retrying.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
3416
DEBUGOUT("I2C byte write error.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
3572
DEBUGOUT("I2C ack was not received.\n");
usr/src/uts/common/io/e1000api/e1000_82575.c
775
DEBUGOUT("Soft resetting SGMII attached PHY...\n");
usr/src/uts/common/io/e1000api/e1000_api.c
103
DEBUGOUT("PHY Initialization Error\n");
usr/src/uts/common/io/e1000api/e1000_api.c
107
DEBUGOUT("phy.init_phy_params was NULL\n");
usr/src/uts/common/io/e1000api/e1000_api.c
129
DEBUGOUT("Mailbox Initialization Error\n");
usr/src/uts/common/io/e1000api/e1000_api.c
133
DEBUGOUT("mbx.init_mbx_params was NULL\n");
usr/src/uts/common/io/e1000api/e1000_api.c
466
DEBUGOUT("ERROR: MAC type could not be set properly.\n");
usr/src/uts/common/io/e1000api/e1000_api.c
471
DEBUGOUT("ERROR: Registers not mapped\n");
usr/src/uts/common/io/e1000api/e1000_api.c
51
DEBUGOUT("MAC Initialization Error\n");
usr/src/uts/common/io/e1000api/e1000_api.c
55
DEBUGOUT("mac.init_mac_params was NULL\n");
usr/src/uts/common/io/e1000api/e1000_api.c
557
DEBUGOUT("Hardware not supported\n");
usr/src/uts/common/io/e1000api/e1000_api.c
77
DEBUGOUT("NVM Initialization Error\n");
usr/src/uts/common/io/e1000api/e1000_api.c
81
DEBUGOUT("nvm.init_nvm_params was NULL\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
118
DEBUGOUT("Driver can't access resource, SW_FW_SYNC timeout.\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
198
DEBUGOUT("Driver can't access device - SMBI bit is set.\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
218
DEBUGOUT("Driver can't access the NVM\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
337
DEBUGOUT("nvm parameter(s) out of bounds\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
359
DEBUGOUT("Shadow RAM write EEWR timed out\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
434
DEBUGOUT("MAC Addr not found in iNVM\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
552
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
567
DEBUGOUT("NVM Read Error while updating checksum.\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
577
DEBUGOUT("NVM Write Error while updating checksum.\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
625
DEBUGOUT("Flash update time out\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
634
DEBUGOUT("Flash update complete\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
636
DEBUGOUT("Flash update time out\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
729
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_i210.c
909
DEBUGOUT("MNG configuration cycle has not completed.\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1160
DEBUGOUT("max_frame_size not set.\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1166
DEBUGOUT("Speed not set.\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1827
DEBUGOUT("Error configuring flow control\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1926
DEBUGOUT("SW has already locked the resource.\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1980
DEBUGOUT("Semaphore unexpectedly released by sw/fw/hw\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
2283
DEBUGOUT("Unsupported SMB frequency in PHY\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3106
DEBUGOUT("LAN_INIT_DONE not set, increase timeout\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
336
DEBUGOUT("Failed to initialize PHY flow\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3493
DEBUGOUT("ERROR: No valid NVM bank present\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3507
DEBUGOUT("Unable to determine valid NVM bank via EEC - reading flash signature\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3536
DEBUGOUT("ERROR: No valid NVM bank present\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3566
DEBUGOUT("nvm parameter(s) out of bounds\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3575
DEBUGOUT("Could not detect valid bank, assuming bank 0\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3657
DEBUGOUT("nvm parameter(s) out of bounds\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3666
DEBUGOUT("Could not detect valid bank, assuming bank 0\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3714
DEBUGOUT("Flash descriptor invalid. SW Sequencing must be used.\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3775
DEBUGOUT("Flash controller busy, cannot get access\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
384
DEBUGOUT("Required LANPHYPC toggle blocked by ME\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
3967
DEBUGOUT("Timeout error - flash cycle did not complete.\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4044
DEBUGOUT("Timeout error - flash cycle did not complete.\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4073
DEBUGOUT("nvm parameter(s) out of bounds\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4125
DEBUGOUT("Could not detect valid bank, assuming bank 0\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4190
DEBUGOUT("Flash commit failed.\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4294
DEBUGOUT("Could not detect valid bank, assuming bank 0\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4355
DEBUGOUT("Flash commit failed.\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4561
DEBUGOUT("Timeout error - flash cycle did not complete.\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4650
DEBUGOUT("Timeout error - flash cycle did not complete.\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
4884
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5016
DEBUGOUT("PCI-E Master disable polling has failed.\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5018
DEBUGOUT("Masking off all interrupts\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5068
DEBUGOUT("Issuing a global reset to ich8lan\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5138
DEBUGOUT("Error initializing identification LED\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5144
DEBUGOUT("Zeroing the MTA\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5571
DEBUGOUT("Workaround applies to ICH8 only.\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5842
DEBUGOUT("Failed to setup iRST\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
590
DEBUGOUT("Cannot determine PHY addr. Erroring out\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
6060
DEBUGOUT("Auto Read Done did not complete\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
6070
DEBUGOUT("PHY Reset Asserted not set - needs delay\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
6081
DEBUGOUT("EEPROM not present\n");
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
680
DEBUGOUT("ERROR: Flash registers not mapped\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1041
DEBUGOUT("Initializing the Flow Control address, type and timer regs\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1109
DEBUGOUT("Flow control param set incorrectly\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1148
DEBUGOUT("Never got a valid link from auto-neg!!!\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1157
DEBUGOUT("Error while checking for link\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1163
DEBUGOUT("Valid Link Found\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1200
DEBUGOUT("Auto-negotiation enabled\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1214
DEBUGOUT("No signal detected\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1332
DEBUGOUT("Flow control param set incorrectly\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1375
DEBUGOUT("Error forcing flow control settings\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1397
DEBUGOUT("Copper PHY and Auto Neg has not completed.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1459
DEBUGOUT("Flow Control = FULL.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1462
DEBUGOUT("Flow Control = Rx PAUSE frames only.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1477
DEBUGOUT("Flow Control = Tx PAUSE frames only.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1491
DEBUGOUT("Flow Control = Rx PAUSE frames only.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1497
DEBUGOUT("Flow Control = NONE.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1506
DEBUGOUT("Error getting link speed and duplex\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1518
DEBUGOUT("Error forcing flow control settings\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1536
DEBUGOUT("PCS Auto Neg has not completed.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1592
DEBUGOUT("Flow Control = FULL.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1595
DEBUGOUT("Flow Control = Rx PAUSE frames only.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1610
DEBUGOUT("Flow Control = Tx PAUSE frames only.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1624
DEBUGOUT("Flow Control = Rx PAUSE frames only.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1630
DEBUGOUT("Flow Control = NONE.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1642
DEBUGOUT("Error forcing flow control settings\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1669
DEBUGOUT("1000 Mbs, ");
usr/src/uts/common/io/e1000api/e1000_mac.c
1672
DEBUGOUT("100 Mbs, ");
usr/src/uts/common/io/e1000api/e1000_mac.c
1675
DEBUGOUT("10 Mbs, ");
usr/src/uts/common/io/e1000api/e1000_mac.c
1680
DEBUGOUT("Full Duplex\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1683
DEBUGOUT("Half Duplex\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1734
DEBUGOUT("Driver can't access device - SMBI bit is set.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1753
DEBUGOUT("Driver can't access the NVM\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1799
DEBUGOUT("Auto read by HW from NVM has not completed.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
1822
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
2109
DEBUGOUT("Master requests are pending.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
2129
DEBUGOUT("Not in Adaptive IFS mode!\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
2157
DEBUGOUT("Not in Adaptive IFS mode!\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
2196
DEBUGOUT("Invalid MDI setting detected\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
378
DEBUGOUT("Programming MAC Address into RAR[0]\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
426
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
446
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
456
DEBUGOUT("Ignoring Alternate Mac Address with MC bit set\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
762
DEBUGOUT("Error configuring flow control\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
802
DEBUGOUT("NOT Rx'ing /C/, disable AutoNeg and force link.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
815
DEBUGOUT("Error configuring flow control\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
824
DEBUGOUT("Rx'ing /C/, enable AutoNeg and stop forcing link.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
867
DEBUGOUT("NOT Rx'ing /C/, disable AutoNeg and force link.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
880
DEBUGOUT("Error configuring flow control\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
889
DEBUGOUT("Rx'ing /C/, enable AutoNeg and stop forcing link.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
905
DEBUGOUT("SERDES: Link up - forced.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
909
DEBUGOUT("SERDES: Link down - force failed.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
922
DEBUGOUT("SERDES: Link up - autoneg completed successfully.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
925
DEBUGOUT("SERDES: Link down - invalid codewords detected in autoneg.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
929
DEBUGOUT("SERDES: Link down - no sync.\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
933
DEBUGOUT("SERDES: Link down - autoneg failed\n");
usr/src/uts/common/io/e1000api/e1000_mac.c
977
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
401
DEBUGOUT("Hardware doesn't support host interface command.\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
406
DEBUGOUT("Firmware is not present.\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
412
DEBUGOUT("Buffer length failure.\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
419
DEBUGOUT("E1000_HOST_EN bit disabled.\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
446
DEBUGOUT("Command has failed with no status valid.\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
474
DEBUGOUT("Hardware doesn't support loading FW by the driver\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
481
DEBUGOUT("E1000_HOST_EN bit disabled.\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
485
DEBUGOUT("E1000_HICR_MEMORY_BASE_EN bit disabled.\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
490
DEBUGOUT("Buffer length failure.\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
515
DEBUGOUT("FW reset failed.\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
531
DEBUGOUT("FW reset failed.\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
569
DEBUGOUT("New FW did not start within timeout period.\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
78
DEBUGOUT("ARC subsystem not valid.\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
85
DEBUGOUT("E1000_HOST_EN bit disabled.\n");
usr/src/uts/common/io/e1000api/e1000_manage.c
97
DEBUGOUT("Previous command timeout failed .\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
1169
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
1176
DEBUGOUT("NVM Checksum Invalid\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
1202
DEBUGOUT("NVM Read Error while updating checksum.\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
1210
DEBUGOUT("NVM Write Error while updating checksum.\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
282
DEBUGOUT("Could not acquire NVM grant\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
423
DEBUGOUT("SPI NVM Status error\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
455
DEBUGOUT("nvm parameter(s) out of bounds\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
515
DEBUGOUT("nvm parameter(s) out of bounds\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
568
DEBUGOUT("nvm parameter(s) out of bounds\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
616
DEBUGOUT("nvm parameter(s) out of bounds\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
699
DEBUGOUT("nvm parameter(s) out of bounds\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
737
DEBUGOUT("NVM Write did not complete\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
780
DEBUGOUT("Flashless no PBA string\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
785
DEBUGOUT("PBA string buffer was null\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
791
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
797
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
806
DEBUGOUT("NVM PBA number is not stored as string\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
810
DEBUGOUT("PBA string buffer too small\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
842
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
847
DEBUGOUT("NVM PBA number section invalid length\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
852
DEBUGOUT("PBA string buffer too small\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
863
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
892
DEBUGOUT("PBA buffer size was null\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
898
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
904
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
916
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/e1000api/e1000_nvm.c
921
DEBUGOUT("NVM PBA number section invalid length\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1058
DEBUGOUT("Error resetting the PHY.\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1177
DEBUGOUT("Error committing the PHY changes\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1235
DEBUGOUT("Error committing the PHY changes\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1327
DEBUGOUT("Error committing the PHY changes\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1343
DEBUGOUT("Error committing the PHY changes\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1372
DEBUGOUT("Error resetting the PHY.\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1388
DEBUGOUT("Error Disabling LPLU D3\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1397
DEBUGOUT("Error Disabling LPLU D0\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1516
DEBUGOUT("Advertise 10mb Half duplex\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1522
DEBUGOUT("Advertise 10mb Full duplex\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1528
DEBUGOUT("Advertise 100mb Half duplex\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1534
DEBUGOUT("Advertise 100mb Full duplex\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1540
DEBUGOUT("Advertise 1000mb Half duplex request denied!\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1544
DEBUGOUT("Advertise 1000mb Full duplex\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1598
DEBUGOUT("Flow control param set incorrectly\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1643
DEBUGOUT("Reconfiguring auto-neg advertisement params\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1646
DEBUGOUT("Error Setting up Auto-Negotiation\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1649
DEBUGOUT("Restarting Auto-Neg\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1669
DEBUGOUT("Error while waiting for autoneg to complete\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1706
DEBUGOUT("Forcing Speed and Duplex\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1709
DEBUGOUT("Error Forcing Speed and Duplex\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1723
DEBUGOUT("Valid link established!!!\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1727
DEBUGOUT("Unable to establish link!!!\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1779
DEBUGOUT("Waiting for forced speed/duplex link on IGP phy.\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1787
DEBUGOUT("Link taking longer than expected.\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1851
DEBUGOUT("Waiting for forced speed/duplex link on M88 phy.\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1877
DEBUGOUT("Link taking longer than expected.\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1982
DEBUGOUT("Waiting for forced speed/duplex link on IFE phy.\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
1990
DEBUGOUT("Link taking longer than expected.\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
2039
DEBUGOUT("Half Duplex\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
2043
DEBUGOUT("Full Duplex\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
2051
DEBUGOUT("Forcing 100mb\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
2055
DEBUGOUT("Forcing 10mb\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
2636
DEBUGOUT("Phy info is only valid for copper media\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
2645
DEBUGOUT("Phy info is only valid if link is up\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
2715
DEBUGOUT("Phy info is only valid if link is up\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
2777
DEBUGOUT("Phy info is only valid if link is up\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
2909
DEBUGOUT("Running IGP 3 PHY init script\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
317
DEBUGOUT("MDI Read did not complete\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
321
DEBUGOUT("MDI Error\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
3337
DEBUGOUT("Could not set Port Control page\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
3391
DEBUGOUT("Could not set Port Control page\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
3449
DEBUGOUT("Could not enable PHY wakeup reg access\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
3802
DEBUGOUT("Could not write the Address Offset port register\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
3813
DEBUGOUT("Could not access the Data port register\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
383
DEBUGOUT("MDI Write did not complete\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
387
DEBUGOUT("MDI Error\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
3923
DEBUGOUT("Waiting for forced speed/duplex link on 82577 phy\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
3931
DEBUGOUT("Link taking longer than expected.\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
3964
DEBUGOUT("Phy info is only valid if link is up\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
4249
DEBUGOUT("ERROR READING mPHY control register, phy is busy.\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
440
DEBUGOUT("I2CCMD Read did not complete\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
444
DEBUGOUT("I2CCMD Error bit set\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
499
DEBUGOUT("I2CCMD Write did not complete\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
503
DEBUGOUT("I2CCMD Error bit set\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
532
DEBUGOUT("I2CCMD command address exceeds upper limit\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
553
DEBUGOUT("I2CCMD Read did not complete\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
557
DEBUGOUT("I2CCMD Error bit set\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
587
DEBUGOUT("I2CCMD command address exceeds upper limit\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
628
DEBUGOUT("I2CCMD Write did not complete\n");
usr/src/uts/common/io/e1000api/e1000_phy.c
632
DEBUGOUT("I2CCMD Error bit set\n");
usr/src/uts/common/io/e1000api/e1000_vf.c
231
DEBUGOUT("1000 Mbs, ");
usr/src/uts/common/io/e1000api/e1000_vf.c
234
DEBUGOUT("100 Mbs, ");
usr/src/uts/common/io/e1000api/e1000_vf.c
237
DEBUGOUT("10 Mbs, ");
usr/src/uts/common/io/e1000api/e1000_vf.c
242
DEBUGOUT("Full Duplex\n");
usr/src/uts/common/io/e1000api/e1000_vf.c
245
DEBUGOUT("Half Duplex\n");
usr/src/uts/common/io/e1000api/e1000_vf.c
268
DEBUGOUT("Issuing a function level reset to MAC\n");
usr/src/uts/common/io/i40e/core/i40e_common.c
1197
DEBUGOUT("Failed to read PBA flags or flag is invalid.\n");
usr/src/uts/common/io/i40e/core/i40e_common.c
1203
DEBUGOUT("Failed to read PBA Block pointer.\n");
usr/src/uts/common/io/i40e/core/i40e_common.c
1209
DEBUGOUT("Failed to read PBA Block size.\n");
usr/src/uts/common/io/i40e/core/i40e_common.c
1218
DEBUGOUT("Buffer to small for PBA data.\n");
usr/src/uts/common/io/i40e/core/i40e_common.c
1313
DEBUGOUT("Global reset failed.\n");
usr/src/uts/common/io/i40e/core/i40e_common.c
1351
DEBUGOUT("Global reset polling failed to complete.\n");
usr/src/uts/common/io/i40e/core/i40e_common.c
1369
DEBUGOUT("wait for FW Reset complete timedout\n");
usr/src/uts/common/io/i40e/core/i40e_common.c
1396
DEBUGOUT("PF reset polling failed to complete.\n");
usr/src/uts/common/io/i40e/core/i40e_common.c
5645
DEBUGOUT("Ethtype Filter Add failed: Error pruning Tx flow control frames\n");
usr/src/uts/common/io/i40e/core/i40e_hmc.c
159
DEBUGOUT("i40e_add_pd_table_entry: bad pd_index\n");
usr/src/uts/common/io/i40e/core/i40e_hmc.c
240
DEBUGOUT("i40e_remove_pd_bp: bad idx\n");
usr/src/uts/common/io/i40e/core/i40e_hmc.c
246
DEBUGOUT("i40e_remove_pd_bp: wrong sd_entry type\n");
usr/src/uts/common/io/i40e/core/i40e_hmc.c
65
DEBUGOUT("i40e_add_sd_table_entry: bad sd_entry\n");
usr/src/uts/common/io/i40e/core/i40e_hmc.c
71
DEBUGOUT("i40e_add_sd_table_entry: bad sd_index\n");
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1250
DEBUGOUT("i40e_hmc_get_object_va: bad hmc_info->hmc_obj ptr\n");
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1255
DEBUGOUT("i40e_hmc_get_object_va: bad object_base ptr\n");
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1260
DEBUGOUT("i40e_hmc_get_object_va: bad hmc_info->signature\n");
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
328
DEBUGOUT("i40e_create_lan_hmc_object: bad info ptr\n");
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
333
DEBUGOUT("i40e_create_lan_hmc_object: bad hmc_info ptr\n");
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
338
DEBUGOUT("i40e_create_lan_hmc_object: bad signature\n");
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
569
DEBUGOUT("i40e_delete_hmc_object: bad info ptr\n");
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
574
DEBUGOUT("i40e_delete_hmc_object: bad info->hmc_info ptr\n");
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
579
DEBUGOUT("i40e_delete_hmc_object: bad hmc_info->signature\n");
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
585
DEBUGOUT("i40e_delete_hmc_object: bad sd_entry\n");
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
591
DEBUGOUT("i40e_delete_hmc_object: bad hmc_info->hmc_obj\n");
usr/src/uts/common/io/i40e/core/i40e_nvm.c
611
DEBUGOUT("NVM write error: offset beyond Shadow RAM limit.\n");
usr/src/uts/common/io/i40e/core/i40e_nvm.c
614
DEBUGOUT("NVM write fail error: cannot write more than 4KB in a single write.\n");
usr/src/uts/common/io/i40e/core/i40e_nvm.c
618
DEBUGOUT("NVM write error: cannot spread over two sectors in a single write.\n");
usr/src/uts/common/io/i40e/i40e_osdep.h
43
#define DEBUGFUNC(F) DEBUGOUT(F);
usr/src/uts/common/io/igc/core/igc_api.c
148
DEBUGOUT("ERROR: MAC type could not be set properly.\n");
usr/src/uts/common/io/igc/core/igc_api.c
153
DEBUGOUT("ERROR: Registers not mapped\n");
usr/src/uts/common/io/igc/core/igc_api.c
176
DEBUGOUT("Hardware not supported\n");
usr/src/uts/common/io/igc/core/igc_api.c
23
DEBUGOUT("MAC Initialization Error\n");
usr/src/uts/common/io/igc/core/igc_api.c
27
DEBUGOUT("mac.init_mac_params was NULL\n");
usr/src/uts/common/io/igc/core/igc_api.c
49
DEBUGOUT("NVM Initialization Error\n");
usr/src/uts/common/io/igc/core/igc_api.c
53
DEBUGOUT("nvm.init_nvm_params was NULL\n");
usr/src/uts/common/io/igc/core/igc_api.c
75
DEBUGOUT("PHY Initialization Error\n");
usr/src/uts/common/io/igc/core/igc_api.c
79
DEBUGOUT("phy.init_phy_params was NULL\n");
usr/src/uts/common/io/igc/core/igc_base.c
150
DEBUGOUT("Queue disable timed out after 10ms\n");
usr/src/uts/common/io/igc/core/igc_base.c
66
DEBUGOUT("Zeroing the MTA\n");
usr/src/uts/common/io/igc/core/igc_base.c
71
DEBUGOUT("Zeroing the UTA\n");
usr/src/uts/common/io/igc/core/igc_i225.c
1053
DEBUGOUT("Error configuring flow control\n");
usr/src/uts/common/io/igc/core/igc_i225.c
1198
DEBUGOUT("LPI Clock Stop Bit should not be set!\n");
usr/src/uts/common/io/igc/core/igc_i225.c
194
DEBUGOUT("PCI-E Master disable polling has failed.\n");
usr/src/uts/common/io/igc/core/igc_i225.c
196
DEBUGOUT("Masking off all interrupts\n");
usr/src/uts/common/io/igc/core/igc_i225.c
207
DEBUGOUT("Issuing a global reset to MAC\n");
usr/src/uts/common/io/igc/core/igc_i225.c
217
DEBUGOUT("Auto Read Done did not complete\n");
usr/src/uts/common/io/igc/core/igc_i225.c
298
DEBUGOUT("Driver can't access resource, SW_FW_SYNC timeout.\n");
usr/src/uts/common/io/igc/core/igc_i225.c
406
DEBUGOUT("Driver can't access device -\n");
usr/src/uts/common/io/igc/core/igc_i225.c
407
DEBUGOUT("SMBI bit is set.\n");
usr/src/uts/common/io/igc/core/igc_i225.c
427
DEBUGOUT("Driver can't access the NVM\n");
usr/src/uts/common/io/igc/core/igc_i225.c
544
DEBUGOUT("nvm parameter(s) out of bounds\n");
usr/src/uts/common/io/igc/core/igc_i225.c
566
DEBUGOUT("Shadow RAM write EEWR timed out\n");
usr/src/uts/common/io/igc/core/igc_i225.c
630
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/igc/core/igc_i225.c
644
DEBUGOUT("NVM Read Error while updating\n");
usr/src/uts/common/io/igc/core/igc_i225.c
645
DEBUGOUT("checksum.\n");
usr/src/uts/common/io/igc/core/igc_i225.c
655
DEBUGOUT("NVM Write Error while updating checksum.\n");
usr/src/uts/common/io/igc/core/igc_i225.c
738
DEBUGOUT("Flash transaction was not done\n");
usr/src/uts/common/io/igc/core/igc_i225.c
749
DEBUGOUT("Write flash command failed\n");
usr/src/uts/common/io/igc/core/igc_i225.c
783
DEBUGOUT("Flash update time out\n");
usr/src/uts/common/io/igc/core/igc_i225.c
792
DEBUGOUT("Flash update complete\n");
usr/src/uts/common/io/igc/core/igc_i225.c
794
DEBUGOUT("Flash update time out\n");
usr/src/uts/common/io/igc/core/igc_i225.c
810
DEBUGOUT("Sector erase failed\n");
usr/src/uts/common/io/igc/core/igc_i225.c
834
DEBUGOUT("Failed to read from EEPROM\n");
usr/src/uts/common/io/igc/core/igc_mac.c
1004
DEBUGOUT("Auto read by HW from NVM has not completed.\n");
usr/src/uts/common/io/igc/core/igc_mac.c
1042
DEBUGOUT("Master requests are pending.\n");
usr/src/uts/common/io/igc/core/igc_mac.c
176
DEBUGOUT("Programming MAC Address into RAR[0]\n");
usr/src/uts/common/io/igc/core/igc_mac.c
215
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/igc/core/igc_mac.c
230
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/igc/core/igc_mac.c
240
DEBUGOUT("Ignoring Alternate Mac Address with MC bit set\n");
usr/src/uts/common/io/igc/core/igc_mac.c
511
DEBUGOUT("Error configuring flow control\n");
usr/src/uts/common/io/igc/core/igc_mac.c
563
DEBUGOUT("Initializing the Flow Control address, type and timer regs\n");
usr/src/uts/common/io/igc/core/igc_mac.c
685
DEBUGOUT("Flow control param set incorrectly\n");
usr/src/uts/common/io/igc/core/igc_mac.c
714
DEBUGOUT("Error forcing flow control settings\n");
usr/src/uts/common/io/igc/core/igc_mac.c
736
DEBUGOUT("Copper PHY and Auto Neg has not completed.\n");
usr/src/uts/common/io/igc/core/igc_mac.c
798
DEBUGOUT("Flow Control = FULL.\n");
usr/src/uts/common/io/igc/core/igc_mac.c
801
DEBUGOUT("Flow Control = Rx PAUSE frames only.\n");
usr/src/uts/common/io/igc/core/igc_mac.c
816
DEBUGOUT("Flow Control = Tx PAUSE frames only.\n");
usr/src/uts/common/io/igc/core/igc_mac.c
830
DEBUGOUT("Flow Control = Rx PAUSE frames only.\n");
usr/src/uts/common/io/igc/core/igc_mac.c
836
DEBUGOUT("Flow Control = NONE.\n");
usr/src/uts/common/io/igc/core/igc_mac.c
845
DEBUGOUT("Error getting link speed and duplex\n");
usr/src/uts/common/io/igc/core/igc_mac.c
857
DEBUGOUT("Error forcing flow control settings\n");
usr/src/uts/common/io/igc/core/igc_mac.c
890
DEBUGOUT("2500 Mbs, ");
usr/src/uts/common/io/igc/core/igc_mac.c
893
DEBUGOUT("1000 Mbs, ");
usr/src/uts/common/io/igc/core/igc_mac.c
897
DEBUGOUT("100 Mbs, ");
usr/src/uts/common/io/igc/core/igc_mac.c
900
DEBUGOUT("10 Mbs, ");
usr/src/uts/common/io/igc/core/igc_mac.c
905
DEBUGOUT("Full Duplex\n");
usr/src/uts/common/io/igc/core/igc_mac.c
908
DEBUGOUT("Half Duplex\n");
usr/src/uts/common/io/igc/core/igc_mac.c
939
DEBUGOUT("Driver can't access device - SMBI bit is set.\n");
usr/src/uts/common/io/igc/core/igc_mac.c
958
DEBUGOUT("Driver can't access the NVM\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
245
DEBUGOUT("Could not acquire NVM grant\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
358
DEBUGOUT("SPI NVM Status error\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
388
DEBUGOUT("nvm parameter(s) out of bounds\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
436
DEBUGOUT("nvm parameter(s) out of bounds\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
512
DEBUGOUT("PBA string buffer was null\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
518
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
524
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
533
DEBUGOUT("NVM PBA number is not stored as string\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
537
DEBUGOUT("PBA string buffer too small\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
569
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
574
DEBUGOUT("NVM PBA number section invalid length\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
579
DEBUGOUT("PBA string buffer too small\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
590
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
652
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
659
DEBUGOUT("NVM Checksum Invalid\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
685
DEBUGOUT("NVM Read Error while updating checksum.\n");
usr/src/uts/common/io/igc/core/igc_nvm.c
693
DEBUGOUT("NVM Write Error while updating checksum.\n");
usr/src/uts/common/io/igc/core/igc_phy.c
199
DEBUGOUT("MDI Read did not complete\n");
usr/src/uts/common/io/igc/core/igc_phy.c
203
DEBUGOUT("MDI Error\n");
usr/src/uts/common/io/igc/core/igc_phy.c
259
DEBUGOUT("MDI Write did not complete\n");
usr/src/uts/common/io/igc/core/igc_phy.c
263
DEBUGOUT("MDI Error\n");
usr/src/uts/common/io/igc/core/igc_phy.c
342
DEBUGOUT("Advertise 10mb Half duplex\n");
usr/src/uts/common/io/igc/core/igc_phy.c
348
DEBUGOUT("Advertise 10mb Full duplex\n");
usr/src/uts/common/io/igc/core/igc_phy.c
354
DEBUGOUT("Advertise 100mb Half duplex\n");
usr/src/uts/common/io/igc/core/igc_phy.c
360
DEBUGOUT("Advertise 100mb Full duplex\n");
usr/src/uts/common/io/igc/core/igc_phy.c
366
DEBUGOUT("Advertise 1000mb Half duplex request denied!\n");
usr/src/uts/common/io/igc/core/igc_phy.c
370
DEBUGOUT("Advertise 1000mb Full duplex\n");
usr/src/uts/common/io/igc/core/igc_phy.c
376
DEBUGOUT("Advertise 2500mb Half duplex request denied!\n");
usr/src/uts/common/io/igc/core/igc_phy.c
380
DEBUGOUT("Advertise 2500mb Full duplex\n");
usr/src/uts/common/io/igc/core/igc_phy.c
436
DEBUGOUT("Flow control param set incorrectly\n");
usr/src/uts/common/io/igc/core/igc_phy.c
488
DEBUGOUT("Reconfiguring auto-neg advertisement params\n");
usr/src/uts/common/io/igc/core/igc_phy.c
491
DEBUGOUT("Error Setting up Auto-Negotiation\n");
usr/src/uts/common/io/igc/core/igc_phy.c
494
DEBUGOUT("Restarting Auto-Neg\n");
usr/src/uts/common/io/igc/core/igc_phy.c
514
DEBUGOUT("Error while waiting for autoneg to complete\n");
usr/src/uts/common/io/igc/core/igc_phy.c
551
DEBUGOUT("Forcing Speed and Duplex\n");
usr/src/uts/common/io/igc/core/igc_phy.c
554
DEBUGOUT("Error Forcing Speed and Duplex\n");
usr/src/uts/common/io/igc/core/igc_phy.c
568
DEBUGOUT("Valid link established!!!\n");
usr/src/uts/common/io/igc/core/igc_phy.c
572
DEBUGOUT("Unable to establish link!!!\n");
usr/src/uts/common/io/igc/core/igc_phy.c
615
DEBUGOUT("Half Duplex\n");
usr/src/uts/common/io/igc/core/igc_phy.c
619
DEBUGOUT("Full Duplex\n");
usr/src/uts/common/io/igc/core/igc_phy.c
627
DEBUGOUT("Forcing 100mb\n");
usr/src/uts/common/io/igc/core/igc_phy.c
631
DEBUGOUT("Forcing 10mb\n");
usr/src/uts/common/io/igc/core/igc_phy.c
890
DEBUGOUT("Timeout expired after a phy reset\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1172
DEBUGOUT("EEPROM read did not pass.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
433
DEBUGOUT("Invalid water mark configuration\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
511
DEBUGOUT("Flow control param set incorrectly\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
587
DEBUGOUT("Autonegotiation did not complete.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
626
DEBUGOUT("Link was indicated but link is down\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
892
DEBUGOUT("Reset polling failed to complete.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1009
DEBUGOUT("Autoneg did not complete.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1126
DEBUGOUT("Reset polling failed to complete.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1268
DEBUGOUT("Flow Director previous command did not complete, aborting table re-initialization.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1307
DEBUGOUT("Flow Director Signature poll time exceeded!\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1359
DEBUGOUT("Flow Director poll time exceeded!\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1591
DEBUGOUT(" Error on flow type input\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1743
DEBUGOUT(" bucket hash should always be 0 in mask\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1752
DEBUGOUT(" Error on vm pool mask\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1761
DEBUGOUT(" Error on src/dst port mask\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1767
DEBUGOUT(" Error on flow type mask\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1790
DEBUGOUT(" Error on VLAN mask\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1802
DEBUGOUT(" Error on flexible byte mask\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1818
DEBUGOUT(" Error on inner_mac byte mask\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1833
DEBUGOUT(" Error on TNI/VNI byte mask\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1844
DEBUGOUT(" Error on tunnel type byte mask\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1983
DEBUGOUT("Flow Director command did not complete!\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2011
DEBUGOUT("Flow Director command did not complete!\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2057
DEBUGOUT(" Error on src/dst port\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2064
DEBUGOUT(" Error on src/dst port\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2078
DEBUGOUT(" Error on flow type input\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
220
DEBUGOUT("sfp module setup not complete\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2535
DEBUGOUT("auto negotiation not completed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2586
DEBUGOUT("Driver can't access resource,"
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2644
DEBUGOUT("Driver can't access resource,"
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
682
DEBUGOUT("Autoneg did not complete.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
784
DEBUGOUT("Invalid fixed module speed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
899
DEBUGOUT("Smartspeed has downgraded the link speed "
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1650
DEBUGOUT("Eeprom read timed out\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1754
DEBUGOUT("Eeprom write EEWR timed out\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1762
DEBUGOUT("Eeprom write EEWR timed out\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1857
DEBUGOUT("Could not acquire EEPROM grant\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1905
DEBUGOUT("Driver can't access the Eeprom - SMBI Semaphore "
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2019
DEBUGOUT("SPI EEPROM Status error\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2234
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2243
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2252
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2261
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2296
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2308
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2342
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2507
DEBUGOUT("Overriding MAC Address in RAR[0]\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2535
DEBUGOUT(" Clearing MTA\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2575
DEBUGOUT("ixgbe_add_uc_addr Complete\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2621
DEBUGOUT(" Adding the secondary addresses:\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2629
DEBUGOUT(" Entering address overflow promisc mode\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2637
DEBUGOUT(" Leaving address overflow promisc mode\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2644
DEBUGOUT("ixgbe_update_uc_addr_list_generic Complete\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2680
DEBUGOUT("MC filter type param set incorrectly\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2753
DEBUGOUT(" Clearing MTA\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2759
DEBUGOUT(" Adding the multicast addresses:\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2772
DEBUGOUT("ixgbe_update_mc_addr_list_generic Complete\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2841
DEBUGOUT("Invalid water mark configuration\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2980
DEBUGOUT("Flow Control = FULL.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2983
DEBUGOUT("Flow Control=RX PAUSE frames only\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2988
DEBUGOUT("Flow Control = TX PAUSE frames only.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2992
DEBUGOUT("Flow Control = RX PAUSE frames only.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2995
DEBUGOUT("Flow Control = NONE.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3020
DEBUGOUT("Auto-Negotiation did not complete or timed out\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3055
DEBUGOUT("Auto-Negotiation did not complete\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3062
DEBUGOUT("Link partner is not AN enabled\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3259
DEBUGOUT("GIO Primary Disable bit didn't clear - requesting resets\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3388
DEBUGOUT("Rx unit being enabled before security "
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3917
DEBUGOUT(" Clearing UTA\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4612
DEBUGOUT("IXGBE_HOST_EN bit disabled.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4618
DEBUGOUT("Buffer length failure, not aligned to dword");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4737
DEBUGOUT("Buffer not large enough for reply message.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5712
DEBUGOUT("Unexpected media type.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5763
DEBUGOUT("Unexpected media type.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5835
DEBUGOUT("Invalid fixed module speed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5844
DEBUGOUT("Failed to read Rx Rate Select RS0\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5854
DEBUGOUT("Failed to write Rx Rate Select RS0\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5863
DEBUGOUT("Failed to read Rx Rate Select RS1\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5873
DEBUGOUT("Failed to write Rx Rate Select RS1\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
659
DEBUGOUT("PBA string buffer was null\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
665
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
671
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
681
DEBUGOUT("NVM PBA number is not stored as string\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
685
DEBUGOUT("PBA string buffer too small\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
717
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
722
DEBUGOUT("NVM PBA number section invalid length\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
728
DEBUGOUT("PBA string buffer too small\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
739
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
766
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
769
DEBUGOUT("NVM Not supported\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
776
DEBUGOUT("NVM Read Error\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1175
DEBUGOUT("PHY reset did not complete.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1205
DEBUGOUT("DATA:\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1227
DEBUGOUT("CONTROL:\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1229
DEBUGOUT("EOL\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1232
DEBUGOUT("SOL\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1234
DEBUGOUT("Bad control value\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1240
DEBUGOUT("Bad control type\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1560
DEBUGOUT
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
167
DEBUGOUT("I2C byte read combined error - Retrying.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
169
DEBUGOUT("I2C byte read combined error.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1822
DEBUGOUT("QSFP module not supported\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1916
DEBUGOUT("SFP+ module not supported\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1929
DEBUGOUT("No matching SFP+ module found\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2088
DEBUGOUT("I2C byte read error - Retrying.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2090
DEBUGOUT("I2C byte read error.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2191
DEBUGOUT("I2C byte write error - Retrying.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2193
DEBUGOUT("I2C byte write error.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
232
DEBUGOUT("I2C byte write combined error - Retrying.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
234
DEBUGOUT("I2C byte write combined error.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2403
DEBUGOUT("I2C ack was not received.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
626
DEBUGOUT("PHY address command did not complete, returning IXGBE_ERR_PHY\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
656
DEBUGOUT("PHY read command didn't complete, returning IXGBE_ERR_PHY\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
194
DEBUGOUT("Issuing a function level reset to MAC\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
319
DEBUGOUT("MC filter type param set incorrectly\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
523
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
537
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
547
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
558
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
593
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
654
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
698
DEBUGOUT("Flash update time out\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
707
DEBUGOUT("Flash update complete\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
709
DEBUGOUT("Flash update time out\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
721
DEBUGOUT("Flash update complete\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
723
DEBUGOUT("Flash update time out\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
797
DEBUGOUT("Failed to get NVM access and register semaphore, returning IXGBE_ERR_SWFW_SYNC\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
823
DEBUGOUT("Failed to get NVM semaphore and register semaphore while forcefully ignoring FW semaphore bit(s) and setting SW semaphore bit(s), returning IXGBE_ERR_SWFW_SYNC\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
848
DEBUGOUT("Resource not released by other SW, returning IXGBE_ERR_SWFW_SYNC\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
852
DEBUGOUT("Returning error IXGBE_ERR_SWFW_SYNC\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1249
DEBUGOUT("Returning IXGBE_ERR_TOKEN_RETRY\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1279
DEBUGOUT("Put PHY Token host interface command failed");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1576
DEBUGOUT("Auto-negotiation did not complete\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1594
DEBUGOUT("Auto-negotiation did not complete\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2398
DEBUGOUT("Returning from reset HW due to PHY init failure\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2461
DEBUGOUT("Reset polling failed to complete.\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2708
DEBUGOUT("Invalid NW_MNG_IF_SEL.MDIO_PHY_ADD value\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3119
DEBUGOUT("EEPROM read buffer - semaphore failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3145
DEBUGOUT("Host interface command failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3235
DEBUGOUT("write ee hostif failed to get semaphore");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3262
DEBUGOUT("EEPROM write buffer - semaphore failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3271
DEBUGOUT("Eeprom buffered write failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3308
DEBUGOUT("Failed to read EEPROM image\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3345
DEBUGOUT("Failed to read EEPROM image\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3380
DEBUGOUT("Failed to read EEPROM image\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3470
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3522
DEBUGOUT("EEPROM read failed\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3979
DEBUGOUT("Auto-Negotiation did not complete\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3992
DEBUGOUT("Auto-Negotiation did not complete\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4001
DEBUGOUT("Auto-Negotiation did not complete\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4065
DEBUGOUT("Auto-Negotiation did not complete\n");
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4118
DEBUGOUT("Auto-Negotiation did not complete\n");
usr/src/uts/common/io/ixgbe/ixgbe_debug.h
92
#define ERROR_REPORT1(S, A) DEBUGOUT(S ":" A)