Home
last modified time | relevance | path

Searched full:advertised (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/linux-6.8/drivers/net/ethernet/marvell/octeon_ep/
Doctep_ethtool.c338 u64 advertised = 0; in octep_set_link_ksettings() local
365 advertised |= BIT(OCTEP_LINK_MODE_10GBASE_T); in octep_set_link_ksettings()
368 advertised |= BIT(OCTEP_LINK_MODE_10GBASE_R); in octep_set_link_ksettings()
371 advertised |= BIT(OCTEP_LINK_MODE_10GBASE_CR); in octep_set_link_ksettings()
374 advertised |= BIT(OCTEP_LINK_MODE_10GBASE_KR); in octep_set_link_ksettings()
377 advertised |= BIT(OCTEP_LINK_MODE_10GBASE_LR); in octep_set_link_ksettings()
380 advertised |= BIT(OCTEP_LINK_MODE_10GBASE_SR); in octep_set_link_ksettings()
383 advertised |= BIT(OCTEP_LINK_MODE_25GBASE_CR); in octep_set_link_ksettings()
386 advertised |= BIT(OCTEP_LINK_MODE_25GBASE_KR); in octep_set_link_ksettings()
389 advertised |= BIT(OCTEP_LINK_MODE_25GBASE_SR); in octep_set_link_ksettings()
[all …]
/linux-6.8/net/tipc/
Dgroup.c73 u16 advertised; member
436 /* If not fully advertised, do it now to prevent mutual blocking */ in tipc_group_cong()
437 adv = m->advertised; in tipc_group_cong()
601 m->advertised -= blks; in tipc_group_update_rcv_win()
636 if (m->advertised > (ADV_ACTIVE * 3 / 4)) in tipc_group_update_rcv_win()
641 if (m->advertised > ADV_IDLE) in tipc_group_update_rcv_win()
645 if (m->advertised < ADV_IDLE) { in tipc_group_update_rcv_win()
717 adv = ADV_ACTIVE - m->advertised; in tipc_group_proto_xmit()
719 adv = ADV_IDLE - m->advertised; in tipc_group_proto_xmit()
726 m->advertised += adv; in tipc_group_proto_xmit()
[all …]
/linux-6.8/net/ethtool/
Deee.c55 BUILD_BUG_ON(sizeof(eee->advertised) * BITS_PER_BYTE != in eee_reply_size()
61 ret = ethnl_bitset32_size(&eee->advertised, &eee->supported, in eee_reply_size()
91 &eee->advertised, &eee->supported, in eee_fill_reply()
143 ret = ethnl_update_bitset32(&eee.advertised, EEE_MODES_COUNT, in ethnl_set_eee()
Dlinkmodes.c167 /* Set advertised link modes to all supported modes matching requested speed,
171 * Returns true if advertised modes bitmap was modified.
/linux-6.8/drivers/net/phy/
Dphy-c45.c264 * or 1 if advertised modes changed.
678 * genphy_c45_write_eee_adv - write advertised EEE link modes
729 * genphy_c45_read_eee_adv - read advertised EEE link modes
764 * genphy_c45_read_eee_lpa - read advertised LP EEE link modes
1400 * @adv: variable to store advertised linkmodes
1401 * @lp: variable to store LP advertised linkmodes
1469 if (!ethtool_convert_link_mode_to_legacy_u32(&data->advertised, adv)) in genphy_c45_ethtool_get_eee()
1475 …phydev_warn(phydev, "Not all supported or advertised EEE link modes were passed to the user space\… in genphy_c45_ethtool_get_eee()
1488 * advertised, but the previously advertised link modes are
1498 if (data->advertised) { in genphy_c45_ethtool_set_eee()
[all …]
/linux-6.8/drivers/net/
Dmdio.c173 * @npage_adv: Modes currently advertised on next pages
174 * @npage_lpa: Modes advertised by link partner on next pages
280 * mode, otherwise report best advertised mode. */ in mdio45_ethtool_gset_npage()
345 * @npage_adv: Modes currently advertised on next pages
346 * @npage_lpa: Modes advertised by link partner on next pages
451 * mode, otherwise report best advertised mode. in mdio45_ethtool_ksettings_get_npage()
/linux-6.8/include/linux/ceph/
Dceph_features.h19 /* this bit is ignored but still advertised by release *when* */
26 * this bit is ignored by release *unused* and not advertised by
59 * because 10.2.z (jewel) did not care if its peers advertised this
/linux-6.8/Documentation/devicetree/bindings/powerpc/
Dibm,powerpc-cpu-features.txt184 that the feature is not enabled or can not be advertised. Operating systems
186 features to be advertised.
189 advertised to userspace without a one-to-one hwcap bit number may not specify
/linux-6.8/tools/testing/selftests/net/forwarding/
Dethtool_lib.sh34 mode="Advertised link modes"
67 mode="Advertised link modes"
/linux-6.8/drivers/firmware/
Dsysfb_simplefb.c119 * that it does not exceed the advertised VMEM. in sysfb_create_simplefb()
128 printk(KERN_WARNING "sysfb: VRAM smaller than advertised\n"); in sysfb_create_simplefb()
/linux-6.8/drivers/net/ethernet/freescale/dpaa2/
Ddpmac.h93 /* Advertised link speeds */
110 * @advertising: Speeds that are advertised for autoneg (bitmap)
/linux-6.8/drivers/net/ethernet/intel/igc/
Digc_ethtool.c1633 edata->advertised = in igc_ethtool_get_eee()
1650 edata->advertised = SUPPORTED_Autoneg; in igc_ethtool_get_eee()
1660 edata->advertised &= ~edata->advertised; in igc_ethtool_get_eee()
1702 adapter->eee_advert = ethtool_adv_to_mmd_eee_adv_t(edata->advertised); in igc_ethtool_set_eee()
1856 u16 advertised = 0; in igc_ethtool_set_link_ksettings() local
1883 advertised |= ADVERTISE_2500_FULL; in igc_ethtool_set_link_ksettings()
1887 advertised |= ADVERTISE_1000_FULL; in igc_ethtool_set_link_ksettings()
1891 advertised |= ADVERTISE_100_FULL; in igc_ethtool_set_link_ksettings()
1895 advertised |= ADVERTISE_100_HALF; in igc_ethtool_set_link_ksettings()
1899 advertised |= ADVERTISE_10_FULL; in igc_ethtool_set_link_ksettings()
[all …]
/linux-6.8/Documentation/arch/arm64/
Dasymmetric-32bit.rst60 **Note:** CPUs are advertised by this file as they are detected and so
62 being modified by the kernel at runtime. Once advertised, CPUs are never
/linux-6.8/include/uapi/linux/netfilter/
Dnf_conntrack_tcp.h28 /* Window scaling is advertised by the sender */
/linux-6.8/Documentation/networking/device_drivers/ethernet/aquantia/
Datlantic.rst89 Advertised link modes: 100baseT/Full
94 Advertised pause frame use: Symmetric
95 Advertised auto-negotiation: Yes
96 Advertised FEC modes: Not reported
/linux-6.8/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c71 __ETHTOOL_DECLARE_LINK_MODE_MASK(advertised);
87 bitmap_zero(cfg->advertised, \
93 __set_bit(bit, &cfg->advertised[idx]); \
738 table[proto].advertised, in ptys2ethtool_adver_link()
1116 if (*ptys2legacy_ethtool_table[i].advertised == 0) in mlx5e_ethtool2ptys_adver_link()
1118 if (bitmap_intersects(ptys2legacy_ethtool_table[i].advertised, in mlx5e_ethtool2ptys_adver_link()
1133 if (ptys2ext_ethtool_table[i].advertised[0] == 0 && in mlx5e_ethtool2ptys_ext_adver_link()
1134 ptys2ext_ethtool_table[i].advertised[1] == 0) in mlx5e_ethtool2ptys_ext_adver_link()
1137 bitmap_and(modes, ptys2ext_ethtool_table[i].advertised, in mlx5e_ethtool2ptys_ext_adver_link()
1140 if (modes[0] == ptys2ext_ethtool_table[i].advertised[0] && in mlx5e_ethtool2ptys_ext_adver_link()
[all …]
/linux-6.8/Documentation/admin-guide/perf/
Darm_dsu_pmu.rst16 are available or not. Hence the driver exposes only those events advertised
/linux-6.8/Documentation/devicetree/bindings/regulator/
Dregulator-max77620.txt100 rate than advertised ramp rate if it has
115 Note: If the measured ramp delay is same as advertised ramp delay then it is not
/linux-6.8/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_common.h130 fw_port_cap32_t acaps; /* advertised capabilities */
131 fw_port_cap32_t lpacaps; /* peer advertised capabilities */
138 enum cc_pause advertised_fc; /* actual advertised flow control */
/linux-6.8/drivers/gpu/drm/xlnx/
Dzynqmp_disp.h18 * 3840x2160 is advertised as the maximum resolution, but almost any
/linux-6.8/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c265 /* set the advertised speeds */ in ixgbe_get_link_ksettings()
461 u32 advertised, old; in ixgbe_set_link_ksettings() local
484 advertised = 0; in ixgbe_set_link_ksettings()
487 advertised |= IXGBE_LINK_SPEED_10GB_FULL; in ixgbe_set_link_ksettings()
490 advertised |= IXGBE_LINK_SPEED_5GB_FULL; in ixgbe_set_link_ksettings()
493 advertised |= IXGBE_LINK_SPEED_2_5GB_FULL; in ixgbe_set_link_ksettings()
496 advertised |= IXGBE_LINK_SPEED_1GB_FULL; in ixgbe_set_link_ksettings()
500 advertised |= IXGBE_LINK_SPEED_100_FULL; in ixgbe_set_link_ksettings()
504 advertised |= IXGBE_LINK_SPEED_10_FULL; in ixgbe_set_link_ksettings()
506 if (old == advertised) in ixgbe_set_link_ksettings()
[all …]
/linux-6.8/drivers/net/can/usb/etas_es58x/
Des58x_core.h501 * @actual_len: Length of the message as advertised in the command header.
532 * @actual_len: Length of the message as advertised in the command header.
581 * @actual_len: Length of the message as advertised in the command
649 * @channel_no: The channel number as advertised in the urb command.
/linux-6.8/include/linux/
Dphylink.h103 * @advertising: ethtool bitmask containing advertised link modes
104 * @lp_advertising: ethtool bitmask containing link partner advertised link
299 * the in-band configuration word. Advertised pause modes are set
307 * configuration word. Nothing is advertised by the MAC. The MAC is
/linux-6.8/drivers/net/ethernet/mellanox/mlx4/
Den_ethtool.c627 ADVERTISED = 1, enumerator
632 __ETHTOOL_DECLARE_LINK_MODE_MASK(advertised);
642 case ADVERTISED: in ptys2ethtool_link_mode()
643 return cfg->advertised; in ptys2ethtool_link_mode()
656 linkmode_zero(cfg->advertised); \
659 __set_bit(modes[i], cfg->advertised); \
788 eth_proto, ADVERTISED); in ethtool_get_ptys_link_ksettings()
820 eth_proto, ADVERTISED); in ethtool_get_ptys_link_ksettings()
905 en_info(priv, "Speed was set to 0, Reset advertised Link Modes to default (%x)\n", in speed_set_ptys_admin()
927 link_ksettings->link_modes.advertising, ADVERTISED); in mlx4_en_set_link_ksettings()
/linux-6.8/Documentation/arch/x86/
Dmds.rst123 advertised in CPUID.
126 advertised in CPUID. That is mainly for virtualization

12345678910>>...13