Lines Matching full:bonded
1118 * actually reach the bonded state so caller needs to call
1149 * Only set bonding if the link was not already bonded. This in tb_port_lane_bonding_enable()
1162 port->bonded = true; in tb_port_lane_bonding_enable()
1163 port->dual_link_port->bonded = true; in tb_port_lane_bonding_enable()
1187 port->dual_link_port->bonded = false; in tb_port_lane_bonding_disable()
1188 port->bonded = false; in tb_port_lane_bonding_disable()
1197 * Should be used after both ends of the link have been bonded (or
1263 * After the link is bonded (or bonding was disabled) the port total
2870 bool bonded; in tb_switch_link_init() local
2878 bonded = sw->link_width >= TB_LINK_WIDTH_DUAL; in tb_switch_link_init()
2881 * Gen 4 links come up as bonded so update the port structures in tb_switch_link_init()
2887 up->bonded = bonded; in tb_switch_link_init()
2889 up->dual_link_port->bonded = bonded; in tb_switch_link_init()
2892 down->bonded = bonded; in tb_switch_link_init()
2894 down->dual_link_port->bonded = bonded; in tb_switch_link_init()
2904 * lanes are bonded. It is safe to call this to any switch.
2942 /* Any of the widths are all bonded */ in tb_switch_lane_bonding_enable()
2954 * if lanes were not bonded originally.
2962 if (!up->bonded) in tb_switch_lane_bonding_disable()