Home
last modified time | relevance | path

Searched refs:slave_info (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/bonding/
H A Dbond_main.c1284 slave_info(bond->dev, new_active->dev, "making interface the new active one %d ms earlier\n", in bond_change_active_slave()
1299 slave_info(bond->dev, new_active->dev, "making interface the new active one\n"); in bond_change_active_slave()
2214slave_info(bond_dev, slave_dev, "master_dev is using netpoll, but new slave device does not suppor… in bond_enslave()
2332 slave_info(bond_dev, slave_dev, "Enslaving as %s interface with %s link\n", in bond_enslave()
2437 slave_info(bond_dev, slave_dev, "interface not enslaved\n"); in __bond_release_one()
2474 slave_info(bond_dev, slave_dev, "Releasing %s interface\n", in __bond_release_one()
2536slave_info(bond_dev, slave_dev, "last VLAN challenged slave left bond - VLAN blocking is removed\n… in __bond_release_one()
2682 slave_info(bond->dev, slave->dev, "link status down for %sinterface, disabling it in %d ms\n", in bond_miimon_inspect()
2696 slave_info(bond->dev, slave->dev, "link status up again after %d ms\n", in bond_miimon_inspect()
2721 slave_info(bond->dev, slave->dev, "link status up, enabling it in %d ms\n", in bond_miimon_inspect()
[all …]
/linux/include/net/
H A Dbonding.h42 #define slave_info(bond_dev, slave_dev, fmt, ...) \ macro
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1639 struct hns_roce_bond_info *slave_info; in hns_roce_cmd_bond() local
1643 slave_info = (struct hns_roce_bond_info *)desc.data; in hns_roce_cmd_bond()
1646 slave_info->bond_id = cpu_to_le32(bond_grp->bond_id); in hns_roce_cmd_bond()
1651 slave_info->bond_mode = cpu_to_le32(BOND_MODE_1); in hns_roce_cmd_bond()
1657 slave_info->bond_mode = cpu_to_le32(BOND_MODE_2_4); in hns_roce_cmd_bond()
1658 slave_info->hash_policy = in hns_roce_cmd_bond()
1662 slave_info->active_slave_cnt = cpu_to_le32(bond_grp->active_slave_num); in hns_roce_cmd_bond()
1663 slave_info->active_slave_mask = cpu_to_le32(bond_grp->active_slave_map); in hns_roce_cmd_bond()
1664 slave_info->slave_mask = cpu_to_le32(bond_grp->slave_map); in hns_roce_cmd_bond()