Searched refs:en_warn (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_ethtool.c | 742 en_warn(priv, "Failed to run mlx4_ACCESS_PTYS_REG status(%x)", in ethtool_get_ptys_settings() 898 en_warn(priv, "Failed to QUERY mlx4_ACCESS_PTYS_REG status(%x)\n", in mlx4_en_set_settings() 910 en_warn(priv, "Not supported link mode(s) requested, check supported link modes.\n"); in mlx4_en_set_settings() 924 en_warn(priv, "Failed to write mlx4_ACCESS_PTYS_REG eth_proto_admin(0x%x) status(0x%x)", in mlx4_en_set_settings() 931 en_warn(priv, "Port link mode changed, restarting port...\n"); in mlx4_en_set_settings() 1124 …en_warn(priv, "Toeplitz hash function should be used in conjunction with RX hashing for optimal pe… in mlx4_en_check_rxfh_func() 1130 en_warn(priv, "Enabling both XOR Hash function and RX Hashing can limit RPS functionality\n"); in mlx4_en_check_rxfh_func() 1518 en_warn(priv, "rxnfc: RX ring (%llu) doesn't exist\n", in mlx4_en_flow_replace() 1524 en_warn(priv, "rxnfc: RX ring (%llu) is inactive\n", in mlx4_en_flow_replace() 1688 en_warn(priv, "Unsupported ethtool command. (%d)\n", cmd->cmd); in mlx4_en_set_rxnfc() [all …]
|
D | en_netdev.c | 181 en_warn(priv, "RFS: ignoring unsupported ip protocol (%d)\n", in mlx4_en_filter_work() 540 en_warn(priv, "Failed Attaching Unicast\n"); in mlx4_en_uc_steer_add() 811 en_warn(priv, "Entering promiscuous mode\n"); in mlx4_en_set_promisc_mode() 870 en_warn(priv, "Leaving promiscuous mode\n"); in mlx4_en_clear_promisc_mode() 1157 en_warn(priv, "Forcing promiscuous mode on port:%d\n", in mlx4_en_do_uc_filter() 1160 en_warn(priv, "Stop forcing promiscuous mode on port:%d\n", in mlx4_en_do_uc_filter() 1301 en_warn(priv, "Tx timeout called on port:%d\n", priv->port); in mlx4_en_tx_timeout() 1306 en_warn(priv, "TX timeout on queue: %d, QP: 0x%x, CQ: 0x%x, Cons: 0x%x, Prod: 0x%x\n", in mlx4_en_tx_timeout() 2417 en_warn(priv, "vxlan port %d configured, can't add port %d\n", in mlx4_en_add_vxlan_port() 2919 en_warn(priv, "Assigned random MAC address %pM\n", dev->dev_addr); in mlx4_en_init_netdev() [all …]
|
D | en_tx.c | 365 en_warn(priv, "Tx consumer passed producer!\n"); in mlx4_en_free_tx_buf() 616 en_warn(priv, "Non-linear headers\n"); in get_real_size() 752 en_warn(priv, "Oversized header or SG list\n"); in mlx4_en_xmit()
|
D | mlx4_en.h | 874 #define en_warn(priv, format, ...) \ macro
|
D | en_rx.c | 290 en_warn(priv, "Only %d buffers allocated reducing ring size to %d\n", in mlx4_en_fill_rx_buffers()
|