Home
last modified time | relevance | path

Searched refs:en_dbg (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c419 en_dbg(HW, priv, "adding VLAN:%d\n", vid); in mlx4_en_vlan_rx_add_vid()
431 en_dbg(HW, priv, "failed adding vlan %d\n", vid); in mlx4_en_vlan_rx_add_vid()
444 en_dbg(HW, priv, "Killing VID:%d\n", vid); in mlx4_en_vlan_rx_kill_vid()
488 en_dbg(DRV, priv, "added vxlan steering rule, mac %pM reg_id %llx\n", addr, *reg_id); in mlx4_en_tunnel_steer_add()
583 en_dbg(DRV, priv, "Registering MAC: %pM for adding\n", in mlx4_en_get_qp()
600 en_dbg(DRV, priv, "Reserved qp %d\n", *qpn); in mlx4_en_get_qp()
652 en_dbg(DRV, priv, "Registering MAC: %pM for deleting\n", in mlx4_en_put_qp()
665 en_dbg(DRV, priv, "Registering MAC: %pM for deleting\n", in mlx4_en_put_qp()
681 en_dbg(DRV, priv, "Releasing qp: port %d, qpn %d\n", in mlx4_en_put_qp()
750 en_dbg(HW, priv, "Port is down while registering mac, exiting...\n"); in mlx4_en_do_set_mac()
[all …]
Den_rx.c166 en_dbg(DRV, priv, " frag %d allocator: - size:%d frags:%d\n", in mlx4_en_init_allocator()
197 en_dbg(DRV, priv, "Freeing allocator:%d count:%d\n", in mlx4_en_destroy_allocator()
267 en_dbg(DRV, priv, "Freeing fragment:%d\n", nr); in mlx4_en_free_rx_desc()
320 en_dbg(DRV, priv, "Freeing Rx buf - cons:%d prod:%d\n", in mlx4_en_free_rx_buf()
326 en_dbg(DRV, priv, "Processing descriptor:%d\n", index); in mlx4_en_free_rx_buf()
395 en_dbg(DRV, priv, "Allocated rx_info ring at addr:%p size:%d\n", in mlx4_en_create_rx_ring()
601 en_dbg(RX_ERR, priv, "Failed allocating skb\n"); in mlx4_en_rx_skb()
801 en_dbg(RX_ERR, priv, "Accepted frame with bad FCS\n"); in mlx4_en_process_rx_cq()
1094 en_dbg(DRV, priv, "Rx buffer scatter-list (effective-mtu:%d num_frags:%d):\n", in mlx4_en_calc_rx_buf()
1200 en_dbg(DRV, priv, "Configuring rss steering\n"); in mlx4_en_config_rss_steer()
Den_tx.c81 en_dbg(DRV, priv, "Allocated tx_info ring at addr:%p size:%d\n", in mlx4_en_create_tx_ring()
112 en_dbg(DRV, priv, "Allocated TX ring (addr:%p) - buf:%p size:%d buf_size:%d dma:%llx\n", in mlx4_en_create_tx_ring()
132 en_dbg(DRV, priv, "working without blueflame (%d)\n", err); in mlx4_en_create_tx_ring()
178 en_dbg(DRV, priv, "Destroying tx ring, qpn: %d\n", ring->qpn); in mlx4_en_destroy_tx_ring()
360 en_dbg(DRV, priv, "Freeing Tx buf - cons:0x%x prod:0x%x\n", in mlx4_en_free_tx_buf()
380 en_dbg(DRV, priv, "Freed %d uncompleted tx descriptors\n", cnt); in mlx4_en_free_tx_buf()
Den_resources.c78 en_dbg(HW, priv, "Setting RX qp %x tunnel mode to RX tunneled & non-tunneled\n", qpn); in mlx4_en_fill_qp_context()
Den_ethtool.c731 en_dbg(DRV, priv, "ptys_reg.proto_mask %x\n", in ethtool_get_ptys_settings()
733 en_dbg(DRV, priv, "ptys_reg.eth_proto_cap %x\n", in ethtool_get_ptys_settings()
735 en_dbg(DRV, priv, "ptys_reg.eth_proto_admin %x\n", in ethtool_get_ptys_settings()
737 en_dbg(DRV, priv, "ptys_reg.eth_proto_oper %x\n", in ethtool_get_ptys_settings()
739 en_dbg(DRV, priv, "ptys_reg.eth_proto_lp_adv %x\n", in ethtool_get_ptys_settings()
822 en_dbg(DRV, priv, "query port state.flags ANC(%x) ANE(%x)\n", in mlx4_en_get_settings()
870 en_dbg(DRV, priv, "Set Speed=%d adv=0x%x autoneg=%d duplex=%d\n", in mlx4_en_set_settings()
902 en_dbg(DRV, priv, "mlx4_ACCESS_PTYS_REG SET: ptys_reg.eth_proto_admin = 0x%x\n", in mlx4_en_set_settings()
1922 en_dbg(DRV, priv, in mlx4_en_get_module_eeprom()
Den_dcb_nl.c211 en_dbg(DRV, priv, "cap: 0x%x en: 0x%x mbc: 0x%x delay: %d\n", in mlx4_en_dcbnl_ieee_setpfc()
Dmlx4_en.h865 #define en_dbg(mlevel, priv, format, ...) \ macro