Searched refs:TLAN_DBG (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/ti/ |
D | tlan.c | 405 TLAN_DBG(TLAN_DEBUG_PROBE, "Starting PCI Probe....\n"); in tlan_probe() 416 TLAN_DBG(TLAN_DEBUG_PROBE, "Starting EISA Probe....\n"); in tlan_probe() 512 TLAN_DBG(TLAN_DEBUG_GNRL, in tlan_probe1() 680 TLAN_DBG(TLAN_DEBUG_PROBE, "No EISA bus present\n"); in tlan_eisa_probe() 687 TLAN_DBG(TLAN_DEBUG_PROBE, "EISA_ID 0x%4x: 0x%4x\n", in tlan_eisa_probe() 689 TLAN_DBG(TLAN_DEBUG_PROBE, "EISA_ID 0x%4x: 0x%4x\n", in tlan_eisa_probe() 693 TLAN_DBG(TLAN_DEBUG_PROBE, in tlan_eisa_probe() 935 TLAN_DBG(TLAN_DEBUG_GNRL, "%s: Opened. TLAN Chip Rev: %x\n", in tlan_open() 1003 TLAN_DBG(TLAN_DEBUG_GNRL, "%s: Transmit timed out.\n", dev->name); in tlan_tx_timeout() 1066 TLAN_DBG(TLAN_DEBUG_TX, "TRANSMIT: %s PHY is not ready\n", in tlan_start_tx() [all …]
|
D | tlan.h | 43 #define TLAN_DBG(lvl, format, args...) \ macro
|