OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEBUGOUT
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/dev/pci/igc/
igc_mac.c
80
DEBUGOUT
("Programming MAC Address into RAR[0]\n");
119
DEBUGOUT
("NVM Read Error\n");
134
DEBUGOUT
("NVM Read Error\n");
144
DEBUGOUT
("Ignoring Alternate Mac Address with MC bit set\n");
555
DEBUGOUT
("Flow control param set incorrectly\n");
585
DEBUGOUT
("Error forcing flow control settings\n");
700
DEBUGOUT
("Flow Control = NONE.\n");
709
DEBUGOUT
("Error getting link speed and duplex\n");
721
DEBUGOUT
("Error forcing flow control settings\n");
755
DEBUGOUT
("2500 Mbs, ")
[
all
...]
igc_api.c
30
DEBUGOUT
("MAC Initialization Error\n");
34
DEBUGOUT
("mac.init_mac_params was NULL\n");
56
DEBUGOUT
("NVM Initialization Error\n");
60
DEBUGOUT
("nvm.init_nvm_params was NULL\n");
82
DEBUGOUT
("PHY Initialization Error\n");
86
DEBUGOUT
("phy.init_phy_params was NULL\n");
158
DEBUGOUT
("ERROR: MAC type could not be set properly.\n");
163
DEBUGOUT
("ERROR: Registers not mapped\n");
186
DEBUGOUT
("Hardware not supported\n");
igc_phy.c
209
DEBUGOUT
("MDI Read did not complete\n");
213
DEBUGOUT
("MDI Error\n");
267
DEBUGOUT
("MDI Write did not complete\n");
271
DEBUGOUT
("MDI Error\n");
343
DEBUGOUT
("Advertise 10mb Half duplex\n");
349
DEBUGOUT
("Advertise 10mb Full duplex\n");
355
DEBUGOUT
("Advertise 100mb Half duplex\n");
361
DEBUGOUT
("Advertise 100mb Full duplex\n");
367
DEBUGOUT
("Advertise 1000mb Half duplex request denied!\n");
371
DEBUGOUT
("Advertise 1000mb Full duplex\n")
[
all
...]
igc_base.c
75
DEBUGOUT
("Zeroing the MTA\n");
80
DEBUGOUT
("Zeroing the UTA\n");
if_igc.h
196
#define
DEBUGOUT
(...) \
198
#define DEBUGOUT1(...)
DEBUGOUT
(__VA_ARGS__)
199
#define DEBUGOUT2(...)
DEBUGOUT
(__VA_ARGS__)
200
#define DEBUGOUT3(...)
DEBUGOUT
(__VA_ARGS__)
201
#define DEBUGOUT7(...)
DEBUGOUT
(__VA_ARGS__)
202
#define DEBUGFUNC(F)
DEBUGOUT
(F "\n")
igc_i225.c
196
DEBUGOUT
("PCI-E Master disable polling has failed.\n");
198
DEBUGOUT
("Masking off all interrupts\n");
209
DEBUGOUT
("Issuing a global reset to MAC\n");
219
DEBUGOUT
("Auto Read Done did not complete\n");
303
DEBUGOUT
("Driver can't access resource, SW_FW_SYNC timeout.\n");
413
DEBUGOUT
("Driver can't access device -\n");
414
DEBUGOUT
("SMBI bit is set.\n");
434
DEBUGOUT
("Driver can't access the NVM\n");
552
DEBUGOUT
("nvm parameter(s) out of bounds\n");
572
DEBUGOUT
("Shadow RAM write EEWR timed out\n")
[
all
...]
igc_nvm.c
154
DEBUGOUT
("nvm parameter(s) out of bounds\n");
224
DEBUGOUT
("NVM Read Error\n");
231
DEBUGOUT
("NVM Checksum Invalid\n");
/src/sys/dev/pci/ixgbe/
ixgbe_82599.c
227
DEBUGOUT
("sfp module setup not complete\n");
670
DEBUGOUT
("Autoneg did not complete.\n");
772
DEBUGOUT
("Invalid fixed module speed\n");
887
DEBUGOUT
("Smartspeed has downgraded the link speed "
1001
DEBUGOUT
("Autoneg did not complete.\n");
1120
DEBUGOUT
("Reset polling failed to complete.\n");
1265
DEBUGOUT
("Flow Director previous command did not complete, aborting table re-initialization.\n");
1304
DEBUGOUT
("Flow Director Signature poll time exceeded!\n");
1356
DEBUGOUT
("Flow Director poll time exceeded!\n");
1588
DEBUGOUT
(" Error on flow type input\n")
[
all
...]
ixgbe_x540.c
532
DEBUGOUT
("EEPROM read failed\n");
546
DEBUGOUT
("EEPROM read failed\n");
556
DEBUGOUT
("EEPROM read failed\n");
567
DEBUGOUT
("EEPROM read failed\n");
602
DEBUGOUT
("EEPROM read failed\n");
663
DEBUGOUT
("EEPROM read failed\n");
707
DEBUGOUT
("Flash update time out\n");
716
DEBUGOUT
("Flash update complete\n");
718
DEBUGOUT
("Flash update time out\n");
730
DEBUGOUT
("Flash update complete\n")
[
all
...]
ixgbe_common.c
661
DEBUGOUT
("PBA string buffer was null\n");
667
DEBUGOUT
("NVM Read Error\n");
673
DEBUGOUT
("NVM Read Error\n");
683
DEBUGOUT
("NVM PBA number is not stored as string\n");
687
DEBUGOUT
("PBA string buffer too small\n");
719
DEBUGOUT
("NVM Read Error\n");
724
DEBUGOUT
("NVM PBA number section invalid length\n");
730
DEBUGOUT
("PBA string buffer too small\n");
741
DEBUGOUT
("NVM Read Error\n");
768
DEBUGOUT
("NVM Read Error\n")
[
all
...]
ixgbe_osdep.h
75
#define DEBUGFUNC(F)
DEBUGOUT
(F);
77
#define
DEBUGOUT
(S) printf(S "\n")
103
#define
DEBUGOUT
(S) do { } while (/*CONSTCOND*/false)
ixgbe_phy.c
175
DEBUGOUT
("I2C byte read combined error - Retrying.\n");
177
DEBUGOUT
("I2C byte read combined error.\n");
240
DEBUGOUT
("I2C byte write combined error - Retrying.\n");
242
DEBUGOUT
("I2C byte write combined error.\n");
614
DEBUGOUT
("PHY address command did not complete, returning IXGBE_ERR_PHY\n");
644
DEBUGOUT
("PHY read command didn't complete, returning IXGBE_ERR_PHY\n");
1208
DEBUGOUT
("PHY reset did not complete.\n");
1238
DEBUGOUT
("DATA:\n");
1260
DEBUGOUT
("CONTROL:\n");
1262
DEBUGOUT
("EOL\n")
[
all
...]
ixgbe_82598.c
439
DEBUGOUT
("Invalid water mark configuration\n");
517
DEBUGOUT
("Flow control param set incorrectly\n");
593
DEBUGOUT
("Autonegotiation did not complete.\n");
632
DEBUGOUT
("Link was indicated but link is down\n");
897
DEBUGOUT
("Reset polling failed to complete.\n");
1177
DEBUGOUT
("EEPROM read did not pass.\n");
ixgbe_x550.c
1427
DEBUGOUT
("Returning IXGBE_ERR_TOKEN_RETRY\n");
1457
DEBUGOUT
("Put PHY Token host interface command failed");
1818
DEBUGOUT
("Auto-negotiation did not complete\n");
1836
DEBUGOUT
("Auto-negotiation did not complete\n");
2637
DEBUGOUT
("Returning from reset HW due to PHY init failure\n");
2700
DEBUGOUT
("Reset polling failed to complete.\n");
2953
DEBUGOUT
("Invalid NW_MNG_IF_SEL.MDIO_PHY_ADD value\n");
3364
DEBUGOUT
("EEPROM read buffer - semaphore failed\n");
3390
DEBUGOUT
("Host interface command failed\n");
3479
DEBUGOUT
("write ee hostif failed to get semaphore")
[
all
...]
ixgbe_vf.c
205
DEBUGOUT
("Issuing a function level reset to MAC\n");
330
DEBUGOUT
("MC filter type param set incorrectly\n");
Completed in 43 milliseconds
Indexes created Tue Oct 14 21:09:58 GMT 2025