Searched refs:bonded (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_nl.c | 73 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_setets() 178 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_setdcbx() 274 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_setpfc() 341 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_set_pfc_cfg() 402 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_setstate() 479 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_set_pg_tc_cfg_tx() 538 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_set_pg_bwg_cfg_tx() 763 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_setapp() 879 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_delapp() 985 if (pf->lag && pf->lag->bonded) { in ice_dcbnl_cee_set_all()
|
D | ice_lag.c | 275 const char *name, *upper, *role, *bonded, *primary; in ice_display_lag_info() local 281 bonded = lag->bonded ? "BONDED" : "UNBONDED"; in ice_display_lag_info() 300 dev_dbg(dev, "%s %s, upper:%s, role:%s, primary:%s\n", name, bonded, in ice_display_lag_info() 585 if (!lag->bonded) in ice_lag_move_new_vf_nodes() 611 lag->bonded && lag->primary && pri_port != act_port && in ice_lag_move_new_vf_nodes() 725 if (event_netdev != lag->netdev || !lag->bonded || !lag->upper_netdev) in ice_lag_info_event() 884 if (lag->bonded) in ice_lag_link() 888 lag->bonded = true; in ice_lag_link() 902 if (!lag->bonded) { in ice_lag_unlink() 931 lag->bonded = false; in ice_lag_unlink() [all …]
|
D | ice_lag.h | 39 u8 bonded:1; /* currently bonded */ member
|
D | ice_main.c | 640 if (pf->lag && pf->lag->bonded && reset_type == ICE_RESET_PFR) { in ice_do_reset() 730 if (pf->lag && pf->lag->bonded) { in ice_reset_subtask()
|
/Linux-v6.6/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 | 192 u64 route, bool bonded) in alloc_dev_default() argument 324 if (bonded) { in alloc_dev_default() 326 port->bonded = true; in alloc_dev_default() 328 port->dual_link_port->bonded = true; in alloc_dev_default() 330 upstream_port->bonded = true; in alloc_dev_default() 332 upstream_port->dual_link_port->bonded = true; in alloc_dev_default() 342 u64 route, bool bonded) in alloc_dev_with_dpin() argument 346 sw = alloc_dev_default(test, parent, route, bonded); in alloc_dev_with_dpin() 363 u64 route, bool bonded) in alloc_dev_without_dp() argument 368 sw = alloc_dev_default(test, parent, route, bonded); in alloc_dev_without_dp() [all …]
|
D | clx.c | 74 if (!port->bonded && port->dual_link_port) in tb_port_clx_supported()
|
D | switch.c | 1095 port->bonded = true; in tb_port_lane_bonding_enable() 1096 port->dual_link_port->bonded = true; in tb_port_lane_bonding_enable() 1120 port->dual_link_port->bonded = false; in tb_port_lane_bonding_disable() 1121 port->bonded = false; in tb_port_lane_bonding_disable() 2782 if (!up->bonded) in tb_switch_lane_bonding_disable()
|
D | tunnel.c | 220 credits = port->bonded ? 32 : 16; in tb_pci_init_credits() 1481 credits = port->bonded ? 14 : 6; in tb_dma_reserve_credits() 1858 credits = port->bonded ? 32 : 16; in tb_usb3_init_credits()
|
D | xdomain.c | 1372 port->bonded = width > TB_LINK_WIDTH_SINGLE; in tb_xdomain_bond_lanes_uuid_high() 1373 port->dual_link_port->bonded = width > TB_LINK_WIDTH_SINGLE; in tb_xdomain_bond_lanes_uuid_high() 1461 if (!port->bonded) in tb_xdomain_get_properties()
|
D | tb.h | 280 bool bonded; member
|
/Linux-v6.6/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 1697 bonded interface in which eth0 connects to a private network, while eth1 1888 bonded devices are directly connected to (i.e., where the other end of 2388 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
|