Searched refs:slave_err (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 1017 slave_err(bond->dev, new_active->dev, "Error %d setting bond MAC from slave\n", in bond_do_fail_over_mac() 1047 slave_err(bond->dev, new_active->dev, "Error %d setting MAC of new active slave\n", in bond_do_fail_over_mac() 1061 slave_err(bond->dev, old_active->dev, "Error %d setting MAC of old active slave\n", in bond_do_fail_over_mac() 1759 slave_err(bond_dev, slave_dev, "Error: %s\n", errmsg); \ 1878 slave_err(bond_dev, slave_dev, "refused to change device type\n"); in bond_enslave() 1952 slave_err(bond_dev, slave_dev, "Error %d calling dev_set_mtu\n", res); in bond_enslave() 1984 slave_err(bond_dev, slave_dev, "Error %d calling set_mac_address\n", res); in bond_enslave() 1996 slave_err(bond_dev, slave_dev, "Opening slave failed\n"); in bond_enslave() 2015 slave_err(bond_dev, slave_dev, "Couldn't add bond vlan ids\n"); in bond_enslave() 2765 slave_err(bond->dev, slave->dev, "invalid new link %d on slave\n", in bond_miimon_commit() [all …]
|
| H A D | bond_options.c | 961 slave_err(bond->dev, slave_dev, "Device is not bonding slave\n"); in bond_option_active_slave_set() 966 slave_err(bond->dev, slave_dev, "Device is not our slave\n"); in bond_option_active_slave_set() 992 …slave_err(bond->dev, new_active->dev, "Could not set as active slave; either %s is down or the lin… in bond_option_active_slave_set()
|
| /linux/include/net/ |
| H A D | bonding.h | 48 #define slave_err(bond_dev, slave_dev, fmt, ...) \ macro
|