Home
last modified time | relevance | path

Searched refs:slave_err (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/bonding/
H A Dbond_main.c1023 slave_err(bond->dev, new_active->dev, "Error %d setting bond MAC from slave\n", in bond_do_fail_over_mac()
1053 slave_err(bond->dev, new_active->dev, "Error %d setting MAC of new active slave\n", in bond_do_fail_over_mac()
1067 slave_err(bond->dev, old_active->dev, "Error %d setting MAC of old active slave\n", in bond_do_fail_over_mac()
1844 slave_err(bond_dev, slave_dev, "Error: %s\n", errmsg); \
1963 slave_err(bond_dev, slave_dev, "refused to change device type\n"); in bond_enslave()
2037 slave_err(bond_dev, slave_dev, "Error %d calling dev_set_mtu\n", res); in bond_enslave()
2069 slave_err(bond_dev, slave_dev, "Error %d calling set_mac_address\n", res); in bond_enslave()
2081 slave_err(bond_dev, slave_dev, "Opening slave failed\n"); in bond_enslave()
2100 slave_err(bond_dev, slave_dev, "Couldn't add bond vlan ids\n"); in bond_enslave()
2856 slave_err(bond->dev, slave->dev, "invalid link_new_state %d on slave\n", in bond_miimon_commit()
[all …]
H A Dbond_options.c962 slave_err(bond->dev, slave_dev, "Device is not bonding slave\n"); in bond_option_active_slave_set()
967 slave_err(bond->dev, slave_dev, "Device is not our slave\n"); in bond_option_active_slave_set()
993slave_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()
H A Dbond_3ad.c1364 slave_err(port->slave->bond->dev, port->slave->dev, "An illegal loopback occurred on slave\n" in ad_rx_machine()
1696 slave_err(bond->dev, port->slave->dev, in ad_port_selection_logic()
2713 slave_err(port->slave->bond->dev, in ad_update_actor_keys()
/linux/include/net/
H A Dbonding.h48 #define slave_err(bond_dev, slave_dev, fmt, ...) \ macro