Searched refs:slave_err (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/net/bonding/ |
D | bond_main.c | 664 slave_err(bond->dev, new_active->dev, "Error %d setting bond MAC from slave\n", in bond_do_fail_over_mac() 695 slave_err(bond->dev, new_active->dev, "Error %d setting MAC of new active slave\n", in bond_do_fail_over_mac() 710 slave_err(bond->dev, old_active->dev, "Error %d setting MAC of old active slave\n", in bond_do_fail_over_mac() 1394 slave_err(bond_dev, slave_dev, in bond_enslave() 1411 …slave_err(bond_dev, slave_dev, "Error: cannot enslave VLAN challenged slave on VLAN enabled bond\n… in bond_enslave() 1427 slave_err(bond_dev, slave_dev, "slave is up - this may be due to an out of date ifenslave\n"); in bond_enslave() 1447 slave_err(bond_dev, slave_dev, "refused to change device type\n"); in bond_enslave() 1467 …slave_err(bond_dev, slave_dev, "ether type (%d) is different from other slaves (%d), can not ensla… in bond_enslave() 1491 …slave_err(bond_dev, slave_dev, "The slave device specified does not support setting the MAC addres… in bond_enslave() 1527 slave_err(bond_dev, slave_dev, "Error %d calling dev_set_mtu\n", res); in bond_enslave() [all …]
|
D | bond_options.c | 795 slave_err(bond->dev, slave_dev, "Device is not bonding slave\n"); in bond_option_active_slave_set() 800 slave_err(bond->dev, slave_dev, "Device is not our slave\n"); in bond_option_active_slave_set() 826 …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()
|
D | bond_alb.c | 445 slave_err(client_info->slave->bond->dev, in rlb_update_client() 1021 …slave_err(slave->bond->dev, dev, "dev_set_mac_address on slave failed! ALB mode requires that the … in alb_set_slave_mac_addr() 1200 …slave_err(bond->dev, slave->dev, "the slave hw address is in use by the bond; couldn't find a slav… in alb_handle_addr_collision_on_attach()
|
D | bond_3ad.c | 1198 slave_err(port->slave->bond->dev, port->slave->dev, "An illegal loopback occurred on slave\n" in ad_rx_machine() 1529 slave_err(bond->dev, port->slave->dev, in ad_port_selection_logic() 2470 slave_err(port->slave->bond->dev, in ad_update_actor_keys()
|
/Linux-v5.4/include/net/ |
D | bonding.h | 47 #define slave_err(bond_dev, slave_dev, fmt, ...) \ macro
|