Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c347 wx_dbg(wx, "write value:\n"); in wx_host_interface_command()
349 wx_dbg(wx, "%x ", buffer[i]); in wx_host_interface_command()
350 wx_dbg(wx, "read value:\n"); in wx_host_interface_command()
352 wx_dbg(wx, "%x ", buf[i]); in wx_host_interface_command()
353 wx_dbg(wx, "\ncheck: %x %x\n", buffer[0] & 0xff, ~buf[0] >> 24); in wx_host_interface_command()
548 wx_dbg(wx, "Eeprom params: type = %d, size = %d\n", in wx_init_eeprom_params()
723 wx_dbg(wx, " Clearing UTA\n"); in wx_init_uta_tables()
750 wx_dbg(wx, "Keeping Current RAR0 Addr = %pM\n", wx->mac.addr); in wx_init_rx_addrs()
753 wx_dbg(wx, "Overriding MAC Address in RAR[0]\n"); in wx_init_rx_addrs()
754 wx_dbg(wx, "New MAC Addr = %pM\n", wx->mac.addr); in wx_init_rx_addrs()
[all …]
H A Dwx_type.h1188 #define wx_dbg(wx, fmt, arg...) \ macro
/linux/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_fdir.c216 wx_dbg(wx, "Tx Queue=%x hash=%x\n", queue, (u32)fdirhashcmd); in txgbe_fdir_add_signature_filter()
322 wx_dbg(wx, "bucket hash should always be 0 in mask\n"); in txgbe_fdir_set_input_mask()
509 wx_dbg(wx, "Flow Director poll time exceeded!\n"); in txgbe_fdir_enable()
H A Dtxgbe_ethtool.c253 wx_dbg(txgbe->wx, "FDIR entry already exist\n"); in txgbe_match_ethtool_fdir_entry()