Searched refs:bond_type (Results 1 – 3 of 3) sorted by relevance
1440 get_bond_opcode(enum hns_roce_bond_cmd_type bond_type) in get_bond_opcode() argument1442 switch (bond_type) { in get_bond_opcode()1450 WARN(true, "Invalid bond type %d!\n", bond_type); in get_bond_opcode()1472 enum hns_roce_bond_cmd_type bond_type) in hns_roce_cmd_bond() argument1474 enum hns_roce_opcode_type opcode = get_bond_opcode(bond_type); in hns_roce_cmd_bond()1483 if (bond_type == HNS_ROCE_CLEAR_BOND) in hns_roce_cmd_bond()1507 bond_type, ret); in hns_roce_cmd_bond()
1488 enum hns_roce_bond_cmd_type bond_type);
5863 static const struct device_type bond_type = { variable5896 SET_NETDEV_DEVTYPE(bond_dev, &bond_type); in bond_setup()