/linux/drivers/thunderbolt/ |
H A D | path.c | 234 * 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 D | switch.c | 1103 * 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 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() 404 alloc_dev_usb4(struct kunit * test,struct tb_switch * parent,u64 route,bool bonded) alloc_dev_usb4() argument [all...] |
H A D | clx.c | 74 if (!port->bonded && port->dual_link_port) in tb_port_clx_supported()
|
/linux/drivers/comedi/drivers/ |
H A D | comedi_bond.c | 84 /* 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 D | dsi_manager.c | 51 /* 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 D | dsi.c | 124 * Next bridge doesn't exist for the secondary DSI host in a bonded in dsi_bind()
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_lag.h | 42 u8 bonded:1; /* currently bonded */ member
|
H A 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()
|
H A D | ice_lag.c | 362 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 D | ice_vf_lib.c | 888 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 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/ |
H A D | qca,ath9k.yaml | 29 - pci168c,002c # AR2427 - 802.11n bonded out
|
/linux/drivers/gpu/drm/msm/dsi/phy/ |
H A D | dsi_phy_14nm.c | 89 * 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 D | dsi_phy_10nm.c | 99 * Global list of private DSI PLL struct pointers. We need this for bonded DSI
|
/linux/drivers/media/usb/em28xx/ |
H A D | em28xx-reg.h | 238 * NOTE: not all ports are bonded out;
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | bond.c | 305 * handle it when two or more representors are bonded
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | intf.c | 231 "Interface for protocol %d restarted with bonded mode %s\n", in mlx4_do_bond()
|
/linux/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.h | 317 * @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 D | dpu_kms.c | 579 * - 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 D | mdp5_ctl.c | 733 * 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 D | xdp_bonding.c | 6 * Sets up two bonded veth pairs between two fresh namespaces
|
/linux/drivers/ssb/ |
H A D | driver_pcicore.c | 412 * PCI is bonded out, some boards may leave the pins floating. in pcicore_is_in_hostmode()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | pci.c | 100 { PCI_VDEVICE(ATHEROS, 0x002C) }, /* PCI-E 802.11n bonded out */
|
/linux/Documentation/networking/ |
H A D | switchdev.rst | 154 router port, used to offload L3 forwarding. Two or more ports can be bonded
|