Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/bonding/
H A Dbond_main.c1090 slave_err(bond->dev, new_active->dev, "Error %d setting bond MAC from slave\n", in bond_do_fail_over_mac()
1910 slave_err(bond_dev, slave_dev, "Error: %s\n", errmsg); \
2030 slave_err(bond_dev, slave_dev, "refused to change device type\n"); in bond_enslave()
2104 slave_err(bond_dev, slave_dev, "Error %d calling dev_set_mtu\n", res); in bond_enslave()
2125 slave_err(bond_dev, slave_dev, "Error %d calling set_mac_address\n", res); in bond_enslave()
2136 slave_err(bond_dev, slave_dev, "Opening slave failed\n"); in bond_enslave()
2155 slave_err(bond_dev, slave_dev, "Couldn't add bond vlan ids\n"); in bond_enslave()
2920 slave_err(bond->dev, slave->dev, "invalid new link %d on slave\n", in bond_miimon_commit()
3799 slave_err(bond->dev, slave->dev, in bond_ab_arp_commit()
5731 slave_err(dev, slave_dev, "Error %d calling ndo_bpf\n", err); in bond_xdp_set()
[all …]
H A Dbond_alb.c442 slave_err(client_info->slave->bond->dev, in rlb_update_client()
1039slave_err(slave->bond->dev, dev, "dev_set_mac_address on slave failed! ALB mode requires that the … in alb_set_slave_mac_addr()
1218slave_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()
H A Dbond_options.c929 slave_err(bond->dev, slave_dev, "Device is not bonding slave\n"); in bond_option_active_slave_set()
934 slave_err(bond->dev, slave_dev, "Device is not our slave\n"); in bond_option_active_slave_set()
960slave_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.c1317 slave_err(port->slave->bond->dev, port->slave->dev, "An illegal loopback occurred on slave\n" in ad_rx_machine()
1649 slave_err(bond->dev, port->slave->dev, in ad_port_selection_logic()
2637 slave_err(port->slave->bond->dev, in ad_update_actor_keys()
/linux-6.15/include/net/
H A Dbonding.h48 #define slave_err(bond_dev, slave_dev, fmt, ...) \ macro