Searched refs:bonded (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| A D | ice_lag.c | 64 const char *name, *peer, *upper, *role, *bonded, *master; in ice_display_lag_info() local 71 bonded = lag->bonded ? "BONDED" : "UNBONDED"; in ice_display_lag_info() 91 bonded, peer, upper, role, master); 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() 214 lag->bonded = false; in ice_lag_unlink() 387 lag->bonded = false; in ice_init_lag()
|
| A D | ice_lag.h | 26 u8 bonded:1; /* currently bonded */ member
|
| /linux/drivers/thunderbolt/ |
| A D | path.c | 275 if (!in_port->bonded && in_port->dual_link_port && in tb_path_alloc() 293 if (!in_port->bonded && out_port->bonded && in tb_path_alloc() 300 } 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_usb4() argument 350 sw = alloc_dev_default(test, parent, route, bonded); in alloc_dev_usb4()
|
| A D | tunnel.c | 174 credits = port->bonded ? 32 : 16; in tb_pci_init_credits() 945 credits = port->bonded ? 14 : 6; in tb_dma_reserve_credits() 1318 credits = port->bonded ? 32 : 16; in tb_usb3_init_credits()
|
| A D | switch.c | 1057 port->bonded = true; in tb_port_lane_bonding_enable() 1058 port->dual_link_port->bonded = true; in tb_port_lane_bonding_enable() 1073 port->dual_link_port->bonded = false; in tb_port_lane_bonding_disable() 1074 port->bonded = false; in tb_port_lane_bonding_disable() 2597 if (!up->bonded) in tb_switch_lane_bonding_disable()
|
| A D | tb.h | 241 bool bonded; member
|
| A D | tb.c | 345 link_width = port->bonded ? 2 : 1; in tb_available_bandwidth()
|
| /linux/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/Documentation/devicetree/bindings/net/wireless/ |
| A D | qca,ath9k.yaml | 29 - pci168c,002c # AR2427 - 802.11n bonded out
|
| /linux/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 1661 bonded interface in which eth0 connects to a private network, while eth1 1852 bonded devices are directly connected to (i.e., where the other end of 2361 the bonded device will be to the same MAC level peer on the network
|
| A D | switchdev.rst | 153 router port, used to offload L3 forwarding. Two or more ports can be bonded
|
Completed in 38 milliseconds