sys/dev/pci/igc/if_igc.h
199
#define DEBUGOUT1(...) DEBUGOUT(__VA_ARGS__)
sys/dev/pci/igc/if_igc.h
200
#define DEBUGOUT2(...) DEBUGOUT(__VA_ARGS__)
sys/dev/pci/igc/if_igc.h
201
#define DEBUGOUT3(...) DEBUGOUT(__VA_ARGS__)
sys/dev/pci/igc/if_igc.h
202
#define DEBUGOUT7(...) DEBUGOUT(__VA_ARGS__)
sys/dev/pci/igc/if_igc.h
203
#define DEBUGFUNC(F) DEBUGOUT(F "\n")
sys/dev/pci/igc/igc_api.c
158
DEBUGOUT("ERROR: MAC type could not be set properly.\n");
sys/dev/pci/igc/igc_api.c
163
DEBUGOUT("ERROR: Registers not mapped\n");
sys/dev/pci/igc/igc_api.c
186
DEBUGOUT("Hardware not supported\n");
sys/dev/pci/igc/igc_api.c
30
DEBUGOUT("MAC Initialization Error\n");
sys/dev/pci/igc/igc_api.c
34
DEBUGOUT("mac.init_mac_params was NULL\n");
sys/dev/pci/igc/igc_api.c
56
DEBUGOUT("NVM Initialization Error\n");
sys/dev/pci/igc/igc_api.c
60
DEBUGOUT("nvm.init_nvm_params was NULL\n");
sys/dev/pci/igc/igc_api.c
82
DEBUGOUT("PHY Initialization Error\n");
sys/dev/pci/igc/igc_api.c
86
DEBUGOUT("phy.init_phy_params was NULL\n");
sys/dev/pci/igc/igc_base.c
75
DEBUGOUT("Zeroing the MTA\n");
sys/dev/pci/igc/igc_base.c
80
DEBUGOUT("Zeroing the UTA\n");
sys/dev/pci/igc/igc_i225.c
1062
DEBUGOUT("Error configuring flow control\n");
sys/dev/pci/igc/igc_i225.c
1152
DEBUGOUT("LPI Clock Stop Bit should not be set!\n");
sys/dev/pci/igc/igc_i225.c
196
DEBUGOUT("PCI-E Master disable polling has failed.\n");
sys/dev/pci/igc/igc_i225.c
198
DEBUGOUT("Masking off all interrupts\n");
sys/dev/pci/igc/igc_i225.c
209
DEBUGOUT("Issuing a global reset to MAC\n");
sys/dev/pci/igc/igc_i225.c
219
DEBUGOUT("Auto Read Done did not complete\n");
sys/dev/pci/igc/igc_i225.c
303
DEBUGOUT("Driver can't access resource, SW_FW_SYNC timeout.\n");
sys/dev/pci/igc/igc_i225.c
413
DEBUGOUT("Driver can't access device -\n");
sys/dev/pci/igc/igc_i225.c
414
DEBUGOUT("SMBI bit is set.\n");
sys/dev/pci/igc/igc_i225.c
434
DEBUGOUT("Driver can't access the NVM\n");
sys/dev/pci/igc/igc_i225.c
552
DEBUGOUT("nvm parameter(s) out of bounds\n");
sys/dev/pci/igc/igc_i225.c
572
DEBUGOUT("Shadow RAM write EEWR timed out\n");
sys/dev/pci/igc/igc_i225.c
638
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/igc/igc_i225.c
652
DEBUGOUT("NVM Read Error while updating\n");
sys/dev/pci/igc/igc_i225.c
653
DEBUGOUT("checksum.\n");
sys/dev/pci/igc/igc_i225.c
663
DEBUGOUT("NVM Write Error while updating checksum.\n");
sys/dev/pci/igc/igc_i225.c
749
DEBUGOUT("Flash transaction was not done\n");
sys/dev/pci/igc/igc_i225.c
760
DEBUGOUT("Write flash command failed\n");
sys/dev/pci/igc/igc_i225.c
794
DEBUGOUT("Flash update time out\n");
sys/dev/pci/igc/igc_i225.c
803
DEBUGOUT("Flash update complete\n");
sys/dev/pci/igc/igc_i225.c
805
DEBUGOUT("Flash update time out\n");
sys/dev/pci/igc/igc_i225.c
820
DEBUGOUT("Sector erase failed\n");
sys/dev/pci/igc/igc_i225.c
843
DEBUGOUT("Failed to read from EEPROM\n");
sys/dev/pci/igc/igc_mac.c
119
DEBUGOUT("NVM Read Error\n");
sys/dev/pci/igc/igc_mac.c
134
DEBUGOUT("NVM Read Error\n");
sys/dev/pci/igc/igc_mac.c
144
DEBUGOUT("Ignoring Alternate Mac Address with MC bit set\n");
sys/dev/pci/igc/igc_mac.c
555
DEBUGOUT("Flow control param set incorrectly\n");
sys/dev/pci/igc/igc_mac.c
585
DEBUGOUT("Error forcing flow control settings\n");
sys/dev/pci/igc/igc_mac.c
700
DEBUGOUT("Flow Control = NONE.\n");
sys/dev/pci/igc/igc_mac.c
709
DEBUGOUT("Error getting link speed and duplex\n");
sys/dev/pci/igc/igc_mac.c
721
DEBUGOUT("Error forcing flow control settings\n");
sys/dev/pci/igc/igc_mac.c
755
DEBUGOUT("2500 Mbs, ");
sys/dev/pci/igc/igc_mac.c
758
DEBUGOUT("1000 Mbs, ");
sys/dev/pci/igc/igc_mac.c
762
DEBUGOUT("100 Mbs, ");
sys/dev/pci/igc/igc_mac.c
765
DEBUGOUT("10 Mbs, ");
sys/dev/pci/igc/igc_mac.c
770
DEBUGOUT("Full Duplex\n");
sys/dev/pci/igc/igc_mac.c
773
DEBUGOUT("Half Duplex\n");
sys/dev/pci/igc/igc_mac.c
80
DEBUGOUT("Programming MAC Address into RAR[0]\n");
sys/dev/pci/igc/igc_mac.c
819
DEBUGOUT("Auto read by HW from NVM has not completed.\n");
sys/dev/pci/igc/igc_mac.c
858
DEBUGOUT("Master requests are pending.\n");
sys/dev/pci/igc/igc_nvm.c
154
DEBUGOUT("nvm parameter(s) out of bounds\n");
sys/dev/pci/igc/igc_nvm.c
224
DEBUGOUT("NVM Read Error\n");
sys/dev/pci/igc/igc_nvm.c
231
DEBUGOUT("NVM Checksum Invalid\n");
sys/dev/pci/igc/igc_phy.c
209
DEBUGOUT("MDI Read did not complete\n");
sys/dev/pci/igc/igc_phy.c
213
DEBUGOUT("MDI Error\n");
sys/dev/pci/igc/igc_phy.c
267
DEBUGOUT("MDI Write did not complete\n");
sys/dev/pci/igc/igc_phy.c
271
DEBUGOUT("MDI Error\n");
sys/dev/pci/igc/igc_phy.c
343
DEBUGOUT("Advertise 10mb Half duplex\n");
sys/dev/pci/igc/igc_phy.c
349
DEBUGOUT("Advertise 10mb Full duplex\n");
sys/dev/pci/igc/igc_phy.c
355
DEBUGOUT("Advertise 100mb Half duplex\n");
sys/dev/pci/igc/igc_phy.c
361
DEBUGOUT("Advertise 100mb Full duplex\n");
sys/dev/pci/igc/igc_phy.c
367
DEBUGOUT("Advertise 1000mb Half duplex request denied!\n");
sys/dev/pci/igc/igc_phy.c
371
DEBUGOUT("Advertise 1000mb Full duplex\n");
sys/dev/pci/igc/igc_phy.c
377
DEBUGOUT("Advertise 2500mb Half duplex request denied!\n");
sys/dev/pci/igc/igc_phy.c
381
DEBUGOUT("Advertise 2500mb Full duplex\n");
sys/dev/pci/igc/igc_phy.c
436
DEBUGOUT("Flow control param set incorrectly\n");
sys/dev/pci/igc/igc_phy.c
487
DEBUGOUT("Reconfiguring auto-neg advertisement params\n");
sys/dev/pci/igc/igc_phy.c
490
DEBUGOUT("Error Setting up Auto-Negotiation\n");
sys/dev/pci/igc/igc_phy.c
493
DEBUGOUT("Restarting Auto-Neg\n");
sys/dev/pci/igc/igc_phy.c
549
DEBUGOUT("Forcing Speed and Duplex\n");
sys/dev/pci/igc/igc_phy.c
552
DEBUGOUT("Error Forcing Speed and Duplex\n");
sys/dev/pci/igc/igc_phy.c
566
DEBUGOUT("Valid link established!!!\n");
sys/dev/pci/igc/igc_phy.c
570
DEBUGOUT("Unable to establish link!!!\n");
sys/dev/pci/igc/igc_phy.c
740
DEBUGOUT("Timeout expired after a phy reset\n");
sys/dev/pci/ixgbe/ixgbe_82598.c
1177
DEBUGOUT("EEPROM read did not pass.\n");
sys/dev/pci/ixgbe/ixgbe_82598.c
439
DEBUGOUT("Invalid water mark configuration\n");
sys/dev/pci/ixgbe/ixgbe_82598.c
517
DEBUGOUT("Flow control param set incorrectly\n");
sys/dev/pci/ixgbe/ixgbe_82598.c
593
DEBUGOUT("Autonegotiation did not complete.\n");
sys/dev/pci/ixgbe/ixgbe_82598.c
632
DEBUGOUT("Link was indicated but link is down\n");
sys/dev/pci/ixgbe/ixgbe_82598.c
897
DEBUGOUT("Reset polling failed to complete.\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1001
DEBUGOUT("Autoneg did not complete.\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1120
DEBUGOUT("Reset polling failed to complete.\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1265
DEBUGOUT("Flow Director previous command did not complete, aborting table re-initialization.\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1304
DEBUGOUT("Flow Director Signature poll time exceeded!\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1356
DEBUGOUT("Flow Director poll time exceeded!\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1588
DEBUGOUT(" Error on flow type input\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1740
DEBUGOUT(" bucket hash should always be 0 in mask\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1749
DEBUGOUT(" Error on vm pool mask\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1758
DEBUGOUT(" Error on src/dst port mask\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1764
DEBUGOUT(" Error on flow type mask\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1785
DEBUGOUT(" Error on VLAN mask\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1797
DEBUGOUT(" Error on flexible byte mask\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1813
DEBUGOUT(" Error on inner_mac byte mask\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1828
DEBUGOUT(" Error on TNI/VNI byte mask\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1839
DEBUGOUT(" Error on tunnel type byte mask\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
1978
DEBUGOUT("Flow Director command did not complete!\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
2006
DEBUGOUT("Flow Director command did not complete!\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
2052
DEBUGOUT(" Error on src/dst port\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
2059
DEBUGOUT(" Error on src/dst port\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
2071
DEBUGOUT(" Error on flow type input\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
227
DEBUGOUT("sfp module setup not complete\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
2528
DEBUGOUT("auto negotiation not completed\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
2579
DEBUGOUT("Driver can't access resource,"
sys/dev/pci/ixgbe/ixgbe_82599.c
2637
DEBUGOUT("Driver can't access resource,"
sys/dev/pci/ixgbe/ixgbe_82599.c
670
DEBUGOUT("Autoneg did not complete.\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
772
DEBUGOUT("Invalid fixed module speed\n");
sys/dev/pci/ixgbe/ixgbe_82599.c
887
DEBUGOUT("Smartspeed has downgraded the link speed "
sys/dev/pci/ixgbe/ixgbe_common.c
1667
DEBUGOUT("Eeprom read timed out\n");
sys/dev/pci/ixgbe/ixgbe_common.c
1771
DEBUGOUT("Eeprom write EEWR timed out\n");
sys/dev/pci/ixgbe/ixgbe_common.c
1779
DEBUGOUT("Eeprom write EEWR timed out\n");
sys/dev/pci/ixgbe/ixgbe_common.c
1874
DEBUGOUT("Could not acquire EEPROM grant\n");
sys/dev/pci/ixgbe/ixgbe_common.c
1922
DEBUGOUT("Driver can't access the Eeprom - SMBI Semaphore "
sys/dev/pci/ixgbe/ixgbe_common.c
2036
DEBUGOUT("SPI EEPROM Status error\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2251
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2260
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2269
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2278
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2313
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2325
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2359
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2524
DEBUGOUT("Overriding MAC Address in RAR[0]\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2552
DEBUGOUT(" Clearing MTA\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2592
DEBUGOUT("ixgbe_add_uc_addr Complete\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2638
DEBUGOUT(" Adding the secondary addresses:\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2646
DEBUGOUT(" Entering address overflow promisc mode\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2654
DEBUGOUT(" Leaving address overflow promisc mode\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2661
DEBUGOUT("ixgbe_update_uc_addr_list_generic Complete\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2697
DEBUGOUT("MC filter type param set incorrectly\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2770
DEBUGOUT(" Clearing MTA\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2776
DEBUGOUT(" Adding the multicast addresses:\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2789
DEBUGOUT("ixgbe_update_mc_addr_list_generic Complete\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2858
DEBUGOUT("Invalid water mark configuration\n");
sys/dev/pci/ixgbe/ixgbe_common.c
2997
DEBUGOUT("Flow Control = FULL.\n");
sys/dev/pci/ixgbe/ixgbe_common.c
3000
DEBUGOUT("Flow Control=RX PAUSE frames only\n");
sys/dev/pci/ixgbe/ixgbe_common.c
3005
DEBUGOUT("Flow Control = TX PAUSE frames only.\n");
sys/dev/pci/ixgbe/ixgbe_common.c
3009
DEBUGOUT("Flow Control = RX PAUSE frames only.\n");
sys/dev/pci/ixgbe/ixgbe_common.c
3012
DEBUGOUT("Flow Control = NONE.\n");
sys/dev/pci/ixgbe/ixgbe_common.c
3037
DEBUGOUT("Auto-Negotiation did not complete or timed out\n");
sys/dev/pci/ixgbe/ixgbe_common.c
3072
DEBUGOUT("Auto-Negotiation did not complete\n");
sys/dev/pci/ixgbe/ixgbe_common.c
3079
DEBUGOUT("Link partner is not AN enabled\n");
sys/dev/pci/ixgbe/ixgbe_common.c
3276
DEBUGOUT("GIO Primary Disable bit didn't clear - requesting resets\n");
sys/dev/pci/ixgbe/ixgbe_common.c
3405
DEBUGOUT("Rx unit being enabled before security "
sys/dev/pci/ixgbe/ixgbe_common.c
3929
DEBUGOUT(" Clearing UTA\n");
sys/dev/pci/ixgbe/ixgbe_common.c
4606
DEBUGOUT("IXGBE_HOST_EN bit disabled.\n");
sys/dev/pci/ixgbe/ixgbe_common.c
4612
DEBUGOUT("Buffer length failure, not aligned to dword");
sys/dev/pci/ixgbe/ixgbe_common.c
4731
DEBUGOUT("Buffer not large enough for reply message.\n");
sys/dev/pci/ixgbe/ixgbe_common.c
5434
DEBUGOUT("Unexpected media type.\n");
sys/dev/pci/ixgbe/ixgbe_common.c
5485
DEBUGOUT("Unexpected media type.\n");
sys/dev/pci/ixgbe/ixgbe_common.c
5564
DEBUGOUT("Invalid fixed module speed\n");
sys/dev/pci/ixgbe/ixgbe_common.c
5573
DEBUGOUT("Failed to read Rx Rate Select RS0\n");
sys/dev/pci/ixgbe/ixgbe_common.c
5583
DEBUGOUT("Failed to write Rx Rate Select RS0\n");
sys/dev/pci/ixgbe/ixgbe_common.c
5592
DEBUGOUT("Failed to read Rx Rate Select RS1\n");
sys/dev/pci/ixgbe/ixgbe_common.c
5602
DEBUGOUT("Failed to write Rx Rate Select RS1\n");
sys/dev/pci/ixgbe/ixgbe_common.c
661
DEBUGOUT("PBA string buffer was null\n");
sys/dev/pci/ixgbe/ixgbe_common.c
667
DEBUGOUT("NVM Read Error\n");
sys/dev/pci/ixgbe/ixgbe_common.c
673
DEBUGOUT("NVM Read Error\n");
sys/dev/pci/ixgbe/ixgbe_common.c
683
DEBUGOUT("NVM PBA number is not stored as string\n");
sys/dev/pci/ixgbe/ixgbe_common.c
687
DEBUGOUT("PBA string buffer too small\n");
sys/dev/pci/ixgbe/ixgbe_common.c
719
DEBUGOUT("NVM Read Error\n");
sys/dev/pci/ixgbe/ixgbe_common.c
724
DEBUGOUT("NVM PBA number section invalid length\n");
sys/dev/pci/ixgbe/ixgbe_common.c
730
DEBUGOUT("PBA string buffer too small\n");
sys/dev/pci/ixgbe/ixgbe_common.c
741
DEBUGOUT("NVM Read Error\n");
sys/dev/pci/ixgbe/ixgbe_common.c
768
DEBUGOUT("NVM Read Error\n");
sys/dev/pci/ixgbe/ixgbe_common.c
771
DEBUGOUT("NVM Not supported\n");
sys/dev/pci/ixgbe/ixgbe_common.c
778
DEBUGOUT("NVM Read Error\n");
sys/dev/pci/ixgbe/ixgbe_osdep.h
75
#define DEBUGFUNC(F) DEBUGOUT(F);
sys/dev/pci/ixgbe/ixgbe_phy.c
1208
DEBUGOUT("PHY reset did not complete.\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
1238
DEBUGOUT("DATA:\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
1260
DEBUGOUT("CONTROL:\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
1262
DEBUGOUT("EOL\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
1265
DEBUGOUT("SOL\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
1267
DEBUGOUT("Bad control value\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
1273
DEBUGOUT("Bad control type\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
1618
DEBUGOUT("SFP+ module not supported\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
175
DEBUGOUT("I2C byte read combined error - Retrying.\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
177
DEBUGOUT("I2C byte read combined error.\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
1874
DEBUGOUT("QSFP module not supported\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
1968
DEBUGOUT("SFP+ module not supported\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
1981
DEBUGOUT("No matching SFP+ module found\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
2140
DEBUGOUT("I2C byte read error - Retrying.\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
2142
DEBUGOUT("I2C byte read error.\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
2244
DEBUGOUT("I2C byte write error - Retrying.\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
2246
DEBUGOUT("I2C byte write error.\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
240
DEBUGOUT("I2C byte write combined error - Retrying.\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
242
DEBUGOUT("I2C byte write combined error.\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
2456
DEBUGOUT("I2C ack was not received.\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
614
DEBUGOUT("PHY address command did not complete, returning IXGBE_ERR_PHY\n");
sys/dev/pci/ixgbe/ixgbe_phy.c
644
DEBUGOUT("PHY read command didn't complete, returning IXGBE_ERR_PHY\n");
sys/dev/pci/ixgbe/ixgbe_vf.c
205
DEBUGOUT("Issuing a function level reset to MAC\n");
sys/dev/pci/ixgbe/ixgbe_vf.c
330
DEBUGOUT("MC filter type param set incorrectly\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
532
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
546
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
556
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
567
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
602
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
663
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
707
DEBUGOUT("Flash update time out\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
716
DEBUGOUT("Flash update complete\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
718
DEBUGOUT("Flash update time out\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
730
DEBUGOUT("Flash update complete\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
732
DEBUGOUT("Flash update time out\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
806
DEBUGOUT("Failed to get NVM access and register semaphore, returning IXGBE_ERR_SWFW_SYNC\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
832
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");
sys/dev/pci/ixgbe/ixgbe_x540.c
857
DEBUGOUT("Resource not released by other SW, returning IXGBE_ERR_SWFW_SYNC\n");
sys/dev/pci/ixgbe/ixgbe_x540.c
861
DEBUGOUT("Returning error IXGBE_ERR_SWFW_SYNC\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
1427
DEBUGOUT("Returning IXGBE_ERR_TOKEN_RETRY\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
1457
DEBUGOUT("Put PHY Token host interface command failed");
sys/dev/pci/ixgbe/ixgbe_x550.c
1818
DEBUGOUT("Auto-negotiation did not complete\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
1836
DEBUGOUT("Auto-negotiation did not complete\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
2637
DEBUGOUT("Returning from reset HW due to PHY init failure\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
2700
DEBUGOUT("Reset polling failed to complete.\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
2953
DEBUGOUT("Invalid NW_MNG_IF_SEL.MDIO_PHY_ADD value\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
3364
DEBUGOUT("EEPROM read buffer - semaphore failed\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
3390
DEBUGOUT("Host interface command failed\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
3479
DEBUGOUT("write ee hostif failed to get semaphore");
sys/dev/pci/ixgbe/ixgbe_x550.c
3506
DEBUGOUT("EEPROM write buffer - semaphore failed\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
3515
DEBUGOUT("Eeprom buffered write failed\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
3552
DEBUGOUT("Failed to read EEPROM image\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
3589
DEBUGOUT("Failed to read EEPROM image\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
3624
DEBUGOUT("Failed to read EEPROM image\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
3714
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
3766
DEBUGOUT("EEPROM read failed\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
4221
DEBUGOUT("Auto-Negotiation did not complete\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
4234
DEBUGOUT("Auto-Negotiation did not complete\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
4243
DEBUGOUT("Auto-Negotiation did not complete\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
4307
DEBUGOUT("Auto-Negotiation did not complete\n");
sys/dev/pci/ixgbe/ixgbe_x550.c
4360
DEBUGOUT("Auto-Negotiation did not complete\n");