Searched refs:bond_type (Results 1 – 3 of 3) sorted by relevance
1604 get_bond_opcode(enum hns_roce_bond_cmd_type bond_type) in get_bond_opcode() argument1606 switch (bond_type) { in get_bond_opcode()1614 WARN(true, "Invalid bond type %d!\n", bond_type); in get_bond_opcode()1636 enum hns_roce_bond_cmd_type bond_type) in hns_roce_cmd_bond() argument1638 enum hns_roce_opcode_type opcode = get_bond_opcode(bond_type); in hns_roce_cmd_bond()1647 if (bond_type == HNS_ROCE_CLEAR_BOND) in hns_roce_cmd_bond()1671 bond_type, ret); in hns_roce_cmd_bond()
1488 enum hns_roce_bond_cmd_type bond_type);
5905 static const struct device_type bond_type = { variable5938 SET_NETDEV_DEVTYPE(bond_dev, &bond_type); in bond_setup()