Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c1440 get_bond_opcode(enum hns_roce_bond_cmd_type bond_type) in get_bond_opcode() argument
1442 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() argument
1474 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()
H A Dhns_roce_hw_v2.h1488 enum hns_roce_bond_cmd_type bond_type);
/linux/drivers/net/bonding/
H A Dbond_main.c5863 static const struct device_type bond_type = { variable
5896 SET_NETDEV_DEVTYPE(bond_dev, &bond_type); in bond_setup()