Home
last modified time | relevance | path

Searched refs:DEBUGOUT (Results 1 – 5 of 5) sorted by relevance

/drivers/net/ixgb/
Dixgb_hw.c129 DEBUGOUT("Exiting because the adapter is already stopped!!!\n"); in ixgb_adapter_stop()
139 DEBUGOUT("Masking off all interrupts\n"); in ixgb_adapter_stop()
155 DEBUGOUT("Issuing a global reset to MAC\n"); in ixgb_adapter_stop()
160 DEBUGOUT("Masking off all interrupts\n"); in ixgb_adapter_stop()
230 DEBUGOUT("Identified TXN17401 optics\n"); in ixgb_identify_phy()
240 DEBUGOUT("Identified TXN17201 optics\n"); in ixgb_identify_phy()
243 DEBUGOUT("Identified G6005 optics\n"); in ixgb_identify_phy()
248 DEBUGOUT("Identified G6104 optics\n"); in ixgb_identify_phy()
252 DEBUGOUT("Identified CX4\n"); in ixgb_identify_phy()
255 DEBUGOUT("Identified TXN17201 optics\n"); in ixgb_identify_phy()
[all …]
Dixgb_osdep.h47 #define DEBUGOUT(S) printk(KERN_DEBUG S "\n") macro
50 #define DEBUGOUT(S) macro
54 #define DEBUGFUNC(F) DEBUGOUT(F)
Dixgb_ee.c474 DEBUGOUT("ixgb_ee: Reading eeprom data\n"); in ixgb_get_eeprom_data()
483 DEBUGOUT("ixgb_ee: Checksum invalid.\n"); in ixgb_get_eeprom_data()
492 DEBUGOUT("ixgb_ee: Signature invalid.\n"); in ixgb_get_eeprom_data()
/drivers/net/e1000/
De1000_hw.c560 DEBUGOUT("Disabling MWI on 82542 rev 2.0\n"); in e1000_reset_hw()
569 DEBUGOUT("PCI-E Master disable polling has failed.\n"); in e1000_reset_hw()
574 DEBUGOUT("Masking off all interrupts\n"); in e1000_reset_hw()
636 DEBUGOUT("Issuing a global reset to MAC\n"); in e1000_reset_hw()
733 DEBUGOUT("Masking off all interrupts\n"); in e1000_reset_hw()
905 DEBUGOUT("Error Initializing Identification LED\n"); in e1000_init_hw()
916 DEBUGOUT("Initializing the IEEE VLAN\n"); in e1000_init_hw()
926 DEBUGOUT("Disabling MWI on 82542 rev 2.0\n"); in e1000_init_hw()
948 DEBUGOUT("Zeroing the MTA\n"); in e1000_init_hw()
1144 DEBUGOUT("EEPROM Read Error\n"); in e1000_setup_link()
[all …]
De1000_osdep.h45 #define DEBUGOUT(S) printk(KERN_DEBUG S "\n") macro
48 #define DEBUGOUT(S) macro
52 #define DEBUGFUNC(F) DEBUGOUT(F "\n")