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()
787 netdev_dbg(bond->dev, "bond_should_notify_peers: slave %s\n", in bond_should_notify_peers()
1322 netdev_dbg(bond_dev, "Error: Device was already enslaved\n"); in bond_enslave()
1334 netdev_dbg(bond_dev, "%s is NETIF_F_VLAN_CHALLENGED\n", in bond_enslave()
1346 netdev_dbg(bond_dev, "%s is !NETIF_F_VLAN_CHALLENGED\n", in bond_enslave()
1371 netdev_dbg(bond_dev, "change device type from %d to %d\n", in bond_enslave()
1445 netdev_dbg(bond_dev, "Error %d calling dev_set_mtu\n", res); in bond_enslave()
1464 netdev_dbg(bond_dev, "Error %d calling set_mac_address\n", res); in bond_enslave()
1475 netdev_dbg(bond_dev, "Opening slave %s failed\n", slave_dev->name); in bond_enslave()
1589 netdev_dbg(bond_dev, "Initial state of slave_dev is BOND_LINK_%s\n", in bond_enslave()
1632 netdev_dbg(bond_dev, "This slave is always active in trunk mode\n"); in bond_enslave()
1665 netdev_dbg(bond_dev, "Error %d calling netdev_rx_handler_register\n", res); in bond_enslave()
1671 netdev_dbg(bond_dev, "Error %d calling bond_master_upper_dev_link\n", res); in bond_enslave()
1677 netdev_dbg(bond_dev, "Error %d calling bond_sysfs_slave_add\n", res); in bond_enslave()
1791 netdev_dbg(bond_dev, "cannot release %s\n", in __bond_release_one()
2259 netdev_dbg(slave_dev, "arp %d on slave %s: dst %pI4 src %pI4\n", in bond_arp_send()
2282 netdev_dbg(slave_dev, "inner tag: proto %X vid %X\n", in bond_arp_send()
2295 netdev_dbg(slave_dev, "outer tag: proto %X vid %X\n", in bond_arp_send()
2353 netdev_dbg(bond->dev, "basa: target %pI4\n", &targets[i]); in bond_arp_send_all()
2384 netdev_dbg(bond->dev, "no path to arp_ip_target %pI4 via rt.dev %s\n", in bond_arp_send_all()
2404 netdev_dbg(bond->dev, "bva: sip %pI4 tip %pI4 not found\n", in bond_validate_arp()
2411 netdev_dbg(bond->dev, "bva: sip %pI4 not found in targets\n", in bond_validate_arp()
2439 netdev_dbg(bond->dev, "bond_arp_rcv: skb->dev %s\n", in bond_arp_rcv()
2464 netdev_dbg(bond->dev, "bond_arp_rcv: %s/%d av %d sv %d sip %pI4 tip %pI4\n", in bond_arp_rcv()
3065 netdev_dbg(event_dev, "event: %lx\n", event); in bond_netdev_event()
3071 netdev_dbg(event_dev, "IFF_MASTER\n"); in bond_netdev_event()
3076 netdev_dbg(event_dev, "IFF_SLAVE\n"); in bond_netdev_event()
3329 netdev_dbg(bond_dev, "bond_ioctl: cmd=%d\n", cmd); in bond_do_ioctl()
3391 netdev_dbg(bond_dev, "slave_dev=%p:\n", slave_dev); in bond_do_ioctl()
3396 netdev_dbg(bond_dev, "slave_dev->name=%s:\n", slave_dev->name); in bond_do_ioctl()
3518 netdev_dbg(bond_dev, "bond=%p, new_mtu=%d\n", bond, new_mtu); in bond_change_mtu()
3521 netdev_dbg(bond_dev, "s %p c_m %p\n", in bond_change_mtu()
3535 netdev_dbg(bond_dev, "err %d %s\n", res, in bond_change_mtu()
3555 netdev_dbg(bond_dev, "unwind err %d dev %s\n", in bond_change_mtu()
3581 netdev_dbg(bond_dev, "bond=%p\n", bond); in bond_set_mac_address()
3594 netdev_dbg(bond_dev, "slave %p %s\n", slave, slave->dev->name); in bond_set_mac_address()
3603 netdev_dbg(bond_dev, "err %d %s\n", res, slave->dev->name); in bond_set_mac_address()
3625 netdev_dbg(bond_dev, "unwind err %d dev %s\n", in bond_set_mac_address()
4596 netdev_dbg(bond_dev, "Begin bond_init\n"); in bond_init()