Searched refs:TLAN_DBG (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/ti/ |
D | tlan.c | 385 TLAN_DBG(TLAN_DEBUG_PROBE, "Starting PCI Probe....\n"); in tlan_probe() 396 TLAN_DBG(TLAN_DEBUG_PROBE, "Starting EISA Probe....\n"); in tlan_probe() 492 TLAN_DBG(TLAN_DEBUG_GNRL, in tlan_probe1() 659 TLAN_DBG(TLAN_DEBUG_PROBE, "No EISA bus present\n"); in tlan_eisa_probe() 666 TLAN_DBG(TLAN_DEBUG_PROBE, "EISA_ID 0x%4x: 0x%4x\n", in tlan_eisa_probe() 668 TLAN_DBG(TLAN_DEBUG_PROBE, "EISA_ID 0x%4x: 0x%4x\n", in tlan_eisa_probe() 672 TLAN_DBG(TLAN_DEBUG_PROBE, in tlan_eisa_probe() 912 TLAN_DBG(TLAN_DEBUG_GNRL, "%s: Opened. TLAN Chip Rev: %x\n", in tlan_open() 981 TLAN_DBG(TLAN_DEBUG_GNRL, "%s: Transmit timed out.\n", dev->name); in tlan_tx_timeout() 1044 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
|