Searched refs:bonded (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_lag.c | 64 const char *name, *peer, *upper, *role, *bonded, *primary; in ice_display_lag_info() local 71 bonded = lag->bonded ? "BONDED" : "UNBONDED"; in ice_display_lag_info() 91 bonded, peer, upper, role, primary); in ice_display_lag_info() 113 if (event_netdev != lag->netdev || !lag->bonded || !lag->upper_netdev) in ice_lag_info_event() 147 if (lag->bonded) in ice_lag_link() 164 lag->bonded = true; in ice_lag_link() 184 if (!lag->bonded) { in ice_lag_unlink() 210 lag->bonded = false; in ice_lag_unlink() 226 if (netdev != lag->netdev || !lag->bonded) in ice_lag_unregister() 236 lag->bonded = false; in ice_lag_unregister() [all …]
|
D | ice_lag.h | 26 u8 bonded:1; /* currently bonded */ member
|
/Linux-v6.1/drivers/thunderbolt/ |
D | path.c | 287 if (!in_port->bonded && in_port->dual_link_port && in tb_path_alloc() 305 if (!in_port->bonded && out_port->bonded && in tb_path_alloc() 312 } else if (!out_port->bonded && in tb_path_alloc()
|
D | test.c | 175 u64 route, bool bonded) in alloc_dev_default() argument 307 if (bonded) { in alloc_dev_default() 309 port->bonded = true; in alloc_dev_default() 311 port->dual_link_port->bonded = true; in alloc_dev_default() 313 upstream_port->bonded = true; in alloc_dev_default() 315 upstream_port->dual_link_port->bonded = true; in alloc_dev_default() 325 u64 route, bool bonded) in alloc_dev_with_dpin() argument 329 sw = alloc_dev_default(test, parent, route, bonded); in alloc_dev_with_dpin() 346 u64 route, bool bonded) in alloc_dev_without_dp() argument 351 sw = alloc_dev_default(test, parent, route, bonded); in alloc_dev_without_dp() [all …]
|
D | tunnel.c | 177 credits = port->bonded ? 32 : 16; in tb_pci_init_credits() 964 credits = port->bonded ? 14 : 6; in tb_dma_reserve_credits() 1337 credits = port->bonded ? 32 : 16; in tb_usb3_init_credits()
|
D | switch.c | 1030 port->bonded = bonding; in tb_port_set_lane_bonding() 1031 port->dual_link_port->bonded = bonding; in tb_port_set_lane_bonding() 1213 if (!port->bonded && port->dual_link_port) in tb_port_clx_supported() 2809 if (!up->bonded) in tb_switch_lane_bonding_disable()
|
D | xdomain.c | 1341 port->bonded = width == 2; in tb_xdomain_bond_lanes_uuid_high() 1342 port->dual_link_port->bonded = width == 2; in tb_xdomain_bond_lanes_uuid_high() 1426 if (!port->bonded) in tb_xdomain_get_properties()
|
D | tb.h | 266 bool bonded; member
|
D | tb.c | 383 link_width = port->bonded ? 2 : 1; in tb_available_bandwidth()
|
/Linux-v6.1/Documentation/networking/ |
D | bonding.rst | 28 multiple network interfaces into a single logical "bonded" interface. 29 The behavior of the bonded interfaces depends upon the mode; generally 1694 bonded interface in which eth0 connects to a private network, while eth1 1885 bonded devices are directly connected to (i.e., where the other end of 2385 the bonded device will be to the same MAC level peer on the network
|
D | switchdev.rst | 154 router port, used to offload L3 forwarding. Two or more ports can be bonded
|