Home
last modified time | relevance | path

Searched refs:wx_dbg (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c255 wx_dbg(wx, "write value:\n"); in wx_host_interface_command()
257 wx_dbg(wx, "%x ", buffer[i]); in wx_host_interface_command()
258 wx_dbg(wx, "read value:\n"); in wx_host_interface_command()
260 wx_dbg(wx, "%x ", buf[i]); in wx_host_interface_command()
261 wx_dbg(wx, "\ncheck: %x %x\n", buffer[0] & 0xff, ~buf[0] >> 24); in wx_host_interface_command()
456 wx_dbg(wx, "Eeprom params: type = %d, size = %d\n", in wx_init_eeprom_params()
631 wx_dbg(wx, " Clearing UTA\n"); in wx_init_uta_tables()
658 wx_dbg(wx, "Keeping Current RAR0 Addr = %pM\n", wx->mac.addr); in wx_init_rx_addrs()
661 wx_dbg(wx, "Overriding MAC Address in RAR[0]\n"); in wx_init_rx_addrs()
662 wx_dbg(wx, "New MAC Addr = %pM\n", wx->mac.addr); in wx_init_rx_addrs()
[all …]
H A Dwx_type.h962 #define wx_dbg(wx, fmt, arg...) \ macro