Home
last modified time | relevance | path

Searched refs:bonded (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c73 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()
H A Dice_lag.c275 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()
628 if (!lag->bonded) in ice_lag_move_new_vf_nodes()
638 lag->bonded && lag->primary && pri_port != act_port && in ice_lag_move_new_vf_nodes()
768 if (event_netdev != lag->netdev || !lag->bonded || !lag->upper_netdev) in ice_lag_info_event()
927 if (lag->bonded) in ice_lag_link()
931 lag->bonded = true; in ice_lag_link()
945 if (!lag->bonded) { in ice_lag_unlink()
974 lag->bonded = false; in ice_lag_unlink()
[all …]
H A Dice_lag.h39 u8 bonded:1; /* currently bonded */ member
H A Dice_vf_lib.c874 if (lag && lag->bonded && lag->primary) { in ice_reset_vf()
967 if (lag && lag->bonded && lag->primary && in ice_set_vf_state_dis()
H A Dice_virtchnl.c1599 if (lag && lag->bonded && lag->primary) { in ice_vc_cfg_qs_msg()
1726 if (lag && lag->bonded && lag->primary && in ice_vc_cfg_qs_msg()
1745 if (lag && lag->bonded && lag->primary && in ice_vc_cfg_qs_msg()
H A Dice_main.c629 if (pf->lag && pf->lag->bonded && reset_type == ICE_RESET_PFR) { in ice_do_reset()
630 dev_dbg(dev, "PFR on a bonded interface, promoting to CORER\n"); in ice_do_reset()
719 if (pf->lag && pf->lag->bonded) { in ice_reset_subtask()
720 dev_dbg(ice_pf_to_dev(pf), "PFR on a bonded interface, promoting to CORER\n"); in ice_reset_subtask()
/openbmc/linux/drivers/thunderbolt/
H A Dpath.c287 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()
H A Dswitch.c1162 port->bonded = true; in tb_port_lane_bonding_enable()
1163 port->dual_link_port->bonded = true; in tb_port_lane_bonding_enable()
1187 port->dual_link_port->bonded = false; in tb_port_lane_bonding_disable()
1188 port->bonded = false; in tb_port_lane_bonding_disable()
2870 bool bonded; in tb_switch_link_init() local
2878 bonded = sw->link_width >= TB_LINK_WIDTH_DUAL; in tb_switch_link_init()
2887 up->bonded = bonded; in tb_switch_link_init()
2889 up->dual_link_port->bonded = bonded; in tb_switch_link_init()
2892 down->bonded = bonded; in tb_switch_link_init()
2894 down->dual_link_port->bonded = bonded; in tb_switch_link_init()
[all …]
H A Dtest.c192 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 …]
H A Dclx.c74 if (!port->bonded && port->dual_link_port) in tb_port_clx_supported()
H A Dtunnel.c223 credits = port->bonded ? 32 : 16; in tb_pci_init_credits()
1524 credits = port->bonded ? 14 : 6; in tb_dma_reserve_credits()
1910 credits = port->bonded ? 32 : 16; in tb_usb3_init_credits()
H A Dxdomain.c1372 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()
H A Dtb.h278 bool bonded; member
/openbmc/google-ipmi-sys/
H A DREADME.md418 | 0x02..0x02 + N - 1 | Lanes per device | Each byte represents the number of lanes bonded together…
/openbmc/linux/Documentation/networking/
H A Dbonding.rst28 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
H A Dswitchdev.rst154 router port, used to offload L3 forwarding. Two or more ports can be bonded