Home
last modified time | relevance | path

Searched refs:wx_dbg (Results 1 – 5 of 5) 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
/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()
323 wx_dbg(wx, "bucket hash should always be 0 in mask\n"); in txgbe_fdir_set_input_mask()
512 wx_dbg(wx, "Flow Director poll time exceeded!\n"); in txgbe_fdir_enable()
H A Dtxgbe_ethtool.c280 wx_dbg(txgbe->wx, "FDIR entry already exist\n"); in txgbe_match_ethtool_fdir_entry()