Lines Matching refs:netdev_dbg
623 netdev_dbg(bond_dev, "bond_dev=%p slave_dev=%p slave_dev->addr_len=%d\n", in bond_set_dev_addr()
770 netdev_dbg(bond->dev, "bond_should_notify_peers: slave %s\n", in bond_should_notify_peers()
1309 netdev_dbg(bond_dev, "Error: Device was already enslaved\n"); in bond_enslave()
1321 netdev_dbg(bond_dev, "%s is NETIF_F_VLAN_CHALLENGED\n", in bond_enslave()
1333 netdev_dbg(bond_dev, "%s is !NETIF_F_VLAN_CHALLENGED\n", in bond_enslave()
1358 netdev_dbg(bond_dev, "change device type from %d to %d\n", in bond_enslave()
1432 netdev_dbg(bond_dev, "Error %d calling dev_set_mtu\n", res); in bond_enslave()
1451 netdev_dbg(bond_dev, "Error %d calling set_mac_address\n", res); in bond_enslave()
1462 netdev_dbg(bond_dev, "Opening slave %s failed\n", slave_dev->name); in bond_enslave()
1576 netdev_dbg(bond_dev, "Initial state of slave_dev is BOND_LINK_%s\n", in bond_enslave()
1619 netdev_dbg(bond_dev, "This slave is always active in trunk mode\n"); in bond_enslave()
1652 netdev_dbg(bond_dev, "Error %d calling netdev_rx_handler_register\n", res); in bond_enslave()
1658 netdev_dbg(bond_dev, "Error %d calling bond_master_upper_dev_link\n", res); in bond_enslave()
1664 netdev_dbg(bond_dev, "Error %d calling bond_sysfs_slave_add\n", res); in bond_enslave()
1770 netdev_dbg(bond_dev, "cannot release %s\n", in __bond_release_one()
2238 netdev_dbg(slave_dev, "arp %d on slave %s: dst %pI4 src %pI4\n", in bond_arp_send()
2261 netdev_dbg(slave_dev, "inner tag: proto %X vid %X\n", in bond_arp_send()
2274 netdev_dbg(slave_dev, "outer tag: proto %X vid %X\n", in bond_arp_send()
2332 netdev_dbg(bond->dev, "basa: target %pI4\n", &targets[i]); in bond_arp_send_all()
2363 netdev_dbg(bond->dev, "no path to arp_ip_target %pI4 via rt.dev %s\n", in bond_arp_send_all()
2383 netdev_dbg(bond->dev, "bva: sip %pI4 tip %pI4 not found\n", in bond_validate_arp()
2390 netdev_dbg(bond->dev, "bva: sip %pI4 not found in targets\n", in bond_validate_arp()
2418 netdev_dbg(bond->dev, "bond_arp_rcv: skb->dev %s\n", in bond_arp_rcv()
2443 netdev_dbg(bond->dev, "bond_arp_rcv: %s/%d av %d sv %d sip %pI4 tip %pI4\n", in bond_arp_rcv()
3054 netdev_dbg(event_dev, "event: %lx\n", event); in bond_netdev_event()
3060 netdev_dbg(event_dev, "IFF_MASTER\n"); in bond_netdev_event()
3065 netdev_dbg(event_dev, "IFF_SLAVE\n"); in bond_netdev_event()
3311 netdev_dbg(bond_dev, "bond_ioctl: cmd=%d\n", cmd); in bond_do_ioctl()
3373 netdev_dbg(bond_dev, "slave_dev=%p:\n", slave_dev); in bond_do_ioctl()
3378 netdev_dbg(bond_dev, "slave_dev->name=%s:\n", slave_dev->name); in bond_do_ioctl()
3500 netdev_dbg(bond_dev, "bond=%p, new_mtu=%d\n", bond, new_mtu); in bond_change_mtu()
3503 netdev_dbg(bond_dev, "s %p c_m %p\n", in bond_change_mtu()
3517 netdev_dbg(bond_dev, "err %d %s\n", res, in bond_change_mtu()
3537 netdev_dbg(bond_dev, "unwind err %d dev %s\n", in bond_change_mtu()
3563 netdev_dbg(bond_dev, "bond=%p\n", bond); in bond_set_mac_address()
3576 netdev_dbg(bond_dev, "slave %p %s\n", slave, slave->dev->name); in bond_set_mac_address()
3585 netdev_dbg(bond_dev, "err %d %s\n", res, slave->dev->name); in bond_set_mac_address()
3607 netdev_dbg(bond_dev, "unwind err %d dev %s\n", in bond_set_mac_address()
4553 netdev_dbg(bond_dev, "Begin bond_init\n"); in bond_init()