Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/wangxun/libwx/
Dwx_hw.c247 wx_dbg(wx, "Command has failed with no status valid.\n"); in wx_host_interface_command()
255 wx_dbg(wx, "It's unknown cmd.\n"); in wx_host_interface_command()
260 wx_dbg(wx, "write value:\n"); in wx_host_interface_command()
262 wx_dbg(wx, "%x ", buffer[i]); in wx_host_interface_command()
263 wx_dbg(wx, "read value:\n"); in wx_host_interface_command()
265 wx_dbg(wx, "%x ", buf[i]); in wx_host_interface_command()
458 wx_dbg(wx, "Eeprom params: type = %d, size = %d\n", in wx_init_eeprom_params()
633 wx_dbg(wx, " Clearing UTA\n"); in wx_init_uta_tables()
660 wx_dbg(wx, "Keeping Current RAR0 Addr = %pM\n", wx->mac.addr); in wx_init_rx_addrs()
663 wx_dbg(wx, "Overriding MAC Address in RAR[0]\n"); in wx_init_rx_addrs()
[all …]
Dwx_type.h963 #define wx_dbg(wx, fmt, arg...) \ macro