Searched refs:slave_info (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 1233 slave_info(bond->dev, new_active->dev, "making interface the new active one %d ms earlier\n", in bond_change_active_slave() 1248 slave_info(bond->dev, new_active->dev, "making interface the new active one\n"); in bond_change_active_slave() 2121 …slave_info(bond_dev, slave_dev, "master_dev is using netpoll, but new slave device does not suppor… in bond_enslave() 2239 slave_info(bond_dev, slave_dev, "Enslaving as %s interface with %s link\n", in bond_enslave() 2344 slave_info(bond_dev, slave_dev, "interface not enslaved\n"); in __bond_release_one() 2381 slave_info(bond_dev, slave_dev, "Releasing %s interface\n", in __bond_release_one() 2443 …slave_info(bond_dev, slave_dev, "last VLAN challenged slave left bond - VLAN blocking is removed\n… in __bond_release_one() 2589 slave_info(bond->dev, slave->dev, "link status down for %sinterface, disabling it in %d ms\n", in bond_miimon_inspect() 2603 slave_info(bond->dev, slave->dev, "link status up again after %d ms\n", in bond_miimon_inspect() 2628 slave_info(bond->dev, slave->dev, "link status up, enabling it in %d ms\n", in bond_miimon_inspect() [all …]
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hw_v2.c | 1475 struct hns_roce_bond_info *slave_info; in hns_roce_cmd_bond() local 1479 slave_info = (struct hns_roce_bond_info *)desc.data; in hns_roce_cmd_bond() 1482 slave_info->bond_id = cpu_to_le32(bond_grp->bond_id); in hns_roce_cmd_bond() 1487 slave_info->bond_mode = cpu_to_le32(BOND_MODE_1); in hns_roce_cmd_bond() 1493 slave_info->bond_mode = cpu_to_le32(BOND_MODE_2_4); in hns_roce_cmd_bond() 1494 slave_info->hash_policy = in hns_roce_cmd_bond() 1498 slave_info->active_slave_cnt = cpu_to_le32(bond_grp->active_slave_num); in hns_roce_cmd_bond() 1499 slave_info->active_slave_mask = cpu_to_le32(bond_grp->active_slave_map); in hns_roce_cmd_bond() 1500 slave_info->slave_mask = cpu_to_le32(bond_grp->slave_map); in hns_roce_cmd_bond()
|