Home
last modified time | relevance | path

Searched full:bonded (Results 1 – 25 of 38) sorted by relevance

12

/linux/drivers/thunderbolt/
H A Dpath.c234 * that the lanes may be bonded.
286 /* When lanes are bonded primary link must be used */ in tb_path_alloc()
287 if (!in_port->bonded && in_port->dual_link_port && in tb_path_alloc()
301 * Pick up right port when going from non-bonded to in tb_path_alloc()
302 * bonded or from bonded to non-bonded. in tb_path_alloc()
305 if (!in_port->bonded && out_port->bonded && in tb_path_alloc()
309 * non-bonded t in tb_path_alloc()
[all...]
H A Dswitch.c1103 * actually reach the bonded state so caller needs to call
1134 * Only set bonding if the link was not already bonded. This in tb_port_lane_bonding_enable()
1147 port->bonded = true; in tb_port_lane_bonding_enable()
1148 port->dual_link_port->bonded = true; in tb_port_lane_bonding_enable()
1172 port->dual_link_port->bonded = false; in tb_port_lane_bonding_disable()
1173 port->bonded = false; in tb_port_lane_bonding_disable()
1182 * Should be used after both ends of the link have been bonded (or
1248 * After the link is bonded (or bonding was disabled) the port total
2855 bool bonded; in tb_switch_link_init() local
2863 bonded = sw->link_width >= TB_LINK_WIDTH_DUAL; 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()
404 alloc_dev_usb4(struct kunit * test,struct tb_switch * parent,u64 route,bool bonded) alloc_dev_usb4() argument
[all...]
H A Dclx.c74 if (!port->bonded && port->dual_link_port) in tb_port_clx_supported()
/linux/drivers/comedi/drivers/
H A Dcomedi_bond.c84 /* base channel falls within bonded device */ in bonding_dio_insn_bits()
89 * Get num channels to do for bonded device and set in bonding_dio_insn_bits()
90 * up mask and data bits for bonded device. in bonding_dio_insn_bits()
109 * Set up for following bonded device (if still have in bonding_dio_insn_bits()
116 /* Skip bonded devices before base channel. */ in bonding_dio_insn_bits()
135 * Locate bonded subdevice and adjust channel. in bonding_dio_insn_config()
/linux/drivers/gpu/drm/msm/dsi/
H A Ddsi_manager.c51 /* We assume 2 dsi nodes have the same information of bonded dsi and in dsi_mgr_parse_of()
52 * sync-mode, and only one node specifies master in case of bonded mode. in dsi_mgr_parse_of()
102 /* PLL0 is to drive both 2 DSI link clocks in bonded DSI mode. */ in dsi_mgr_setup_components()
134 /* In case of bonded DSI, some registers in PHY1 have been programmed in dsi_mgr_phy_enable()
174 * In bonded dsi configuration, the phy should be disabled for the in dsi_mgr_phy_disable()
279 /* Do nothing with the host if it is slave-DSI in case of bonded DSI */ in dsi_mgr_bridge_pre_enable()
336 * Do nothing with the host if it is slave-DSI in case of bonded DSI. in dsi_mgr_bridge_post_disable()
497 /* In bonded master case, panel requires the same commands sent to in msm_dsi_manager_cmd_xfer()
H A Ddsi.c124 * Next bridge doesn't exist for the secondary DSI host in a bonded in dsi_bind()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_lag.h42 u8 bonded:1; /* currently bonded */ member
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.c362 const char *name, *upper, *role, *bonded, *primary; in ice_display_lag_info() local
368 bonded = lag->bonded ? "BONDED" : "UNBONDED"; in ice_display_lag_info()
387 dev_dbg(dev, "%s %s, upper:%s, role:%s, primary:%s\n", name, bonded, in ice_display_lag_info()
707 if (!lag->bonded) in ice_lag_move_new_vf_nodes()
717 lag->bonded && lag->primary && pri_port != act_port && in ice_lag_move_new_vf_nodes()
844 if (event_netdev != lag->netdev || !lag->bonded || !lag->upper_netdev) in ice_lag_info_event()
994 if (lag->bonded) in ice_lag_link()
998 lag->bonded = true; in ice_lag_link()
1034 if (!lag->bonded) { in ice_lag_unlink()
1066 lag->bonded = false; in ice_lag_unlink()
[all …]
H A Dice_vf_lib.c888 if (lag && lag->bonded && lag->primary) { in ice_reset_vf()
981 if (lag && lag->bonded && lag->primary && in ice_reset_vf()
/linux/Documentation/devicetree/bindings/media/
H A Drenesas,drif.yaml43 * 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/
H A Dqca,ath9k.yaml29 - pci168c,002c # AR2427 - 802.11n bonded out
/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_14nm.c89 * also sets the slave DSI PLL's post-dividers if in bonded DSI mode
105 * Global list of private DSI PLL struct pointers. We need this for bonded DSI
665 /* If we're master in bonded DSI mode, then the slave PLL's post-dividers in dsi_pll_14nm_postdiv_set_rate()
H A Ddsi_phy_10nm.c99 * Global list of private DSI PLL struct pointers. We need this for bonded DSI
/linux/drivers/media/usb/em28xx/
H A Dem28xx-reg.h238 * NOTE: not all ports are bonded out;
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbond.c305 * handle it when two or more representors are bonded
/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dintf.c231 "Interface for protocol %d restarted with bonded mode %s\n", in mlx4_do_bond()
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.h317 * @HWSIM_RATE_INFO_ATTR_N_BOUNDED_CH: In case of EDMG the number of bonded channels (1-4)
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_kms.c579 * - Bonded DSI0 and DSI1 hosts in _dpu_kms_initialize_dsi()
581 * TODO: Support swapping DSI0 and DSI1 in the bonded setup. in _dpu_kms_initialize_dsi()
/linux/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_ctl.c733 * In bonded DSI case, CTL0 and CTL1 are always assigned to two DSI in mdp5_ctlm_init()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c6 * Sets up two bonded veth pairs between two fresh namespaces
/linux/drivers/ssb/
H A Ddriver_pcicore.c412 * PCI is bonded out, some boards may leave the pins floating. in pcicore_is_in_hostmode()
/linux/drivers/net/wireless/ath/ath9k/
H A Dpci.c100 { PCI_VDEVICE(ATHEROS, 0x002C) }, /* PCI-E 802.11n bonded out */
/linux/Documentation/networking/
H A Dswitchdev.rst154 router port, used to offload L3 forwarding. Two or more ports can be bonded

12