Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c329 wx_dbg(wx, "write value:\n"); in wx_host_interface_command_s()
331 wx_dbg(wx, "%x ", buffer[i]); in wx_host_interface_command_s()
332 wx_dbg(wx, "read value:\n"); in wx_host_interface_command_s()
334 wx_dbg(wx, "%x ", buf[i]); in wx_host_interface_command_s()
335 wx_dbg(wx, "\ncheck: %x %x\n", buffer[0] & 0xff, ~buf[0] >> 24); in wx_host_interface_command_s()
696 wx_dbg(wx, "Eeprom params: type = %d, size = %d\n", in wx_init_eeprom_params()
878 wx_dbg(wx, " Clearing UTA\n"); in wx_init_uta_tables()
905 wx_dbg(wx, "Keeping Current RAR0 Addr = %pM\n", wx->mac.addr); in wx_init_rx_addrs()
908 wx_dbg(wx, "Overriding MAC Address in RAR[0]\n"); in wx_init_rx_addrs()
909 wx_dbg(wx, "New MAC Addr = %pM\n", wx->mac.addr); in wx_init_rx_addrs()
[all …]
H A Dwx_vf_common.c201 wx_dbg(wx, "Failed to set MTU at %d\n", netdev->mtu); in wx_configure_rx_vf()
H A Dwx_type.h1473 #define wx_dbg(wx, fmt, arg...) \ macro