Lines Matching full:bonded
1103 * actually reach the bonded state so caller needs to call
1134 * Only set bonding if the link was not already bonded. This in tb_port_lane_bonding_enable()
1147 port->bonded = true; in tb_port_lane_bonding_enable()
1148 port->dual_link_port->bonded = true; in tb_port_lane_bonding_enable()
1172 port->dual_link_port->bonded = false; in tb_port_lane_bonding_disable()
1173 port->bonded = false; in tb_port_lane_bonding_disable()
1182 * Should be used after both ends of the link have been bonded (or
1248 * After the link is bonded (or bonding was disabled) the port total
2855 bool bonded; in tb_switch_link_init() local
2863 bonded = sw->link_width >= TB_LINK_WIDTH_DUAL; in tb_switch_link_init()
2866 * Gen 4 links come up as bonded so update the port structures in tb_switch_link_init()
2872 up->bonded = bonded; in tb_switch_link_init()
2874 up->dual_link_port->bonded = bonded; in tb_switch_link_init()
2877 down->bonded = bonded; in tb_switch_link_init()
2879 down->dual_link_port->bonded = bonded; in tb_switch_link_init()
2902 * lanes are bonded. It is safe to call this to any switch.
2940 /* Any of the widths are all bonded */ in tb_switch_lane_bonding_enable()
2952 * if lanes were not bonded originally.
2960 if (!up->bonded) in tb_switch_lane_bonding_disable()