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.c1604 get_bond_opcode(enum hns_roce_bond_cmd_type bond_type) in get_bond_opcode() argument
1606 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() argument
1638 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()
H A Dhns_roce_hw_v2.h1488 enum hns_roce_bond_cmd_type bond_type);
/linux/drivers/net/bonding/
H A Dbond_main.c5905 static const struct device_type bond_type = { variable
5938 SET_NETDEV_DEVTYPE(bond_dev, &bond_type); in bond_setup()