Searched refs:bonded (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/ |
A 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 …]
|
A D | ice_lag.h | 26 u8 bonded:1; /* currently bonded */ member
|
/linux-6.3-rc2/drivers/thunderbolt/ |
A 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()
|
A 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 …]
|
A D | tunnel.c | 183 credits = port->bonded ? 32 : 16; in tb_pci_init_credits() 1332 credits = port->bonded ? 14 : 6; in tb_dma_reserve_credits() 1705 credits = port->bonded ? 32 : 16; in tb_usb3_init_credits()
|
A D | switch.c | 1039 port->bonded = bonding; in tb_port_set_lane_bonding() 1040 port->dual_link_port->bonded = bonding; in tb_port_set_lane_bonding() 1222 if (!port->bonded && port->dual_link_port) in tb_port_clx_supported() 2818 if (!up->bonded) in tb_switch_lane_bonding_disable()
|
A 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() 1432 if (!port->bonded) in tb_xdomain_get_properties()
|
A D | tb.h | 286 bool bonded; member
|
A D | tb.c | 500 link_width = port->bonded ? 2 : 1; in tb_available_bandwidth()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/media/ |
A D | renesas,drif.yaml | 43 * When both the internal channels that are bonded together are enabled, 46 * When only one of the bonded channels need to be enabled, the property 96 Indicates that the channel acts as primary among the bonded channels.
|
/linux-6.3-rc2/Documentation/devicetree/bindings/net/wireless/ |
A D | qca,ath9k.yaml | 29 - pci168c,002c # AR2427 - 802.11n bonded out
|
/linux-6.3-rc2/Documentation/networking/ |
A 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 1696 bonded interface in which eth0 connects to a private network, while eth1 1887 bonded devices are directly connected to (i.e., where the other end of 2387 the bonded device will be to the same MAC level peer on the network
|
A D | switchdev.rst | 154 router port, used to offload L3 forwarding. Two or more ports can be bonded
|
Completed in 35 milliseconds