Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c486 en_dbg(HW, priv, "adding VLAN:%d\n", vid); in mlx4_en_vlan_rx_add_vid()
501 en_dbg(HW, priv, "Failed adding vlan %d\n", vid); in mlx4_en_vlan_rx_add_vid()
515 en_dbg(HW, priv, "Killing VID:%d\n", vid); in mlx4_en_vlan_rx_kill_vid()
558 en_dbg(DRV, priv, "added vxlan steering rule, mac %pM reg_id %llx\n", addr, *reg_id); in mlx4_en_tunnel_steer_add()
652 en_dbg(DRV, priv, "Registering MAC: %pM for adding\n", in mlx4_en_get_qp()
672 en_dbg(DRV, priv, "Reserved qp %d\n", *qpn); in mlx4_en_get_qp()
690 en_dbg(DRV, priv, "Registering MAC: %pM for deleting\n", in mlx4_en_put_qp()
694 en_dbg(DRV, priv, "Releasing qp: port %d, qpn %d\n", in mlx4_en_put_qp()
778 en_dbg(HW, priv, "Port is down while registering mac, exiting...\n"); in mlx4_en_do_set_mac()
1184 en_dbg(DRV, priv, "Removed MAC %pM on port:%d\n", in mlx4_en_do_uc_filter()
[all …]
H A Den_rx.c180 en_dbg(DRV, priv, "Freeing fragment:%d\n", nr); in mlx4_en_free_rx_desc()
234 en_dbg(DRV, priv, "Freeing Rx buf - cons:%d prod:%d\n", in mlx4_en_free_rx_buf()
239 en_dbg(DRV, priv, "Processing descriptor:%d\n", index); in mlx4_en_free_rx_buf()
300 en_dbg(DRV, priv, "Allocated rx_info ring at addr:%p size:%d\n", in mlx4_en_create_rx_ring()
774 en_dbg(RX_ERR, priv, "Accepted frame with bad FCS\n"); in mlx4_en_process_rx_cq()
1103 en_dbg(DRV, priv, "Rx buffer scatter-list (effective-mtu:%d num_frags:%d):\n", in mlx4_en_calc_rx_buf()
1106 en_dbg(DRV, in mlx4_en_calc_rx_buf()
1210 en_dbg(DRV, priv, "Configuring rss steering\n"); in mlx4_en_config_rss_steer()
H A Den_tx.c77 en_dbg(DRV, priv, "Allocated tx_info ring at addr:%p size:%d\n", in mlx4_en_create_tx_ring()
103 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()
124 en_dbg(DRV, priv, "working without blueflame (%d)\n", err); in mlx4_en_create_tx_ring()
169 en_dbg(DRV, priv, "Destroying tx ring, qpn: %d\n", ring->qpn); in mlx4_en_destroy_tx_ring()
374 en_dbg(DRV, priv, "Freeing Tx buf - cons:0x%x prod:0x%x\n", in mlx4_en_free_tx_buf()
395 en_dbg(DRV, priv, "Freed %d uncompleted tx descriptors\n", cnt); in mlx4_en_free_tx_buf()
H A Den_resources.c89 en_dbg(HW, priv, "Setting RX qp %x tunnel mode to RX tunneled & non-tunneled\n", qpn); in mlx4_en_fill_qp_context()
H A Den_ethtool.c745 en_dbg(DRV, priv, "ptys_reg.proto_mask %x\n", in ethtool_get_ptys_link_ksettings()
747 en_dbg(DRV, priv, "ptys_reg.eth_proto_cap %x\n", in ethtool_get_ptys_link_ksettings()
749 en_dbg(DRV, priv, "ptys_reg.eth_proto_admin %x\n", in ethtool_get_ptys_link_ksettings()
751 en_dbg(DRV, priv, "ptys_reg.eth_proto_oper %x\n", in ethtool_get_ptys_link_ksettings()
753 en_dbg(DRV, priv, "ptys_reg.eth_proto_lp_adv %x\n", in ethtool_get_ptys_link_ksettings()
859 en_dbg(DRV, priv, "query port state.flags ANC(%x) ANE(%x)\n", in mlx4_en_get_link_ksettings()
911 en_dbg(DRV, priv, in mlx4_en_set_link_ksettings()
961 en_dbg(DRV, priv, "mlx4_ACCESS_PTYS_REG SET: ptys_reg.eth_proto_admin = 0x%x\n", in mlx4_en_set_link_ksettings()
2080 en_dbg(DRV, priv, in mlx4_en_get_module_eeprom()
H A Den_dcb_nl.c420 en_dbg(DRV, priv, "cap: 0x%x en: 0x%x mbc: 0x%x delay: %d\n", in mlx4_en_dcbnl_ieee_setpfc()
H A Dmlx4_en.h833 #define en_dbg(mlevel, priv, format, ...) \ macro